Author: dan.j.allen
Date: 2009-05-11 22:50:24 -0400 (Mon, 11 May 2009)
New Revision: 10891
Modified:
modules/trunk/web/pom.xml
Log:
reorg
add description
Modified: modules/trunk/web/pom.xml
===================================================================
--- modules/trunk/web/pom.xml 2009-05-12 02:50:00 UTC (rev 10890)
+++ modules/trunk/web/pom.xml 2009-05-12 02:50:24 UTC (rev 10891)
@@ -13,25 +13,11 @@
<packaging>jar</packaging>
<version>3.0.0-SNAPSHOT</version>
<name>Seam Web Module</name>
+ <description>
+ This module provides life cycle management and API abstractions for web
+ requests in a Seam environment.
+ </description>
- <build>
- <plugins>
-
- <!--
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-surefire-plugin</artifactId>
- <configuration>
- <suiteXmlFiles>
-
<suiteXmlFile>src/test/resources/test-suite.xml</suiteXmlFile>
- </suiteXmlFiles>
- </configuration>
- </plugin>
- -->
-
- </plugins>
- </build>
-
<dependencies>
<dependency>
@@ -60,4 +46,22 @@
</dependencies>
+ <build>
+ <plugins>
+
+ <!--
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <configuration>
+ <suiteXmlFiles>
+
<suiteXmlFile>src/test/resources/unit-test-suite.xml</suiteXmlFile>
+ </suiteXmlFiles>
+ </configuration>
+ </plugin>
+ -->
+
+ </plugins>
+ </build>
+
</project>
Show replies by date