You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by mm...@apache.org on 2006/05/13 01:31:23 UTC

svn commit: r405944 - /myfaces/tomahawk/trunk/examples/assembly/pom.xml

Author: mmarinschek
Date: Fri May 12 16:31:23 2006
New Revision: 405944

URL: http://svn.apache.org/viewcvs?rev=405944&view=rev
Log:
added sources to pom

Modified:
    myfaces/tomahawk/trunk/examples/assembly/pom.xml

Modified: myfaces/tomahawk/trunk/examples/assembly/pom.xml
URL: http://svn.apache.org/viewcvs/myfaces/tomahawk/trunk/examples/assembly/pom.xml?rev=405944&r1=405943&r2=405944&view=diff
==============================================================================
--- myfaces/tomahawk/trunk/examples/assembly/pom.xml (original)
+++ myfaces/tomahawk/trunk/examples/assembly/pom.xml Fri May 12 16:31:23 2006
@@ -63,6 +63,42 @@
               <outputDirectory>${project.build.directory}/war</outputDirectory>
             </configuration>
           </execution>
+          <execution>
+            <id>copy-source</id>
+            <phase>package</phase>
+            <goals>
+              <goal>copy</goal>
+            </goals>
+            <configuration>
+              <artifactItems>
+                <artifactItem>
+                  <groupId>org.apache.myfaces.tomahawk</groupId>
+                  <artifactId>myfaces-example-blank</artifactId>
+                  <version>${version}</version>
+                  <type>sources</type>
+                </artifactItem>
+                <artifactItem>
+                  <groupId>org.apache.myfaces.tomahawk</groupId>
+                  <artifactId>myfaces-example-simple</artifactId>
+                  <version>${version}</version>
+                  <type>sources</type>
+                </artifactItem>
+                <artifactItem>
+                  <groupId>org.apache.myfaces.tomahawk</groupId>
+                  <artifactId>myfaces-example-tiles</artifactId>
+                  <version>${version}</version>
+                  <type>sources</type>
+                </artifactItem>
+                <artifactItem>
+                  <groupId>org.apache.myfaces.tomahawk</groupId>
+                  <artifactId>myfaces-example-wap</artifactId>
+                  <version>${version}</version>
+                  <type>sources</type>
+                </artifactItem>
+               </artifactItems>
+               <outputDirectory>${project.build.directory}/src</outputDirectory>
+             </configuration>
+           </execution> 
         </executions>
       </plugin>
 
@@ -92,4 +128,4 @@
 
   </build>
 
-</project>
\ No newline at end of file
+</project>