Change the website to use artifact ids (required for proper site

inheritance)
WW-1453


git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@454256 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Donald J. Brown
2006-10-09 02:47:14 +00:00
parent 25d413a3f8
commit 7337cb598d
13 changed files with 16 additions and 92 deletions
-6
View File
@@ -11,12 +11,6 @@
<artifactId>struts2-api</artifactId>
<packaging>jar</packaging>
<name>Struts 2 API</name>
<distributionManagement>
<site>
<id>apache-site</id>
<url>scp://people.apache.org/www/struts.apache.org/2.x/api</url>
</site>
</distributionManagement>
<dependencies>
<dependency>
<groupId>javax.servlet</groupId>
+1 -7
View File
@@ -10,14 +10,8 @@
<groupId>org.apache.struts</groupId>
<artifactId>struts2-core</artifactId>
<packaging>jar</packaging>
<name>Struts 2 - Core</name>
<name>Struts 2 Core</name>
<distributionManagement>
<site>
<id>apache-site</id>
<url>scp://people.apache.org/www/struts.apache.org/2.x/core</url>
</site>
</distributionManagement>
<build>
<plugins>
<plugin>
-7
View File
@@ -12,13 +12,6 @@
<packaging>jar</packaging>
<name>Struts 2 Configuration Browser Plugin</name>
<distributionManagement>
<site>
<id>apache-site</id>
<url>scp://people.apache.org/www/struts.apache.org/2.x/plugins/config-browser</url>
</site>
</distributionManagement>
<dependencies>
<dependency>
<groupId>org.apache.struts</groupId>
-7
View File
@@ -12,13 +12,6 @@
<packaging>jar</packaging>
<name>Struts 2 Jasper Reports Plugin</name>
<distributionManagement>
<site>
<id>apache-site</id>
<url>scp://people.apache.org/www/struts.apache.org/2.x/plugins/jasperreports</url>
</site>
</distributionManagement>
<dependencies>
<dependency>
<groupId>jasperreports</groupId>
-7
View File
@@ -12,13 +12,6 @@
<packaging>jar</packaging>
<name>Struts 2 JFreeChart Plugin</name>
<distributionManagement>
<site>
<id>apache-site</id>
<url>scp://people.apache.org/www/struts.apache.org/2.x/plugins/jfreechart</url>
</site>
</distributionManagement>
<dependencies>
<dependency>
<groupId>jfree</groupId>
-7
View File
@@ -12,13 +12,6 @@
<packaging>jar</packaging>
<name>Struts 2 JSF Plugin</name>
<distributionManagement>
<site>
<id>apache-site</id>
<url>scp://people.apache.org/www/struts.apache.org/2.x/plugins/jsf</url>
</site>
</distributionManagement>
<dependencies>
<dependency>
<groupId>org.apache.struts</groupId>
-7
View File
@@ -12,13 +12,6 @@
<packaging>jar</packaging>
<name>Struts 2 Pell Multipart Plugin</name>
<distributionManagement>
<site>
<id>apache-site</id>
<url>scp://people.apache.org/www/struts.apache.org/2.x/plugins/pell-multipart</url>
</site>
</distributionManagement>
<dependencies>
<dependency>
<groupId>opensymphony</groupId>
-7
View File
@@ -12,13 +12,6 @@
<packaging>jar</packaging>
<name>Struts 2 Plexus Plugin</name>
<distributionManagement>
<site>
<id>apache-site</id>
<url>scp://people.apache.org/www/struts.apache.org/2.x/plugins/plexus</url>
</site>
</distributionManagement>
<dependencies>
<dependency>
<groupId>org.codehaus.plexus</groupId>
-6
View File
@@ -22,12 +22,6 @@
<module>sitemesh</module>
<module>tiles</module>
</modules>
<distributionManagement>
<site>
<id>apache-site</id>
<url>scp://people.apache.org/www/struts.apache.org/2.x/plugins</url>
</site>
</distributionManagement>
<dependencies>
-7
View File
@@ -12,13 +12,6 @@
<packaging>jar</packaging>
<name>Struts 2 Sitemesh Plugin</name>
<distributionManagement>
<site>
<id>apache-site</id>
<url>scp://people.apache.org/www/struts.apache.org/2.x/plugins/sitemesh</url>
</site>
</distributionManagement>
<dependencies>
<dependency>
<groupId>opensymphony</groupId>
-7
View File
@@ -12,13 +12,6 @@
<packaging>jar</packaging>
<name>Struts 2 Tiles Plugin</name>
<distributionManagement>
<site>
<id>apache-site</id>
<url>scp://people.apache.org/www/struts.apache.org/2.x/plugins/tiles</url>
</site>
</distributionManagement>
<dependencies>
<dependency>
<groupId>org.apache.struts.tiles</groupId>
+1 -1
View File
@@ -166,7 +166,7 @@
</plugin>
<plugin>
<artifactId>maven-site-plugin</artifactId>
<version>2.0-beta-4</version>
<version>2.0-beta-5</version>
</plugin>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
+14 -16
View File
@@ -56,18 +56,16 @@
<menu name="Reference">
<item
name="Struts Core API"
href="core/apidocs/index.html"
href="struts2-core/apidocs/index.html"
/>
<item
name="New API (experimental)"
href="struts2-api/apidocs/index.html"
/>
<item
name="Tag Reference"
href="http://cwiki.apache.org/WW/tag-reference.html"
/>
<item
name="New API (experimental)"
href="api/apidocs/index.html"
/>
<item
name="Source Repository"
href="http://svn.apache.org/viewcvs.cgi/struts/struts2/trunk/?root=Apache-SVN"
@@ -76,48 +74,48 @@
<menu name="Plugins">
<item
name="JavaServer Faces"
href="plugins/jsf"
href="struts2-plugins/struts2-jsf-plugin/index.html"
/>
<item
name="Struts 1"
href="plugins/struts1"
href="struts2-plugins/struts2-struts1-plugin/index.html"
/>
<item
name="JasperReports"
href="plugins/jasperreports"
href="struts2-plugins/struts2-jasperreports-plugin/index.html"
/>
<item
name="Pell Multipart"
href="plugins/pellmultipart"
href="struts2-plugins/struts2-pell-multipart-plugin/index.html"
/>
<item
name="JFreeChart"
href="plugins/jfreechart"
href="struts2-plugins/struts2-freechart-plugin/index.html"
/>
<item
name="Tiles"
href="plugins/tiles"
href="struts2-plugins/struts2-tiles-plugin/index.html"
/>
<item
name="Sitemesh"
href="plugins/sitemesh"
href="struts2-plugins/struts2-sitemesh-plugin/index.html"
/>
<item
name="Config Browser"
href="plugins/config-browser"
href="struts2-plugins/struts2-config-browser-plugin/index.html"
/>
<item
name="Plexus"
href="plugins/plexus"
href="struts2-plugins/struts2-plexus-plugin/index.html"
/>
</menu>