summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSaša Živkov <sasa.zivkov@sap.com>2015-01-27 15:26:37 +0100
committerSaša Živkov <sasa.zivkov@sap.com>2015-01-27 15:26:37 +0100
commitd7c4e5c61df754542c4321ea56fa35b76090a5de (patch)
tree4d6b076ba71494ad818871dbbc48e801cded8b50
parent3341db66eaf12803d151c76dc136c81a16d8fa16 (diff)
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
-rw-r--r--Documentation/dev-plugins.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/Documentation/dev-plugins.txt b/Documentation/dev-plugins.txt
index cb3c9442cb..e619923c17 100644
--- a/Documentation/dev-plugins.txt
+++ b/Documentation/dev-plugins.txt
@@ -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
----