Implement Maven support for assemblies #6927
Closed
Comments
quintesse
added a commit
that referenced
this issue
Feb 23, 2017
….properties` for their dependencies (#6927)
quintesse
added a commit
that referenced
this issue
Feb 23, 2017
quintesse
added a commit
that referenced
this issue
Feb 23, 2017
…itory` if it detects the existence of a `maven` folder in the assembly (#6927)
quintesse
added a commit
that referenced
this issue
Feb 23, 2017
Ok, basic support seems to be working. More complex projects like @DiegoCoronel 's ceylon-spring-boot give problems. But the same seems to be true for PS: I tried with the "gateway" module within Diego's project |
AWESOME. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Improvement on #6712 to add Maven support.
Possible implementations:
module.properties
files where needed) and adding anoverrides.xml
file to change the Maven imports to Ceylon imports.pom.xml
files, and use theMavenRepository
to access them. It's probably the simplest in implementation.AetherRepository
instead. It's probably the hardest to get right and should only be considered if the other two ideas don't work out (but it's also the one most likely to get every aspect of Maven support right).Edit: finally went with the second solution
The text was updated successfully, but these errors were encountered: