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:28:39 UTC

svn commit: r498039 - /portals/jetspeed-2/trunk/components/prefs/pom.xml

Author: taylor
Date: Fri Jan 19 17:28:39 2007
New Revision: 498039

URL: http://svn.apache.org/viewvc?view=rev&rev=498039
Log:
test resources were not being copied over for spring assembly

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

Modified: portals/jetspeed-2/trunk/components/prefs/pom.xml
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/trunk/components/prefs/pom.xml?view=diff&rev=498039&r1=498038&r2=498039
==============================================================================
--- portals/jetspeed-2/trunk/components/prefs/pom.xml (original)
+++ portals/jetspeed-2/trunk/components/prefs/pom.xml Fri Jan 19 17:28:39 2007
@@ -75,6 +75,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