mirror of https://github.com/apache/maven.git
Remove pom noise that is probably causing failures on jenkins.
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@1212999 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
b065103e6c
commit
184828548d
|
@ -19,28 +19,4 @@
|
||||||
<scope>test</scope>
|
<scope>test</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
<build>
|
|
||||||
<plugins>
|
|
||||||
<plugin>
|
|
||||||
<groupId>org.apache.maven.its.plugins</groupId>
|
|
||||||
<artifactId>maven-it-plugin-artifact</artifactId>
|
|
||||||
<version>2.1-SNAPSHOT</version>
|
|
||||||
<executions>
|
|
||||||
<execution>
|
|
||||||
<id>install</id>
|
|
||||||
<phase>generate-resources</phase>
|
|
||||||
<configuration>
|
|
||||||
<pomFile>pom.xml</pomFile>
|
|
||||||
<mainFile>target/mavenit-mng3746-plugin-1.jar</mainFile>
|
|
||||||
</configuration>
|
|
||||||
<goals>
|
|
||||||
<goal>set</goal>
|
|
||||||
<goal>attach-pom</goal>
|
|
||||||
<goal>install</goal>
|
|
||||||
</goals>
|
|
||||||
</execution>
|
|
||||||
</executions>
|
|
||||||
</plugin>
|
|
||||||
</plugins>
|
|
||||||
</build>
|
|
||||||
</project>
|
</project>
|
Loading…
Reference in New Issue