sdedic commented on a change in pull request #2731:
URL: https://github.com/apache/netbeans/pull/2731#discussion_r573524177
##########
File path: java/maven/arch.xml
##########
@@ -115,6 +115,13 @@
will be merged into a single instance in the project's lookup.
</p>
</api>
+ <api group="layer" name="MavenPackagingLookup" type="export"
category="devel">
+ <p>
+
<code>Projects/org-netbeans-modules-maven/<packaging-type>/Lookup</code> is
added to the project's additional Lookup. The content is expected
+ to contain packaing-specific services and processors, for example,
<a
href="@TOP@/org/netbans/modules/maven/api/execute/PrerequisitesChecker.html">PrerequisitesCheckers</a>.
+ In addition,
<code>Projects/org-netbeans-modules-maven/_last/Lookup</code> defines services
that act after the packaging-specific ones.
Review comment:
Yes, it's hard. Since the name shares 'namespace' with packaging type
setting in maven `pom.xml`, I wanted to include some awkward character not to
clash with possible future additional packaging type. **_any** would be more
descriptive, thanks.
----------------------------------------------------------------
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.
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