-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ceylon maven improvements #131
Comments
With "this code" I assume you refer to the |
The issue also doesn't make very clear what the proposed improvements are, I assume:
Right? But I'm not sure what the problem is with the class loader? And that problem would not be fixed by using Aether directly? So what would you propose to do about it? |
Aether API must be one of the worst to work with, hence I chose the lesser evil -- ShrinkWarp over Aether. But feel free to change it. |
@quintesse yes both : one stone two birds |
I won't change it myself :), it's an issue for improvement. |
I mean it's not that I don't want to do it, it's just an issue to record what needs to be done. |
the main problem is that the ceylon-maven-plugin cannot resolve maven module because the aether api is too old and conflicting with the recent maven aether apis creating classloading prb |
there are a few issues with this code:
The text was updated successfully, but these errors were encountered: