You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by pl...@apache.org on 2006/04/27 23:00:53 UTC

svn commit: r397633 - in /incubator/webwork2/uber: pom.xml src/assemble/main.xml

Author: plightbo
Date: Thu Apr 27 14:00:52 2006
New Revision: 397633

URL: http://svn.apache.org/viewcvs?rev=397633&view=rev
Log:
assembly stuff

Modified:
    incubator/webwork2/uber/pom.xml
    incubator/webwork2/uber/src/assemble/main.xml

Modified: incubator/webwork2/uber/pom.xml
URL: http://svn.apache.org/viewcvs/incubator/webwork2/uber/pom.xml?rev=397633&r1=397632&r2=397633&view=diff
==============================================================================
--- incubator/webwork2/uber/pom.xml (original)
+++ incubator/webwork2/uber/pom.xml Thu Apr 27 14:00:52 2006
@@ -12,26 +12,25 @@
     <packaging>pom</packaging>
     <name>Uber Jar</name>
     <build>
-      <plugins>
-        <plugin>
-          <groupId>org.apache.maven.plugins</groupId>
-          <artifactId>maven-assembly-plugin</artifactId>
-          <configuration>
-            <descriptor>src/assemble/main.xml</descriptor>
-          </configuration>
-          <!-- Note: We need to turn this off because of http://jira.codehaus.org/browse/MNG-1684 -->
-          <!--
-          <executions>
-            <execution>
-              <phase>package</phase>
-              <goals>
-                <goal>attached</goal>
-              </goals>
-            </execution>
-          </executions>
-          -->
-        </plugin>
-      </plugins>
+        <!--
+        <plugins>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-assembly-plugin</artifactId>
+                <configuration>
+                    <descriptor>src/assemble/main.xml</descriptor>
+                </configuration>
+                <executions>
+                    <execution>
+                        <phase>package</phase>
+                        <goals>
+                            <goal>assembly</goal>
+                        </goals>
+                    </execution>
+                </executions>
+            </plugin>
+        </plugins>
+        -->
     </build>
     <dependencies>
         <dependency>

Modified: incubator/webwork2/uber/src/assemble/main.xml
URL: http://svn.apache.org/viewcvs/incubator/webwork2/uber/src/assemble/main.xml?rev=397633&r1=397632&r2=397633&view=diff
==============================================================================
--- incubator/webwork2/uber/src/assemble/main.xml (original)
+++ incubator/webwork2/uber/src/assemble/main.xml Thu Apr 27 14:00:52 2006
@@ -8,6 +8,7 @@
       <outputDirectory>/</outputDirectory>
       <includes>
           <include>org.apache.struts.action2:action</include>
+          <include>org.apache.struts.action2:action-api</include>
           <include>org.apache.struts.action2:action-jasperreports</include>
           <include>org.apache.struts.action2:action-jfreechart</include>
           <include>org.apache.struts.action2:action-pell-file-upload</include>



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