sdedic commented on code in PR #4495:
URL: https://github.com/apache/netbeans/pull/4495#discussion_r945576684
##########
enterprise/micronaut/nbproject/project.xml:
##########
@@ -68,6 +68,32 @@
<specification-version>1.18</specification-version>
</run-dependency>
</dependency>
+ <dependency>
+ <code-name-base>org.netbeans.modules.maven</code-name-base>
+ <build-prerequisite/>
+ <compile-dependency/>
+ <run-dependency>
+ <release-version>2</release-version>
+ <specification-version>2.154</specification-version>
+ </run-dependency>
+ </dependency>
+ <dependency>
+
<code-name-base>org.netbeans.modules.project.dependency</code-name-base>
+ <build-prerequisite/>
+ <compile-dependency/>
+ <run-dependency>
+ <implementation-version/>
+ </run-dependency>
+ </dependency>
+ <dependency>
+
<code-name-base>org.netbeans.modules.maven.embedder</code-name-base>
Review Comment:
re. depending from Micronaut no Gradle | Maven - agreed, a solution would be
to create eager micronaut-maven + micronaut-gradle modules.
re. no real API - hm, I need to use the maven model types, i.e.
`org.apache.maven.model.PluginExecution`. These are currently exposed to the
module system by `maven.emebdder`. Is there a better way how to import those
types ?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
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