You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by ma...@apache.org on 2007/07/01 15:33:23 UTC

svn commit: r552313 - /myfaces/trinidad/tags/trinidad-1.2.1/trinidad-examples/trinidad-example-assembly/pom.xml

Author: matzew
Date: Sun Jul  1 06:33:22 2007
New Revision: 552313

URL: http://svn.apache.org/viewvc?view=rev&rev=552313
Log:
sources for demo

Modified:
    myfaces/trinidad/tags/trinidad-1.2.1/trinidad-examples/trinidad-example-assembly/pom.xml

Modified: myfaces/trinidad/tags/trinidad-1.2.1/trinidad-examples/trinidad-example-assembly/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/tags/trinidad-1.2.1/trinidad-examples/trinidad-example-assembly/pom.xml?view=diff&rev=552313&r1=552312&r2=552313
==============================================================================
--- myfaces/trinidad/tags/trinidad-1.2.1/trinidad-examples/trinidad-example-assembly/pom.xml (original)
+++ myfaces/trinidad/tags/trinidad-1.2.1/trinidad-examples/trinidad-example-assembly/pom.xml Sun Jul  1 06:33:22 2007
@@ -64,7 +64,6 @@
             <groupId>org.codehaus.mojo</groupId>
             <artifactId>dependency-maven-plugin</artifactId>
             <executions>
-
               <execution>
                 <id>copy-example</id>
                 <phase>package</phase>
@@ -87,6 +86,30 @@
                     </artifactItem>
                   </artifactItems>
                   <outputDirectory>${project.build.directory}/webapp</outputDirectory>
+                </configuration>
+              </execution>
+              <execution>
+                <id>copy-source</id>
+                <phase>package</phase>
+                <goals>
+                  <goal>copy</goal>
+                </goals>
+                <configuration>
+                  <artifactItems>
+                    <artifactItem>
+                      <groupId>${project.groupId}</groupId>
+                      <artifactId>trinidad-blank</artifactId>
+                      <version>${project.version}</version>
+                      <classifier>sources</classifier>
+                    </artifactItem>
+                    <artifactItem>
+                      <groupId>${project.groupId}</groupId>
+                      <artifactId>trinidad-demo</artifactId>
+                      <version>${project.version}</version>
+                      <classifier>sources</classifier>
+                    </artifactItem>
+                  </artifactItems>
+                  <outputDirectory>${project.build.directory}/src</outputDirectory>
                 </configuration>
               </execution>
             </executions>