> @@ -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?

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

Reply via email to