You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2010/03/21 18:10:03 UTC

svn commit: r925832 - in /maven/archetype/trunk: archetype-common/src/site/ archetype-packaging/src/site/ archetype-plugin/ archetype-plugin/src/site/ archetype-testing/src/ archetype-testing/src/site/ src/ src/site/

Author: hboutemy
Date: Sun Mar 21 17:10:03 2010
New Revision: 925832

URL: http://svn.apache.org/viewvc?rev=925832&view=rev
Log:
updated/added site descriptors to generate standard site

Added:
    maven/archetype/trunk/archetype-common/src/site/
    maven/archetype/trunk/archetype-common/src/site/site.xml   (with props)
    maven/archetype/trunk/archetype-packaging/src/site/
    maven/archetype/trunk/archetype-packaging/src/site/site.xml   (with props)
    maven/archetype/trunk/archetype-testing/src/
    maven/archetype/trunk/archetype-testing/src/site/
    maven/archetype/trunk/archetype-testing/src/site/site.xml   (with props)
    maven/archetype/trunk/src/
    maven/archetype/trunk/src/site/
    maven/archetype/trunk/src/site/site.xml   (with props)
Modified:
    maven/archetype/trunk/archetype-plugin/pom.xml
    maven/archetype/trunk/archetype-plugin/src/site/site.xml

Added: maven/archetype/trunk/archetype-common/src/site/site.xml
URL: http://svn.apache.org/viewvc/maven/archetype/trunk/archetype-common/src/site/site.xml?rev=925832&view=auto
==============================================================================
--- maven/archetype/trunk/archetype-common/src/site/site.xml (added)
+++ maven/archetype/trunk/archetype-common/src/site/site.xml Sun Mar 21 17:10:03 2010
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
+<project xmlns="http://maven.apache.org/DECORATION/1.0.0"
+  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+  xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0 http://maven.apache.org/xsd/decoration-1.0.0.xsd">
+  <body>
+    <menu ref="parent" inherit="top" />
+  </body>
+</project>
\ No newline at end of file

Propchange: maven/archetype/trunk/archetype-common/src/site/site.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/archetype/trunk/archetype-common/src/site/site.xml
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Added: maven/archetype/trunk/archetype-packaging/src/site/site.xml
URL: http://svn.apache.org/viewvc/maven/archetype/trunk/archetype-packaging/src/site/site.xml?rev=925832&view=auto
==============================================================================
--- maven/archetype/trunk/archetype-packaging/src/site/site.xml (added)
+++ maven/archetype/trunk/archetype-packaging/src/site/site.xml Sun Mar 21 17:10:03 2010
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
+<project xmlns="http://maven.apache.org/DECORATION/1.0.0"
+  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+  xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0 http://maven.apache.org/xsd/decoration-1.0.0.xsd">
+  <body>
+    <menu ref="parent" inherit="top" />
+  </body>
+</project>
\ No newline at end of file

Propchange: maven/archetype/trunk/archetype-packaging/src/site/site.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/archetype/trunk/archetype-packaging/src/site/site.xml
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Modified: maven/archetype/trunk/archetype-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/archetype/trunk/archetype-plugin/pom.xml?rev=925832&r1=925831&r2=925832&view=diff
==============================================================================
--- maven/archetype/trunk/archetype-plugin/pom.xml (original)
+++ maven/archetype/trunk/archetype-plugin/pom.xml Sun Mar 21 17:10:03 2010
@@ -54,8 +54,6 @@ under the License.
   <distributionManagement>
     <site>
       <id>apache.website</id>
-      <!-- The stage plugin don't propagate correctly the menu item's links -->
-      <!--url>scp://people.apache.org/home/rafale/public_html/site/maven-archetype-plugin</url-->
       <url>scp://people.apache.org/www/maven.apache.org/plugins/maven-archetype-plugin</url>
     </site>
   </distributionManagement>
@@ -64,7 +62,6 @@ under the License.
     <dependency>
       <groupId>org.apache.maven.archetype</groupId>
       <artifactId>archetype-common</artifactId>
-      <version>2.0-alpha-5-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
@@ -81,7 +78,6 @@ under the License.
     <dependency>
       <groupId>org.apache.maven.shared</groupId>
       <artifactId>maven-invoker</artifactId>
-      <version>2.0.10</version>
     </dependency>
     <dependency>
       <groupId>easymock</groupId>
@@ -92,20 +88,14 @@ under the License.
     <dependency>
       <groupId>commons-collections</groupId>
       <artifactId>commons-collections</artifactId>
-      <version>3.2.1</version>
     </dependency>
   </dependencies>
 
-  <properties>
-    <pluginPluginVersion>2.4.3</pluginPluginVersion>
-  </properties>
-
   <build>
     <plugins>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-plugin-plugin</artifactId>
-        <version>${pluginPluginVersion}</version>
         <configuration>
           <goalPrefix>archetype</goalPrefix>
         </configuration>
@@ -132,7 +122,7 @@ under the License.
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-plugin-plugin</artifactId>
-        <version>${pluginPluginVersion}</version>
+        <version>2.4.3</version><!-- same version as build plugin -->
         <reportSets>
           <reportSet>
             <reports>

Modified: maven/archetype/trunk/archetype-plugin/src/site/site.xml
URL: http://svn.apache.org/viewvc/maven/archetype/trunk/archetype-plugin/src/site/site.xml?rev=925832&r1=925831&r2=925832&view=diff
==============================================================================
--- maven/archetype/trunk/archetype-plugin/src/site/site.xml (original)
+++ maven/archetype/trunk/archetype-plugin/src/site/site.xml Sun Mar 21 17:10:03 2010
@@ -20,42 +20,19 @@
  * under the License.
  */
   -->
-  <project name="Maven Archetype Plugin">
-  <bannerLeft>
-    <name>Maven Archetype Plugin</name>
-    <src>http://maven.apache.org/images/apache-maven-project-2.png</src>
-    <href>http://maven.apache.org/</href>
-  </bannerLeft>
-  <bannerRight>
-    <src>http://maven.apache.org/images/maven-logo-2.gif</src>
-  </bannerRight>
-  <skin>
-    <groupId>org.apache.maven.skins</groupId>
-    <artifactId>maven-stylus-skin</artifactId>
-  </skin>
-  <publishDate format="dd MMM yyyy" position="left" />
-  <version position="left" />
+<project name="Maven Archetype Plugin"
+  xmlns="http://maven.apache.org/DECORATION/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+  xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0 http://maven.apache.org/xsd/decoration-1.0.0.xsd">
   <body>
-    <links>
-      <item name="Apache" href="http://www.apache.org/"/>
-      <item name="Maven 1.x" href="http://maven.apache.org/maven-1.x"/>
-      <item name="Maven 2.x" href="http://m.png.jpudio-130-rc2-released.html
default_permsx Plugins" href="http://maven.apache.org/plugins/"/>
-      <item name="SCM" href="http://maven.apache.org/scm"/>
-      <item name="Wagon" href="http://maven.apache.org/wagon"/>
-      <item name="JXR" href="http://maven.apache.org/jxr"/>
-      <item name="Doxia" href="http://maven.apache.org/doxi������I��I��I��I�(�+�:
e="Goals" href="/plugin-info.html"/>
       <!--item name="FAQ" href="faq.html"/-->
       <item name="Specification" href="/specification/specification.html"/>
     </menu>
-    
+
     <!--menu name="Examples">
       <item name="Specifying the Remote Repositories" href="/examples/remote-repositories.html"/>
       <item name="Creating a Simple Java Application" href="/examples/simple.html"/>
@@ -66,7 +43,7 @@
       <item name="Creating a Mojo" href="/examples/mojo.html"/>
 	  <item name="Creating your own Archetype" href="/examples/archetype.html"/>
     </menu-->
-    
+
     <!--menu name="Specification">
       <item name="Introduction to archetype plugin" href="./main.html"/>
       <item name="What are archetypes ?" href="./archetypes.html"/>
@@ -76,7 +53,5 @@
       <item name="Mojos of the plugin" href="./mojos.html"/>
       <item name="Desing of the archetype plugin" href="./design.html"/>
     </menu-->
-    
-    <menu ref="reports"/>
   </body>
 </project>

Added: maven/archetype/trunk/archetype-testing/src/site/site.xml
URL: http://svn.apache.org/viewvc/maven/archetype/trunk/archetype-testing/src/site/site.xml?rev=925832&view=auto
==============================================================================
--- maven/archetype/trunk/archetype-testing/src/site/site.xml (added)
+++ maven/archetype/trunk/archetype-testing/src/site/site.xml Sun Mar 21 17:10:03 2010
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
+<project xmlns="http://maven.apache.org/DECORATION/1.0.0"
+  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+  xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0 http://maven.apache.org/xsd/decoration-1.0.0.xsd">
+  <body>
+    <menu ref="parent" inherit="top" />
+  </body>
+</project>
\ No newline at end of file

Propchange: maven/archetype/trunk/archetype-testing/src/site/site.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/archetype/trunk/archetype-testing/src/site/site.xml
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Added: maven/archetype/trunk/src/site/site.xml
URL: http://svn.apache.org/viewvc/maven/archetype/trunk/src/site/site.xml?rev=925832&view=auto
==============================================================================
--- maven/archetype/trunk/src/site/site.xml (added)
+++ maven/archetype/trunk/src/site/site.xml Sun Mar 21 17:10:03 2010
@@ -0,0 +1,34 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
+<project xmlns="http://maven.apache.org/DECORATION/1.0.0"
+  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+  xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0 http://maven.apache.org/xsd/decoration-1.0.0.xsd">
+  <body>
+    <breadcrumbs>
+      <item name="Maven" href="http://maven.apache.org/index.html" />
+      <item name="Maven Archetype" href="http://maven.apache.org/maven-archetype/index.html" />
+    </breadcrumbs>
+
+    <menu ref="modules" inherit="bottom" />
+    <menu ref="reports" inherit="bottom" />
+  </body>
+</project>
\ No newline at end of file

Propchange: maven/archetype/trunk/src/site/site.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/archetype/trunk/src/site/site.xml
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision