Changes phase when wget is starting

git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@1085683 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Lukasz Lenart
2011-03-26 10:56:32 +00:00
parent 2e8822632c
commit d0fd4609ea
+4 -4
View File
@@ -264,7 +264,10 @@
<executions>
<execution>
<id>cwiki-docs</id>
<phase>process-resources</phase>
<phase>prepare-package</phase>
<goals>
<goal>run</goal>
</goals>
<configuration>
<tasks>
<mkdir dir="${project.build.directory}/cwiki"/>
@@ -281,9 +284,6 @@
</exec>
</tasks>
</configuration>
<goals>
<goal>run</goal>
</goals>
</execution>
</executions>
</plugin>