mirror of https://github.com/apache/jclouds.git
JCLOUDS-1495: maven plugins are not correctly referred to (#24)
This commit is contained in:
parent
a1c9ce8217
commit
2fbf10c9c9
|
@ -108,6 +108,7 @@
|
|||
<!-- Disabling error-prone compiler due to: https://github.com/google/error-prone/issues/711
|
||||
The fix is only available in error-prone versions that do not support Java 7 -->
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-compiler-plugin</artifactId>
|
||||
<inherited>false</inherited>
|
||||
<configuration>
|
||||
|
|
|
@ -652,6 +652,7 @@
|
|||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-surefire-plugin</artifactId>
|
||||
<version>${surefire.version}</version>
|
||||
<executions>
|
||||
|
@ -703,6 +704,7 @@
|
|||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-enforcer-plugin</artifactId>
|
||||
<version>1.1.1</version>
|
||||
<executions>
|
||||
|
@ -740,6 +742,7 @@
|
|||
</executions>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-compiler-plugin</artifactId>
|
||||
<version>3.1</version>
|
||||
<configuration>
|
||||
|
@ -889,6 +892,7 @@
|
|||
</dependencies>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-resources-plugin</artifactId>
|
||||
<version>2.6</version>
|
||||
<configuration>
|
||||
|
|
Loading…
Reference in New Issue