mirror of https://github.com/apache/archiva.git
use maven archetype released version
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1205496 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
20d3572faa
commit
5f8ff6b6b1
|
@ -31,6 +31,7 @@
|
|||
<description>Simple archetype to create archiva consumers</description>
|
||||
<properties>
|
||||
<archivaVersion>${project.version}</archivaVersion>
|
||||
<archetypeVersion>2.2</archetypeVersion>
|
||||
</properties>
|
||||
<build>
|
||||
<resources>
|
||||
|
@ -43,14 +44,14 @@
|
|||
<extension>
|
||||
<groupId>org.apache.maven.archetype</groupId>
|
||||
<artifactId>archetype-packaging</artifactId>
|
||||
<version>2.2-SNAPSHOT</version>
|
||||
<version>${archetypeVersion}</version>
|
||||
</extension>
|
||||
</extensions>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-archetype-plugin</artifactId>
|
||||
<version>2.2-SNAPSHOT</version>
|
||||
<version>${archetypeVersion}</version>
|
||||
<configuration>
|
||||
<settingsFile>${basedir}/src/test/test-settings.xml</settingsFile>
|
||||
<localRepositoryPath>${basedir}/target/local-repo</localRepositoryPath>
|
||||
|
|
Loading…
Reference in New Issue