You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2014/08/05 19:37:59 UTC

svn commit: r1615965 - /syncope/branches/1_2_X/archetype/src/main/resources/archetype-resources/console/pom.xml

Author: ilgrosso
Date: Tue Aug  5 17:37:59 2014
New Revision: 1615965

URL: http://svn.apache.org/r1615965
Log:
[SYNCOPE-540] Fixing archetype's problem

Modified:
    syncope/branches/1_2_X/archetype/src/main/resources/archetype-resources/console/pom.xml

Modified: syncope/branches/1_2_X/archetype/src/main/resources/archetype-resources/console/pom.xml
URL: http://svn.apache.org/viewvc/syncope/branches/1_2_X/archetype/src/main/resources/archetype-resources/console/pom.xml?rev=1615965&r1=1615964&r2=1615965&view=diff
==============================================================================
--- syncope/branches/1_2_X/archetype/src/main/resources/archetype-resources/console/pom.xml (original)
+++ syncope/branches/1_2_X/archetype/src/main/resources/archetype-resources/console/pom.xml Tue Aug  5 17:37:59 2014
@@ -113,7 +113,7 @@ under the License.
         <executions>
           <execution>
             <id>setupActivitiModeler</id>
-            <phase>process-test-resources</phase>
+            <phase>process-resources</phase>
             <configuration>
               <target>
                 <unzip src="${settings.localRepository}/org/activiti/activiti-webapp-explorer2/${activiti.version}/activiti-webapp-explorer2-${activiti.version}.war"