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>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-core-it-plugin</artifactId>
|
||||
<version>1.0-SNAPSHOT</version>
|
||||
<version>1.0</version>
|
||||
<executions>
|
||||
<execution>
|
||||
<phase>process-resources</phase>
|
||||
|
@ -40,11 +40,4 @@
|
|||
</plugin>
|
||||
</plugins>
|
||||
</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>
|
||||
|
|
Loading…
Reference in New Issue