日期:2014-05-18 浏览次数:20720 次
<plugin>
<artifactId>maven-antrun-plugin</artifactId>
<executions>
<execution>
<id>gen-webadmin</id>
<phase>compile</phase>
<configuration>
<tasks>
<copy todir="${basedir}/target/build/plugin_update/plugin"
file="${basedir}/plugin.xml" />
</tasks>
&nbs