Author: dvittor
Date: Wed Aug  5 13:40:55 2015
New Revision: 1694212

URL: http://svn.apache.org/r1694212
Log:
Fixed mvn test issue - [ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-dependency-plugin:2.8:unpack(unpack-wikipages-private)
 on project jspwiki-war: Artifact has not been packaged yet. When used on 
reactor artifact, unpack should be executed after packaging: see MDEP-98. -> 
[Help 1]

Modified:
    jspwiki/trunk/jspwiki-portable/pom.xml

Modified: jspwiki/trunk/jspwiki-portable/pom.xml
URL: 
http://svn.apache.org/viewvc/jspwiki/trunk/jspwiki-portable/pom.xml?rev=1694212&r1=1694211&r2=1694212&view=diff
==============================================================================
--- jspwiki/trunk/jspwiki-portable/pom.xml (original)
+++ jspwiki/trunk/jspwiki-portable/pom.xml Wed Aug  5 13:40:55 2015
@@ -102,7 +102,7 @@
           <!-- Unpack the JSP Wiki web archive -->
           <execution>
             <id>unpack-jspwiki-war</id>
-            <phase>generate-resources</phase>
+            <phase>package</phase>
             <goals>
               <goal>unpack</goal>
             </goals>


Reply via email to