[jboss-cvs] JBossAS SVN: r68556 - projects/vfs/trunk.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Dec 25 20:26:24 EST 2007


Author: alesj
Date: 2007-12-25 20:26:24 -0500 (Tue, 25 Dec 2007)
New Revision: 68556

Modified:
   projects/vfs/trunk/pom.xml
Log:
POM update.

Modified: projects/vfs/trunk/pom.xml
===================================================================
--- projects/vfs/trunk/pom.xml	2007-12-26 01:11:09 UTC (rev 68555)
+++ projects/vfs/trunk/pom.xml	2007-12-26 01:26:24 UTC (rev 68556)
@@ -37,7 +37,13 @@
 
   <build>
     <sourceDirectory>src/main/java</sourceDirectory>
+    <testSourceDirectory>src/test/java</testSourceDirectory>
     <finalName>${artifactId}</finalName>
+    <testResources>
+      <testResource>
+        <directory>src/test/resources</directory>
+      </testResource>
+    </testResources>
     <plugins>
       
       <!-- define how we want compilation to take place
@@ -66,7 +72,9 @@
         </executions>
       </plugin>
       <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-surefire-plugin</artifactId>
+        <version>2.3</version>
         <configuration>
           <testFailureIgnore>true</testFailureIgnore>
           <disableXmlReport>false</disableXmlReport>




More information about the jboss-cvs-commits mailing list