> @@ -108,6 +108,12 @@ > <artifactId>maven-surefire-plugin</artifactId> > <executions> > <execution> > + <id>default-test</id> > + <configuration> > + <skipTests>true</skipTests> > + </configuration> > + </execution> > + <execution>
Same question as above. Also looks like the indenting is off here? --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs-google/pull/37/files#r15663994
