Author: wsmoak
Date: Mon Dec 19 19:37:00 2005
New Revision: 357893

URL: http://svn.apache.org/viewcvs?rev=357893&view=rev
Log:
Set up to publish the site with Maven.

Modified:
    struts/extras/trunk/project.xml

Modified: struts/extras/trunk/project.xml
URL: 
http://svn.apache.org/viewcvs/struts/extras/trunk/project.xml?rev=357893&r1=357892&r2=357893&view=diff
==============================================================================
--- struts/extras/trunk/project.xml (original)
+++ struts/extras/trunk/project.xml Mon Dec 19 19:37:00 2005
@@ -20,7 +20,8 @@
 
 
   <extend>build/project.xml</extend>
-  <id>struts-extras</id>
+  <groupId>struts</groupId>
+  <artifactId>struts-extras</artifactId>
 
   <name>Struts Extras</name>
   
@@ -32,13 +33,15 @@
 
   
   <shortDescription>
-       Optional but often useful extension classes to Struts Core.
+       Optional but often useful extension classes to Struts Action.
   </shortDescription>
   
   <description>
 The purpose of this subproject is to provide a separate and common location to 
 provide optional but often useful extension classes to Struts Action 
Framework.  
   </description>
+  <siteAddress>people.apache.org</siteAddress>
+  <siteDirectory>/www/struts.apache.org/struts-extras</siteDirectory>
   <repository>
     
<connection>scm|svn|http|//svn.apache.org/repos/asf/struts/extras/trunk</connection>
     
<developerConnection>scm|svn|https|//svn.apache.org/repos/asf/struts/extras/trunk</developerConnection>
@@ -78,8 +81,6 @@
     
     <sourceDirectory>src/java</sourceDirectory>
     <unitTestSourceDirectory>src/test</unitTestSourceDirectory>
-    <integrationUnitTestSourceDirectory />
-    <aspectSourceDirectory />
     <unitTest>
       <excludes>
         <!-- all tests in src/test are for Cactus, not plain JUnit -->



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to