Remove the archetypeRepository property from the mvn archetype:generate

When working with released artifacts there is no need to specify an
archetype repository.

Change-Id: Ib3010e1b08d361ae663f9cd3b3a412826f262cf4
This commit is contained in:
Saša Živkov
2015-01-27 15:26:37 +01:00
parent 3341db66ea
commit d7c4e5c61d

View File

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