Merge "Provide better groupId in example for Maven plugin archetype"
This commit is contained in:
commit
37f928ac21
@ -39,8 +39,8 @@ plugin project.
|
|||||||
mvn archetype:generate -DarchetypeGroupId=com.google.gerrit \
|
mvn archetype:generate -DarchetypeGroupId=com.google.gerrit \
|
||||||
-DarchetypeArtifactId=gerrit-plugin-archetype \
|
-DarchetypeArtifactId=gerrit-plugin-archetype \
|
||||||
-DarchetypeVersion=2.9-SNAPSHOT \
|
-DarchetypeVersion=2.9-SNAPSHOT \
|
||||||
-DgroupId=com.google.gerrit \
|
-DgroupId=com.googlesource.gerrit.plugins.testplugin \
|
||||||
-DartifactId=testPlugin
|
-DartifactId=testplugin
|
||||||
----
|
----
|
||||||
+
|
+
|
||||||
Maven will ask for additional properties and then create the plugin in
|
Maven will ask for additional properties and then create the plugin in
|
||||||
|
Loading…
x
Reference in New Issue
Block a user