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/21 20:22:20 UTC

svn commit: r498430 - /portals/jetspeed-2/trunk/components/security/pom.xml

Author: taylor
Date: Sun Jan 21 11:22:19 2007
New Revision: 498430

URL: http://svn.apache.org/viewvc?view=rev&rev=498430
Log:
ALL tests seem to be passing again with mvn -P test. I think what happened is that we may have changed the inheritance POM behavior (somehow)

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

Modified: portals/jetspeed-2/trunk/components/security/pom.xml
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/trunk/components/security/pom.xml?view=diff&rev=498430&r1=498429&r2=498430
==============================================================================
--- portals/jetspeed-2/trunk/components/security/pom.xml (original)
+++ portals/jetspeed-2/trunk/components/security/pom.xml Sun Jan 21 11:22:19 2007
@@ -91,6 +91,31 @@
     <!-- Build Configuration -->
 
     <build>
+        <!-- Test Resources -->
+        <testResources>
+            <testResource>
+                <directory>src/java</directory>
+                <excludes>
+                    <exclude>**/*.java</exclude>
+                    <exclude>**/JETSPEED-INF/**</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>
+        </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