> @@ -1068,6 +1079,17 @@
>                <violationSeverity>warning</violationSeverity>
>              </configuration>
>            </plugin>
> +          <plugin>
> +            <groupId>org.gaul</groupId>
> +            <artifactId>modernizer-maven-plugin</artifactId>
> +            <configuration>
> +              <javaVersion>1.7</javaVersion>
> +              <!-- in jclouds-project use the local file. ${project.basedir}
> +                required here as 1.1.0 of the modernizer plugin can't find 
> the
> +                exclusions file otherwise -->
> +              
> <exclusionsFile>${project.basedir}/../resources/modernizer_exclusions.txt</exclusionsFile>

> hmm.. how will this affect projects that import this, such as labs?

This is in the `jclouds-project` project, which should **only** trigger in 
jclouds/project. All other modules (in jclouds/jclouds and other repos) should 
inherit from `not-jclouds-project`, which gets the config files from the 
classpath via a jclouds-resources dep.

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/548/files#r18437776

Reply via email to