> + <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>
Can you open a PR to the main repo to add the required exclusions to the `project/pom.xml`? Then we can rebase on top of that and have a clean pom. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs/pull/116/files#r21861699
