You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by ta...@apache.org on 2007/01/20 02:08:51 UTC

svn commit: r498033 - /portals/jetspeed-2/trunk/components/capability/pom.xml

Author: taylor
Date: Fri Jan 19 17:08:50 2007
New Revision: 498033

URL: http://svn.apache.org/viewvc?view=rev&rev=498033
Log:
i dont know much about maven-2, but it seems that the resources were not being copied over for spring assembly
this seems to fix the problem

Modified:
    portals/jetspeed-2/trunk/components/capability/pom.xml

Modified: portals/jetspeed-2/trunk/components/capability/pom.xml
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/trunk/components/capability/pom.xml?view=diff&rev=498033&r1=498032&r2=498033
==============================================================================
--- portals/jetspeed-2/trunk/components/capability/pom.xml (original)
+++ portals/jetspeed-2/trunk/components/capability/pom.xml Fri Jan 19 17:08:50 2007
@@ -65,6 +65,36 @@
     <!-- Build Configuration -->
 
     <build>
+        <testResources>
+            <testResource>
+                <directory>src/java</directory>
+                <excludes>
+                    <exclude>**/*.java</exclude>
+                    <exclude>repository_database.xml</exclude>
+                </excludes>
+            </testResource>
+            <testResource>
+                <directory>src/test</directory>
+                <excludes>
+                    <exclude>**/*.java</exclude>
+                </excludes>
+            </testResource>
+            <testResource>
+                <directory>../../etc/log4j</directory>
+            </testResource>
+            <testResource>
+                <directory>../../etc/db-ojb</directory>
+            </testResource>
+            <testResource>
+                <directory>../../src/webapp/WEB-INF/assembly</directory>
+            </testResource>
+            <testResource>
+                <directory>test/assembly</directory>
+            </testResource>                                            
+            <testResource>
+                <directory>test/testdata/pages</directory>
+            </testResource>                                                        
+        </testResources>        
         <plugins>
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>



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