Provide better groupId in example for Maven plugin archetype
For plugins we normally use com.googlesource.gerrit.plugins.<plugin-name> as groupId and package name. Change-Id: I03dac0dd008ca51b75c203a916f891977cef50f3 Signed-off-by: Edwin Kempin <edwin.kempin@sap.com>
This commit is contained in:
parent
7f1bb28e9a
commit
91155c2cf7
@ -39,8 +39,8 @@ plugin project.
|
||||
mvn archetype:generate -DarchetypeGroupId=com.google.gerrit \
|
||||
-DarchetypeArtifactId=gerrit-plugin-archetype \
|
||||
-DarchetypeVersion=2.9-SNAPSHOT \
|
||||
-DgroupId=com.google.gerrit \
|
||||
-DartifactId=testPlugin
|
||||
-DgroupId=com.googlesource.gerrit.plugins.testplugin \
|
||||
-DartifactId=testplugin
|
||||
----
|
||||
+
|
||||
Maven will ask for additional properties and then create the plugin in
|
||||
|
Loading…
Reference in New Issue
Block a user