Author: rvs Date: Fri Sep 2 18:03:45 2011 New Revision: 1164660 URL: http://svn.apache.org/viewvc?rev=1164660&view=rev Log: BIGTOP-72. Gmaven plugin needs to be explicitly bound to compilation goals
Modified: incubator/bigtop/trunk/bigtop-tests/test-artifacts/pom.xml Modified: incubator/bigtop/trunk/bigtop-tests/test-artifacts/pom.xml URL: http://svn.apache.org/viewvc/incubator/bigtop/trunk/bigtop-tests/test-artifacts/pom.xml?rev=1164660&r1=1164659&r2=1164660&view=diff ============================================================================== --- incubator/bigtop/trunk/bigtop-tests/test-artifacts/pom.xml (original) +++ incubator/bigtop/trunk/bigtop-tests/test-artifacts/pom.xml Fri Sep 2 18:03:45 2011 @@ -67,6 +67,16 @@ <groupId>org.codehaus.groovy.maven</groupId> <artifactId>gmaven-plugin</artifactId> <version>1.0</version> + <executions> + <execution> + <goals> + <goal>generateStubs</goal> + <goal>compile</goal> + <goal>generateTestStubs</goal> + <goal>testCompile</goal> + </goals> + </execution> + </executions> </plugin> <!--Let's skip unit tests all together for there are none-->