You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lu...@apache.org on 2013/10/15 22:12:29 UTC

svn commit: r1532510 - /myfaces/test/trunk/assembly/pom.xml

Author: lu4242
Date: Tue Oct 15 20:12:29 2013
New Revision: 1532510

URL: http://svn.apache.org/r1532510
Log:
fix assembly build to include 2.2 artifacts

Modified:
    myfaces/test/trunk/assembly/pom.xml

Modified: myfaces/test/trunk/assembly/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/test/trunk/assembly/pom.xml?rev=1532510&r1=1532509&r2=1532510&view=diff
==============================================================================
--- myfaces/test/trunk/assembly/pom.xml (original)
+++ myfaces/test/trunk/assembly/pom.xml Tue Oct 15 20:12:29 2013
@@ -57,6 +57,12 @@
                   <version>${project.version}</version>
                   <classifier>javadoc</classifier>
                 </artifactItem>
+                <artifactItem>
+                  <groupId>org.apache.myfaces.test</groupId>
+                  <artifactId>myfaces-test22</artifactId>
+                  <version>${project.version}</version>
+                  <classifier>javadoc</classifier>
+                </artifactItem>
               </artifactItems>
               <outputDirectory>${project.build.directory}/javadoc</outputDirectory>
             </configuration>
@@ -83,6 +89,12 @@
                 </artifactItem>
                 <artifactItem>
                   <groupId>org.apache.myfaces.test</groupId>
+                  <artifactId>myfaces-test22</artifactId>
+                  <version>${project.version}</version>
+                  <classifier>sources</classifier>
+                </artifactItem>
+                <artifactItem>
+                  <groupId>org.apache.myfaces.test</groupId>
                   <artifactId>myfaces-test-project</artifactId>
                   <version>${project.version}</version>
                   <type>zip</type>
@@ -190,6 +202,12 @@
       <version>${project.version}</version>
     </dependency>
 
+    <dependency>
+      <groupId>org.apache.myfaces.test</groupId>
+      <artifactId>myfaces-test22</artifactId>
+      <version>${project.version}</version>
+    </dependency>
+
   </dependencies>
 
 </project>
\ No newline at end of file