On 01. 12. 23 3:29, Michael Bien wrote:
And why is it not sufficient to (mvn) install the dependency into the local repo, and then depend on it the regular way?
The API is just an abstraction implemented by project system. So with Maven project, it will be implemented as an edit into pom.xml. For gradle, build.gradle will be changed. Similar to current (private) Dependency API query, which just extracts project dependencies from pom/build.gradle and presents it. No parallel build system or additional metadata.
-S. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
