mirror of https://github.com/apache/jclouds.git
Overriding modernizer-plugin config in jclouds-resources
This fixes a self-dependency
This commit is contained in:
parent
b9525a0877
commit
013e6da845
|
@ -41,5 +41,17 @@
|
||||||
</includes>
|
</includes>
|
||||||
</resource>
|
</resource>
|
||||||
</resources>
|
</resources>
|
||||||
|
<plugins>
|
||||||
|
<plugin>
|
||||||
|
<groupId>org.gaul</groupId>
|
||||||
|
<artifactId>modernizer-maven-plugin</artifactId>
|
||||||
|
<configuration>
|
||||||
|
<javaVersion>1.7</javaVersion>
|
||||||
|
<!-- ${project.basedir} required here as 1.1.0 of the modernizer plugin
|
||||||
|
can't find the exclusions file otherwise -->
|
||||||
|
<exclusionsFile>${project.basedir}/modernizer_exclusions.txt</exclusionsFile>
|
||||||
|
</configuration>
|
||||||
|
</plugin>
|
||||||
|
</plugins>
|
||||||
</build>
|
</build>
|
||||||
</project>
|
</project>
|
||||||
|
|
Loading…
Reference in New Issue