You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by GitBox <gi...@apache.org> on 2022/04/09 09:14:02 UTC

[GitHub] [maven] cstamas commented on pull request #712: Use of the proposed new transformer API in Maven

cstamas commented on PR #712:
URL: https://github.com/apache/maven/pull/712#issuecomment-1093835106

   @slawekjaranowski so, this is new proposal. The interesting thing is that now we can define a "chain" of transformers, separately, for install and for deploy. The order of transformers is currently defined by SISU only (so sisu component ordering applies, as to everything in Maven, see https://www.eclipse.org/lists/sisu-users/msg00144.html, we can later refine this if needed).
   
   So, the point is, that now one can define for deploy only:
   * consumer-pom - transforms installed/deployed pom to consumer pom
   * signer - signs artifacts
   * CI build provenance - attaches some extra descriptor artifact
   * etc
   
   


-- 
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: issues-unsubscribe@maven.apache.org

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