sdedic commented on a change in pull request #2731:
URL: https://github.com/apache/netbeans/pull/2731#discussion_r579039611
##########
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:
No further feedback, so I've changed to `_any` (154603c504) and
documented the ordering in 9d7654ce75
----------------------------------------------------------------
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