[ https://issues.apache.org/jira/browse/MNG-7547?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Tamás Cservenák updated MNG-7547: --------------------------------- Description: The original fix from MNG-7055 can be tremendously simplified: the plugins about to be deployed are JARs with embedded plugin descriptor, that contains all the required information (GA, prefix, name) to make G level metadata generator does everything on it's own, no need for hoops and loops at all. Actually, with this, all 3 generators becomes self-sufficient, and no need for caller to even fiddle with deploying metadata (as it happens automatically, courtesy of resolver and resolver-provider in maven). (was: The original fix from MNG-7055 can be tremendously simplified: the plugins about to be deployed are JARs with embedded plugin descriptor, that contains all the required information (GA, prefix, name) to make G level metadata generator does everything on it's own, no need for hoops and loops at all. Actually, with this, all 3generators becomes self-sufficient, and no need for caller to even fiddle with deploying metadata (as it happens automatically, courtesy of resolver and resolver-provider in maven).) > Simplify G level metadata handling > ---------------------------------- > > Key: MNG-7547 > URL: https://issues.apache.org/jira/browse/MNG-7547 > Project: Maven > Issue Type: Improvement > Components: Artifacts and Repositories, Plugins and Lifecycle > Reporter: Tamás Cservenák > Priority: Major > Fix For: 3.9.0, 4.0.0-alpha-1, 4.0.0 > > > The original fix from MNG-7055 can be tremendously simplified: the plugins > about to be deployed are JARs with embedded plugin descriptor, that contains > all the required information (GA, prefix, name) to make G level metadata > generator does everything on it's own, no need for hoops and loops at all. > Actually, with this, all 3 generators becomes self-sufficient, and no need > for caller to even fiddle with deploying metadata (as it happens > automatically, courtesy of resolver and resolver-provider in maven). -- This message was sent by Atlassian Jira (v8.20.10#820010)