提交 d0060fdc 编写于 作者: K Kohsuke Kawaguchi

Cherry-picked 46e8ed3f in preparation for Groovy 1.8 integration

上级 2dbe144b
......@@ -270,6 +270,21 @@ THE SOFTWARE.
</execution>
</executions>
</plugin>-->
<plugin>
<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>
</plugins>
<extensions>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册