读书人

maven惯用插件-maven-antrun-plugin

发布时间: 2013-11-29 00:21:24 作者: rapoo

maven常用插件--maven-antrun-plugin

maven-antrun-plugin为maven提供了ant功能。它只有一个goal,即:

antrun:run 执行ant任务。

?

使用:

<plugin>                <groupId>org.apache.maven.plugins</groupId>                <artifactId>maven-antrun-plugin</artifactId>                <version>1.7</version>                <configuration>                    <target>                                               <ant antfile="${basedir}/build.xml"/>                    </target>                </configuration>            </plugin>

?

ss

读书人网 >软件开发

热点推荐