mirror of https://github.com/apache/archiva.git
Trying to fix build error on ci server
This commit is contained in:
parent
b0f22a2469
commit
76f733e579
|
@ -31,7 +31,8 @@
|
||||||
<description>Simple archetype to create archiva consumers</description>
|
<description>Simple archetype to create archiva consumers</description>
|
||||||
<properties>
|
<properties>
|
||||||
<archivaVersion>${project.version}</archivaVersion>
|
<archivaVersion>${project.version}</archivaVersion>
|
||||||
<archetypeVersion>2.2</archetypeVersion>
|
<archetypeVersion>2.4</archetypeVersion>
|
||||||
|
<mavenInvokerVersion>2.2</mavenInvokerVersion>
|
||||||
</properties>
|
</properties>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<!-- Used by the archetype, so needed to be built before integration
|
<!-- Used by the archetype, so needed to be built before integration
|
||||||
|
@ -142,6 +143,13 @@
|
||||||
<settingsFile>${basedir}/src/test/test-settings.xml</settingsFile>
|
<settingsFile>${basedir}/src/test/test-settings.xml</settingsFile>
|
||||||
<localRepositoryPath>${project.build.directory}/local-repo</localRepositoryPath>
|
<localRepositoryPath>${project.build.directory}/local-repo</localRepositoryPath>
|
||||||
</configuration>
|
</configuration>
|
||||||
|
<dependencies>
|
||||||
|
<dependency>
|
||||||
|
<groupId>org.apache.maven.shared</groupId>
|
||||||
|
<artifactId>maven-invoker</artifactId>
|
||||||
|
<version>${mavenInvokerVersion}</version>
|
||||||
|
</dependency>
|
||||||
|
</dependencies>
|
||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
</pluginManagement>
|
</pluginManagement>
|
||||||
|
@ -160,6 +168,13 @@
|
||||||
<settingsFile>${basedir}/src/test/ci-test-settings.xml</settingsFile>
|
<settingsFile>${basedir}/src/test/ci-test-settings.xml</settingsFile>
|
||||||
<localRepositoryPath>${project.build.directory}/local-repo</localRepositoryPath>
|
<localRepositoryPath>${project.build.directory}/local-repo</localRepositoryPath>
|
||||||
</configuration>
|
</configuration>
|
||||||
|
<dependencies>
|
||||||
|
<dependency>
|
||||||
|
<groupId>org.apache.maven.shared</groupId>
|
||||||
|
<artifactId>maven-invoker</artifactId>
|
||||||
|
<version>${mavenInvokerVersion}</version>
|
||||||
|
</dependency>
|
||||||
|
</dependencies>
|
||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
</pluginManagement>
|
</pluginManagement>
|
||||||
|
|
Loading…
Reference in New Issue