You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by at...@apache.org on 2009/11/04 19:26:31 UTC

svn commit: r832836 - /portals/jetspeed-2/portal/trunk/applications/jetspeed/pom.xml

Author: ate
Date: Wed Nov  4 18:26:31 2009
New Revision: 832836

URL: http://svn.apache.org/viewvc?rev=832836&view=rev
Log:
Fix "lost" dojo unpacking during build: unpack plugin cannot deal with multiple configurations within one execution, splitted up in two execution configurations fixed it

Modified:
    portals/jetspeed-2/portal/trunk/applications/jetspeed/pom.xml

Modified: portals/jetspeed-2/portal/trunk/applications/jetspeed/pom.xml
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/portal/trunk/applications/jetspeed/pom.xml?rev=832836&r1=832835&r2=832836&view=diff
==============================================================================
--- portals/jetspeed-2/portal/trunk/applications/jetspeed/pom.xml (original)
+++ portals/jetspeed-2/portal/trunk/applications/jetspeed/pom.xml Wed Nov  4 18:26:31 2009
@@ -89,6 +89,15 @@
                 <file>${basedir}/src/main/javascript/dojo/dojo.zip</file>
                 <targetDirectory>${project.build.directory}/${project.build.finalName}/javascript/dojo</targetDirectory>
               </unpack>
+            </configuration>
+          </execution>
+          <execution>
+            <id>unpack-yui</id>
+            <goals>
+              <goal>unpack</goal>
+            </goals>
+            <phase>process-resources</phase>
+            <configuration>
               <unpack>
                 <file>${basedir}/src/main/javascript/yui/yui-build.zip</file>
                 <targetDirectory>${project.build.directory}/${project.build.finalName}/javascript/yui</targetDirectory>



---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-dev-help@portals.apache.org