> + </systemPropertyVariables> > + </configuration> > + </execution> > + </executions> > + </plugin> > + <plugin> > + <groupId>org.codehaus.mojo</groupId> > + <artifactId>animal-sniffer-maven-plugin</artifactId> > + <configuration> > + <signature> > + <groupId>org.codehaus.mojo.signature</groupId> > + <artifactId>java17</artifactId> > + <version>1.0</version> > + </signature> > + </configuration> > + </plugin>
You should make it work with Java 6, so you should be able to remove this too. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs/pull/173/files#r29933900
