Skip to content
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

ability to create project from jar with project context #4

Open
hohwille opened this issue May 15, 2019 · 0 comments
Open

ability to create project from jar with project context #4

hohwille opened this issue May 15, 2019 · 0 comments

Comments

@hohwille
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant