mirror of
https://github.com/apache/jclouds.git
synced 2025-02-08 19:15:24 +00:00
Revert "Unhook modernizer from verify phase"
This reverts commit 0d67da75e9295742d44e041489206c9f79472e9d.
This commit is contained in:
parent
0d67da75e9
commit
bc4b89feb1
@ -719,6 +719,15 @@
|
|||||||
<groupId>org.gaul</groupId>
|
<groupId>org.gaul</groupId>
|
||||||
<artifactId>modernizer-maven-plugin</artifactId>
|
<artifactId>modernizer-maven-plugin</artifactId>
|
||||||
<version>1.1.0</version>
|
<version>1.1.0</version>
|
||||||
|
<executions>
|
||||||
|
<execution>
|
||||||
|
<id>modernizer</id>
|
||||||
|
<phase>verify</phase>
|
||||||
|
<goals>
|
||||||
|
<goal>modernizer</goal>
|
||||||
|
</goals>
|
||||||
|
</execution>
|
||||||
|
</executions>
|
||||||
<configuration>
|
<configuration>
|
||||||
<javaVersion>1.7</javaVersion>
|
<javaVersion>1.7</javaVersion>
|
||||||
<exclusionsFile>resources/modernizer_exclusions.txt</exclusionsFile>
|
<exclusionsFile>resources/modernizer_exclusions.txt</exclusionsFile>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user