Merge "Plugin docs: Specify archetype repository in archetype command"

This commit is contained in:
Edwin Kempin
2014-06-04 13:21:05 +00:00
committed by Gerrit Code Review

View File

@@ -37,6 +37,7 @@ plugin project.
mvn archetype:generate -DarchetypeGroupId=com.google.gerrit \
-DarchetypeArtifactId=gerrit-plugin-archetype \
-DarchetypeVersion=2.10-SNAPSHOT \
-DarchetypeRepository=https://oss.sonatype.org/content/repositories/snapshots/ \
-DgroupId=com.googlesource.gerrit.plugins.testplugin \
-DartifactId=testplugin
----