You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: