need real plugins

This commit is contained in:
Hervé Boutemy 2014-11-23 22:41:31 +01:00
parent bfbdb92e3b
commit 7441b50eb2
3 changed files with 12 additions and 5 deletions

View File

@ -46,5 +46,12 @@ under the License.
<version>${itPluginVersion}</version>
<scope>runtime</scope>
</dependency>
<!-- IT MNG-5663 maven-install -->
<dependency>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-install-plugin</artifactId>
<version>2.5.2</version>
<scope>runtime</scope>
</dependency>
</dependencies>
</project>

View File

@ -81,7 +81,7 @@ under the License.
<version>2.6</version>
<scope>runtime</scope>
</dependency>
<!-- IT MNG-5663 maven-compiler -->
<!-- IT MNG-5663 maven-compiler -->
<dependency>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>

View File

@ -65,17 +65,17 @@ under the License.
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-resources-plugin</artifactId>
<version>0.1-stub-SNAPSHOT</version>
<version>2.6</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>0.1-stub-SNAPSHOT</version>
<version>3.1</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>0.1-stub-SNAPSHOT</version>
<version>2.2</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
@ -85,7 +85,7 @@ under the License.
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-install-plugin</artifactId>
<version>0.1-stub-SNAPSHOT</version>
<version>2.5.2</version>
</plugin>
</plugins>
</pluginManagement>