You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by zo...@apache.org on 2011/03/28 14:37:46 UTC

svn commit: r1086211 - /aries/trunk/samples/blueprint/helloworld/helloworld-assembly/pom.xml

Author: zoe
Date: Mon Mar 28 12:37:45 2011
New Revision: 1086211

URL: http://svn.apache.org/viewvc?rev=1086211&view=rev
Log:
ARIES-621

Modified:
    aries/trunk/samples/blueprint/helloworld/helloworld-assembly/pom.xml

Modified: aries/trunk/samples/blueprint/helloworld/helloworld-assembly/pom.xml
URL: http://svn.apache.org/viewvc/aries/trunk/samples/blueprint/helloworld/helloworld-assembly/pom.xml?rev=1086211&r1=1086210&r2=1086211&view=diff
==============================================================================
--- aries/trunk/samples/blueprint/helloworld/helloworld-assembly/pom.xml (original)
+++ aries/trunk/samples/blueprint/helloworld/helloworld-assembly/pom.xml Mon Mar 28 12:37:45 2011
@@ -96,6 +96,23 @@
         <plugins>
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-resources-plugin</artifactId>
+                <configuration>
+                    <outputDirectory>${project.build.directory}</outputDirectory>
+                </configuration>
+                <executions>
+                  <execution>
+                     <id>filter</id>
+                     <phase>generate-resources</phase>
+                     <goals>
+                        <goal>resources</goal>
+                     </goals>
+                  </execution>
+                 </executions>
+            </plugin>
+
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-dependency-plugin</artifactId>
                 <executions>
                     <execution>