LUCENE-4365: Upgrade maven-install-plugin to just-released v2.4, to enable skipping installation of artifacts from modules solr-core-tests and solr-solrj-tests.

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1382023 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Steven Rowe 2012-09-07 13:40:48 +00:00
parent c1a5bef466
commit d996a35681
3 changed files with 1 additions and 17 deletions

View File

@ -494,7 +494,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-install-plugin</artifactId>
<version>2.3.1</version>
<version>2.4</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>

View File

@ -106,15 +106,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-install-plugin</artifactId>
<executions>
<execution>
<id>default-install</id>
<!-- Skipping by binding the default execution ID to a non-existent phase only works in Maven 3, not 2. -->
<phase>none</phase>
</execution>
</executions>
<configuration>
<!-- Skipping enabled in maven-install-plugin v2.4 -->
<skip>true</skip>
</configuration>
</plugin>

View File

@ -96,15 +96,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-install-plugin</artifactId>
<executions>
<execution>
<id>default-install</id>
<!-- Skipping by binding the default execution ID to a non-existent phase only works in Maven 3, not 2. -->
<phase>none</phase>
</execution>
</executions>
<configuration>
<!-- Skipping enabled in maven-install-plugin v2.4 -->
<skip>true</skip>
</configuration>
</plugin>