gnodet commented on PR #1086:
URL: https://github.com/apache/maven/pull/1086#issuecomment-1518112055

   I propose the following syntax: `([G:]A]|P)[:v][:g[@e]]`
   The use of `@` will make the syntax compatible with the 
`DefaultLifecycleExecutionPlanCalculator` and will remove some ambiguities.
   Which should support:
    * `G:A`: `org.apache.maven.plugins:enforcer-maven-plugin`
    * `:A`: `:enforcer-maven-plugin`
    * `P`: `enforcer`
    * `P:v:g`: `enforcer:3.1.0:enforce`
    * `P:v:g@e`: `enforcer:3.1.0:enforce@enforce-maven-version`
    


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

Reply via email to