> +      <id>live</id>
> +      <build>
> +        <plugins>
> +               <plugin>
> +           <groupId>org.codehaus.mojo</groupId>
> +           <artifactId>rat-maven-plugin</artifactId>
> +           <configuration>
> +            <excludes>
> +             <exclude>.apt_generated/**/*</exclude>
> +             <exclude>target/**/*</exclude>
> +             <exclude>.settings/**/*</exclude>
> +             <exclude>.project</exclude>
> +             <exclude>.factorypath</exclude>
> +             <exclude>.classpath</exclude>
> +             <exclude>.gitignore</exclude>
> +            </excludes>

I've just seen that the labs parent pom.xml already has the rat-plugin 
configuration, so just move the missing excludes there and remove the config 
from this pom.

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

Reply via email to