sdedic opened a new pull request, #4631:
URL: https://github.com/apache/netbeans/pull/4631

   This PR extends the **still private API** for project artifacts with 'tags', 
which are implementation- or technology-dependent labels. Currently tags are 
used to mark artifact that are 'shaded' (with dependencies included) or 'base' 
so the client can select processed or original artifacts.
   
   Maven, for example, can produce multiple shaded artifacts with different 
classifiers or can **replace** the main project's artifact with the shaded one. 
Now the client is able to find or at least enumerate the originals, the shaded 
artifact and since they are tagged, the client can pick the files it needs.
   
   Several abstract classifiers are defined (sources, test-sources, tests), 
they are mapped to build system's own classifiers by the implementation.


-- 
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

Reply via email to