mirror of https://github.com/apache/maven.git
no need for a snapshot of the plugin
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@427447 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
ff82c96fa1
commit
c4c124d441
|
@ -23,7 +23,7 @@
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
<artifactId>maven-core-it-plugin</artifactId>
|
<artifactId>maven-core-it-plugin</artifactId>
|
||||||
<version>1.0-SNAPSHOT</version>
|
<version>1.0</version>
|
||||||
<executions>
|
<executions>
|
||||||
<execution>
|
<execution>
|
||||||
<phase>process-resources</phase>
|
<phase>process-resources</phase>
|
||||||
|
@ -40,11 +40,4 @@
|
||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
</build>
|
</build>
|
||||||
<pluginRepositories>
|
|
||||||
<pluginRepository>
|
|
||||||
<id>apache.snapshots</id>
|
|
||||||
<name>Maven Plugins Development Repository</name>
|
|
||||||
<url>http://cvs.apache.org/maven-snapshot-repository</url>
|
|
||||||
</pluginRepository>
|
|
||||||
</pluginRepositories>
|
|
||||||
</project>
|
</project>
|
||||||
|
|
Loading…
Reference in New Issue