Author: wsmoak
Date: Sat Apr 22 23:03:49 2006
New Revision: 396220
URL: http://svn.apache.org/viewcvs?rev=396220&view=rev
Log:
Added <distributionManagement>/<site> element to be used with 'mvn site:deploy'.
Removed experimental designation from poms.
Modified:
struts/action/trunk/el/pom.xml
struts/action/trunk/extras/pom.xml
struts/action/trunk/faces/pom.xml
struts/action/trunk/scripting/pom.xml
struts/action/trunk/taglib/pom.xml
Modified: struts/action/trunk/el/pom.xml
URL:
http://svn.apache.org/viewcvs/struts/action/trunk/el/pom.xml?rev=396220&r1=396219&r2=396220&view=diff
==============================================================================
--- struts/action/trunk/el/pom.xml (original)
+++ struts/action/trunk/el/pom.xml Sat Apr 22 23:03:49 2006
@@ -19,18 +19,6 @@
*/
-->
-<!--
- Experimental Maven 2 Build for Apache Struts
- ============================================
-
-To build and install this module into your local repo:
-
- $ mvn install
-
-For more information, see: http://wiki.apache.org/struts/StrutsMaven2Plan
-
--->
-
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
@@ -46,6 +34,13 @@
<packaging>jar</packaging>
<name>Struts Action - EL</name>
<url>http://struts.apache.org</url>
+
+ <distributionManagement>
+ <site>
+ <id>apache-site</id>
+
<url>scp://people.apache.org/www/struts.apache.org/struts-action/struts-el</url>
+ </site>
+ </distributionManagement>
<build>
Modified: struts/action/trunk/extras/pom.xml
URL:
http://svn.apache.org/viewcvs/struts/action/trunk/extras/pom.xml?rev=396220&r1=396219&r2=396220&view=diff
==============================================================================
--- struts/action/trunk/extras/pom.xml (original)
+++ struts/action/trunk/extras/pom.xml Sat Apr 22 23:03:49 2006
@@ -19,18 +19,6 @@
*/
-->
-<!--
- Experimental Maven 2 Build for Apache Struts
- ============================================
-
-To build and install this module into your local repo:
-
- $ mvn install
-
-For more information, see: http://wiki.apache.org/struts/StrutsMaven2Plan
-
--->
-
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
@@ -46,6 +34,13 @@
<packaging>jar</packaging>
<name>Struts Action - Extras</name>
<url>http://struts.apache.org</url>
+
+ <distributionManagement>
+ <site>
+ <id>apache-site</id>
+
<url>scp://people.apache.org/www/struts.apache.org/struts-action/struts-extras</url>
+ </site>
+ </distributionManagement>
<build>
Modified: struts/action/trunk/faces/pom.xml
URL:
http://svn.apache.org/viewcvs/struts/action/trunk/faces/pom.xml?rev=396220&r1=396219&r2=396220&view=diff
==============================================================================
--- struts/action/trunk/faces/pom.xml (original)
+++ struts/action/trunk/faces/pom.xml Sat Apr 22 23:03:49 2006
@@ -19,18 +19,6 @@
*/
-->
-<!--
- Experimental Maven 2 Build for Apache Struts
- ============================================
-
-To build and install this module into your local repo:
-
- $ mvn install
-
-For more information, see: http://wiki.apache.org/struts/StrutsMaven2Plan
-
--->
-
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
@@ -48,6 +36,13 @@
<packaging>jar</packaging>
<name>Struts Action - Faces</name>
<url>http://struts.apache.org</url>
+
+ <distributionManagement>
+ <site>
+ <id>apache-site</id>
+
<url>scp://people.apache.org/www/struts.apache.org/struts-action/struts-faces</url>
+ </site>
+ </distributionManagement>
<build>
Modified: struts/action/trunk/scripting/pom.xml
URL:
http://svn.apache.org/viewcvs/struts/action/trunk/scripting/pom.xml?rev=396220&r1=396219&r2=396220&view=diff
==============================================================================
--- struts/action/trunk/scripting/pom.xml (original)
+++ struts/action/trunk/scripting/pom.xml Sat Apr 22 23:03:49 2006
@@ -19,18 +19,6 @@
*/
-->
-<!--
- Experimental Maven 2 Build for Apache Struts
- ============================================
-
-To build and install this module into your local repo:
-
- $ mvn install
-
-For more information, see: http://wiki.apache.org/struts/StrutsMaven2Plan
-
--->
-
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
@@ -47,6 +35,13 @@
<name>Struts Action - Scripting</name>
<url>http://struts.apache.org</url>
+ <distributionManagement>
+ <site>
+ <id>apache-site</id>
+
<url>scp://people.apache.org/www/struts.apache.org/struts-action/struts-scripting</url>
+ </site>
+ </distributionManagement>
+
<build>
<sourceDirectory>src/java</sourceDirectory>
Modified: struts/action/trunk/taglib/pom.xml
URL:
http://svn.apache.org/viewcvs/struts/action/trunk/taglib/pom.xml?rev=396220&r1=396219&r2=396220&view=diff
==============================================================================
--- struts/action/trunk/taglib/pom.xml (original)
+++ struts/action/trunk/taglib/pom.xml Sat Apr 22 23:03:49 2006
@@ -19,18 +19,6 @@
*/
-->
-<!--
- Experimental Maven 2 Build for Apache Struts
- ============================================
-
-To build and install this module into your local repo:
-
- $ mvn install
-
-For more information, see: http://wiki.apache.org/struts/StrutsMaven2Plan
-
--->
-
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
@@ -46,6 +34,13 @@
<packaging>jar</packaging>
<name>Struts Action - Taglib</name>
<url>http://struts.apache.org</url>
+
+ <distributionManagement>
+ <site>
+ <id>apache-site</id>
+
<url>scp://people.apache.org/www/struts.apache.org/struts-action/struts-taglib</url>
+ </site>
+ </distributionManagement>
<build>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]