You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@netbeans.apache.org by GitBox <gi...@apache.org> on 2022/09/13 13:59:21 UTC

[GitHub] [netbeans] sdedic opened a new pull request, #4631: Artifact tags, support for shaded output and source attachments.

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: notifications-unsubscribe@netbeans.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists


[GitHub] [netbeans] sdedic merged pull request #4631: Artifact tags, support for shaded output and source attachments.

Posted by GitBox <gi...@apache.org>.
sdedic merged PR #4631:
URL: https://github.com/apache/netbeans/pull/4631


-- 
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: notifications-unsubscribe@netbeans.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists