You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by ws...@apache.org on 2006/04/07 03:48:57 UTC

svn commit: r392153 - /struts/action/trunk/assembly/pom.xml

Author: wsmoak
Date: Thu Apr  6 18:48:55 2006
New Revision: 392153

URL: http://svn.apache.org/viewcvs?rev=392153&view=rev
Log:
Add additional jar and war artifacts to the assembly.

Modified:
    struts/action/trunk/assembly/pom.xml

Modified: struts/action/trunk/assembly/pom.xml
URL: http://svn.apache.org/viewcvs/struts/action/trunk/assembly/pom.xml?rev=392153&r1=392152&r2=392153&view=diff
==============================================================================
--- struts/action/trunk/assembly/pom.xml (original)
+++ struts/action/trunk/assembly/pom.xml Thu Apr  6 18:48:55 2006
@@ -73,6 +73,24 @@
                   <version>${version}</version>
                   <classifier>javadoc</classifier>
                 </artifactItem>
+                <artifactItem>
+                  <groupId>org.apache.struts.action</groupId>
+                  <artifactId>struts-el</artifactId>
+                  <version>${version}</version>
+                  <classifier>javadoc</classifier>
+                </artifactItem>
+                <artifactItem>
+                  <groupId>org.apache.struts.action</groupId>
+                  <artifactId>struts-extras</artifactId>
+                  <version>${version}</version>
+                  <classifier>javadoc</classifier>
+                </artifactItem>
+                <artifactItem>
+                  <groupId>org.apache.struts.action</groupId>
+                  <artifactId>struts-taglib</artifactId>
+                  <version>${version}</version>
+                  <classifier>javadoc</classifier>
+                </artifactItem>
               </artifactItems>
               <outputDirectory>${project.build.directory}/javadoc</outputDirectory>
             </configuration>
@@ -91,6 +109,42 @@
                   <version>${version}</version>
                   <type>war</type>
                 </artifactItem>
+                <artifactItem>
+                  <groupId>org.apache.struts.action</groupId>
+                  <artifactId>struts-examples</artifactId>
+                  <version>${version}</version>
+                  <type>war</type>
+                </artifactItem>
+                <artifactItem>
+                  <groupId>org.apache.struts.action</groupId>
+                  <artifactId>struts-mailreader</artifactId>
+                  <version>${version}</version>
+                  <type>war</type>
+                </artifactItem>
+                <artifactItem>
+                  <groupId>org.apache.struts.action</groupId>
+                  <artifactId>struts-faces-example1</artifactId>
+                  <version>${version}</version>
+                  <type>war</type>
+                </artifactItem>
+                <artifactItem>
+                  <groupId>org.apache.struts.action</groupId>
+                  <artifactId>struts-cookbook</artifactId>
+                  <version>${version}</version>
+                  <type>war</type>
+                </artifactItem>
+                <artifactItem>
+                  <groupId>org.apache.struts.action</groupId>
+                  <artifactId>struts-faces-example2</artifactId>
+                  <version>${version}</version>
+                  <type>war</type>
+                </artifactItem>
+                <artifactItem>
+                  <groupId>org.apache.struts.action</groupId>
+                  <artifactId>struts-blank</artifactId>
+                  <version>${version}</version>
+                  <type>war</type>
+                </artifactItem>
               </artifactItems>
               <outputDirectory>${project.build.directory}/webapps</outputDirectory>
             </configuration>
@@ -117,6 +171,26 @@
     <dependency>
       <groupId>org.apache.struts.action</groupId>
       <artifactId>struts-core</artifactId>
+      <version>${version}</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.struts.action</groupId>
+      <artifactId>struts-extras</artifactId>
+      <version>${version}</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.struts.action</groupId>
+      <artifactId>struts-el</artifactId>
+      <version>${version}</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.struts.action</groupId>
+      <artifactId>struts-taglib</artifactId>
+      <version>${version}</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.struts.action</groupId>
+      <artifactId>struts-mailreader-dao</artifactId>
       <version>${version}</version>
     </dependency>
 



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