logo       

[picocontainer-scm] [picocontainer] [3137] java/nanocontainer-nanowar/trunk: msg#00041

java.picocontainer.cvs

Subject: [picocontainer-scm] [picocontainer] [3137] java/nanocontainer-nanowar/trunk/nanowar-webwork/pom.xml: Fix WebWork1 Build

Revision
3137
Author
rimovm
Date
2006-12-19 19:26:26 -0600 (Tue, 19 Dec 2006)

Log Message

Fix WebWork1 Build

Modified Paths

Diff

Modified: java/nanocontainer-nanowar/trunk/nanowar-webwork/pom.xml (3136 => 3137)

--- java/nanocontainer-nanowar/trunk/nanowar-webwork/pom.xml	2006-12-20 01:14:50 UTC (rev 3136)
+++ java/nanocontainer-nanowar/trunk/nanowar-webwork/pom.xml	2006-12-20 01:26:26 UTC (rev 3137)
@@ -12,32 +12,44 @@
 		<dependency>
 			<groupId>org.nanocontainer</groupId>
 			<artifactId>nanocontainer-nanowar</artifactId>
-            <version>1.1-SNAPSHOT</version>            
+            <version>1.1-SNAPSHOT</version>            
 		</dependency>
-        <dependency>
-            <groupId>velocity</groupId>
-            <artifactId>velocity</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>velocity-tools</groupId>
-            <artifactId>velocity-tools-view</artifactId>
-        </dependency>
+        <dependency>
+            <groupId>velocity</groupId>
+            <artifactId>velocity</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>velocity-tools</groupId>
+            <artifactId>velocity-tools-view</artifactId>
+        </dependency>
    		<dependency>
 			<groupId>opensymphony</groupId>
-			<artifactId>webwork</artifactId>
+			<artifactId>webwork</artifactId>
             <version>1.4</version>
 		</dependency>
-	</dependencies>
-    <build>
-        <plugins>
-            <plugin>
-                <inherited>true</inherited>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-surefire-plugin</artifactId>
-                <configuration>
-                    <skip>true</skip>
-                </configuration>
-            </plugin>
-        </plugins>
+		<dependency>
+			<groupId>commons-logging</groupId>
+			<artifactId>commons-logging-api</artifactId>
+			<version>1.1</version>
+		</dependency>
+		<dependency>
+			<groupId>commons-logging</groupId>
+			<artifactId>commons-logging</artifactId>
+			<version>1.1</version>
+		</dependency>
+	</dependencies>
+    <build>
+        <plugins>
+            <plugin>
+                <inherited>true</inherited>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-surefire-plugin</artifactId>
+                <configuration>
+					<includes>
+						<include>**/*TestCase.java</include>
+					</includes>
+                </configuration>
+            </plugin>
+        </plugins>
     </build>    
-</project>
+</project>


To unsubscribe from this list please visit:

http://xircles.codehaus.org/manage_email

<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

News | FAQ | advertise