Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 2.0.4
-
Fix Version/s: 2.0.5
-
Component/s: Documentation: Guides
-
Labels:None
-
Complexity:Intermediate
-
Number of attachments :
Description
Guide goes from
mvn sample.plugin:maven-hello-plugin:1.0-SNAPSHOT:sayhi
to
mvn hello:sayhi
without explaining why the version number and the maven-$name-plugin pattern are special. Tentative patch attached.
Patch applied with small modifications.
Thanks!