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:
@@ -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
|
||||
----
|
||||
|
Reference in New Issue
Block a user