m-m-m / code

Library to parse, analyze, transform and generate code
Apache License 2.0
2 stars 3 forks source link

ability to create project from jar with project context #4

Open hohwille opened 5 years ago

hohwille commented 5 years ago

For Java projects we already support local maven projects where the POM is read, dependencies are resolved, etc. The same should also be possible for a JAR artifact as maven puts the POM by some convention into the JAR file. So if we can find the POM in the specified JAR then also dependencies from that POM could be honored, sources could be retrieved from the maven repo, etc.