提交 ccdbd834 编写于 作者: M Mike Power

Adding the ant-launcher jar to the maven plugin. On my environment without it...

Adding the ant-launcher jar to the maven plugin.  On my environment without it gmaven is unable to locate the org.apache.tools.ant.launch.AntMain class
上级 4808f827
......@@ -181,6 +181,11 @@ THE SOFTWARE.
<artifactId>ant</artifactId>
<version>1.8.0</version>
</dependency>
<dependency>
<groupId>org.apache.ant</groupId>
<artifactId>ant-launcher</artifactId>
<version>1.8.0</version>
</dependency>
</dependencies>
</plugin>
</plugins>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册