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