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/27 18:49:20 UTC

svn commit: r928239 - in /maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles: ./ maven-archetype-archetype/src/site/ maven-archetype-j2ee-simple/src/site/ maven-archetype-mojo/ maven-archetype-mojo/src/site/ maven-archetype-plugin-site/sr...

Author: hboutemy
Date: Sat Mar 27 17:49:19 2010
New Revision: 928239

URL: http://svn.apache.org/viewvc?rev=928239&view=rev
Log:
added introduction, breadcrumbs and parent link to archetypes sites

Added:
    maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-archetype/src/site/
    maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-archetype/src/site/site.xml   (with props)
    maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-j2ee-simple/src/site/
    maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-j2ee-simple/src/site/site.xml   (with props)
    maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-mojo/src/site/
    maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-mojo/src/site/site.xml   (with props)
    maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-plugin-site/src/site/
    maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-plugin-site/src/site/site.xml   (with props)
    maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-plugin/src/site/
    maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-plugin/src/site/site.xml   (with props)
    maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-portlet/src/site/
    maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-portlet/src/site/site.xml   (with props)
    maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-profiles/src/site/
    maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-profiles/src/site/site.xml   (with props)
    maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-quickstart/src/site/
    maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-quickstart/src/site/site.xml   (with props)
    maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-simple/src/site/
    maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-simple/src/site/site.xml   (with props)
    maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-site-simple/src/site/
    maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-site-simple/src/site/site.xml   (with props)
    maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-site/src/site/
    maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-site/src/site/site.xml   (with props)
    maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-webapp/src/site/
    maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-webapp/src/site/site.xml   (with props)
    maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/src/
    maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/src/site/
    maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/src/site/apt/
    maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/src/site/apt/index.apt   (with props)
    maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/src/site/site.xml   (with props)
Modified:
    maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-mojo/pom.xml
    maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/pom.xml

Added: maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-archetype/src/site/site.xml
URL: http://svn.apache.org/viewvc/maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-archetype/src/site/site.xml?rev=928239&view=auto
==============================================================================
--- maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-archetype/src/site/site.xml (added)
+++ maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-archetype/src/site/site.xml Sat Mar 27 17:49:19 2010
@@ -0,0 +1,27 @@
+<?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" />
+  </body>
+</project>
\ No newline at end of file

Propchange: maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-archetype/src/site/site.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-archetype/src/site/site.xml
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Added: maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-j2ee-simple/src/site/site.xml
URL: http://svn.apache.org/viewvc/maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-j2ee-simple/src/site/site.xml?rev=928239&view=auto
==============================================================================
--- maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-j2ee-simple/src/site/site.xml (added)
+++ maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-j2ee-simple/src/site/site.xml Sat Mar 27 17:49:19 2010
@@ -0,0 +1,27 @@
+<?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" />
+  </body>
+</project>
\ No newline at end of file

Propchange: maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-j2ee-simple/src/site/site.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-j2ee-simple/src/site/site.xml
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Modified: maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-mojo/pom.xml
URL: http://svn.apache.org/viewvc/maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-mojo/pom.xml?rev=928239&r1=928238&r2=928239&view=diff
==============================================================================
--- maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-mojo/pom.xml (original)
+++ maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-mojo/pom.xml Sat Mar 27 17:49:19 2010
@@ -34,7 +34,7 @@ under the License.
 
   <name>Maven Mojo Archetype</name>
   <description>
-    An archetype which contains a sample a sample Maven plugin.
+    An archetype which contains a sample Maven plugin.
   </description>
 
   <scm>

Added: maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-mojo/src/site/site.xml
URL: http://svn.apache.org/viewvc/maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-mojo/src/site/site.xml?rev=928239&view=auto
==============================================================================
--- maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-mojo/src/site/site.xml (added)
+++ maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-mojo/src/site/site.xml Sat Mar 27 17:49:19 2010
@@ -0,0 +1,27 @@
+<?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" />
+  </body>
+</project>
\ No newline at end of file

Propchange: maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-mojo/src/site/site.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-mojo/src/site/site.xml
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Added: maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-plugin-site/src/site/site.xml
URL: http://svn.apache.org/viewvc/maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-plugin-site/src/site/site.xml?rev=928239&view=auto
==============================================================================
--- maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-plugin-site/src/site/site.xml (added)
+++ maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-plugin-site/src/site/site.xml Sat Mar 27 17:49:19 2010
@@ -0,0 +1,27 @@
+<?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" />
+  </body>
+</project>
\ No newline at end of file

Propchange: maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-plugin-site/src/site/site.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-plugin-site/src/site/site.xml
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Added: maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-plugin/src/site/site.xml
URL: http://svn.apache.org/viewvc/maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-plugin/src/site/site.xml?rev=928239&view=auto
==============================================================================
--- maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-plugin/src/site/site.xml (added)
+++ maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-plugin/src/site/site.xml Sat Mar 27 17:49:19 2010
@@ -0,0 +1,27 @@
+<?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" />
+  </body>
+</project>
\ No newline at end of file

Propchange: maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-plugin/src/site/site.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-plugin/src/site/site.xml
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Added: maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-portlet/src/site/site.xml
URL: http://svn.apache.org/viewvc/maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-portlet/src/site/site.xml?rev=928239&view=auto
==============================================================================
--- maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-portlet/src/site/site.xml (added)
+++ maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-portlet/src/site/site.xml Sat Mar 27 17:49:19 2010
@@ -0,0 +1,27 @@
+<?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" />
+  </body>
+</project>
\ No newline at end of file

Propchange: maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-portlet/src/site/site.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-portlet/src/site/site.xml
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Added: maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-profiles/src/site/site.xml
URL: http://svn.apache.org/viewvc/maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-profiles/src/site/site.xml?rev=928239&view=auto
==============================================================================
--- maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-profiles/src/site/site.xml (added)
+++ maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-profiles/src/site/site.xml Sat Mar 27 17:49:19 2010
@@ -0,0 +1,27 @@
+<?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" />
+  </body>
+</project>
\ No newline at end of file

Propchange: maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-profiles/src/site/site.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-profiles/src/site/site.xml
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Added: maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-quickstart/src/site/site.xml
URL: http://svn.apache.org/viewvc/maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-quickstart/src/site/site.xml?rev=928239&view=auto
==============================================================================
--- maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-quickstart/src/site/site.xml (added)
+++ maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-quickstart/src/site/site.xml Sat Mar 27 17:49:19 2010
@@ -0,0 +1,27 @@
+<?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" />
+  </body>
+</project>
\ No newline at end of file

Propchange: maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-quickstart/src/site/site.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-quickstart/src/site/site.xml
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Added: maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-simple/src/site/site.xml
URL: http://svn.apache.org/viewvc/maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-simple/src/site/site.xml?rev=928239&view=auto
==============================================================================
--- maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-simple/src/site/site.xml (added)
+++ maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-simple/src/site/site.xml Sat Mar 27 17:49:19 2010
@@ -0,0 +1,27 @@
+<?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" />
+  </body>
+</project>
\ No newline at end of file

Propchange: maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-simple/src/site/site.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-simple/src/site/site.xml
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Added: maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-site-simple/src/site/site.xml
URL: http://svn.apache.org/viewvc/maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-site-simple/src/site/site.xml?rev=928239&view=auto
==============================================================================
--- maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-site-simple/src/site/site.xml (added)
+++ maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-site-simple/src/site/site.xml Sat Mar 27 17:49:19 2010
@@ -0,0 +1,27 @@
+<?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" />
+  </body>
+</project>
\ No newline at end of file

Propchange: maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-site-simple/src/site/site.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-site-simple/src/site/site.xml
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Added: maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-site/src/site/site.xml
URL: http://svn.apache.org/viewvc/maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-site/src/site/site.xml?rev=928239&view=auto
==============================================================================
--- maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-site/src/site/site.xml (added)
+++ maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-site/src/site/site.xml Sat Mar 27 17:49:19 2010
@@ -0,0 +1,27 @@
+<?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" />
+  </body>
+</project>
\ No newline at end of file

Propchange: maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-site/src/site/site.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-site/src/site/site.xml
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Added: maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-webapp/src/site/site.xml
URL: http://svn.apache.org/viewvc/maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-webapp/src/site/site.xml?rev=928239&view=auto
==============================================================================
--- maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-webapp/src/site/site.xml (added)
+++ maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-webapp/src/site/site.xml Sat Mar 27 17:49:19 2010
@@ -0,0 +1,27 @@
+<?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" />
+  </body>
+</project>
\ No newline at end of file

Propchange: maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-webapp/src/site/site.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-webapp/src/site/site.xml
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Modified: maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/pom.xml
URL: http://svn.apache.org/viewvc/maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/pom.xml?rev=928239&r1=928238&r2=928239&view=diff
==============================================================================
--- maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/pom.xml (original)
+++ maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/pom.xml Sat Mar 27 17:49:19 2010
@@ -35,6 +35,7 @@ under the License.
   <packaging>pom</packaging>
 
   <name>Maven Archetypes</name>
+  <description>Archetypes provided by Maven.</description>
 
   <modules>
     <module>maven-archetype-archetype</module>

Added: maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/src/site/apt/index.apt
URL: http://svn.apache.org/viewvc/maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/src/site/apt/index.apt?rev=928239&view=auto
==============================================================================
--- maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/src/site/apt/index.apt (added)
+++ maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/src/site/apt/index.apt Sat Mar 27 17:49:19 2010
@@ -0,0 +1,37 @@
+ ------
+ Maven Archetypes
+ ------
+ Jason van Zyl
+ ------
+ 2009-08-26
+ ------
+
+Maven Archetypes
+
+  Maven provides several achetype artifacts:
+
+*-----------------------------------------------------------------+----------------+
+|| Archetype ArtifactIds                                          || Description   ||
+*-----------------------------------------------------------------+----------------+
+| {{{./maven-archetype-archetype/}maven-archetype-archetype}}     | An archetype which contains a sample archetype. |
+*-----------------------------------------------------------------+----------------+
+| {{{./maven-archetype-j2ee-simple/}maven-archetype-j2ee-simple}} | An archetype which contains a simplifed sample J2EE application. |
+*-----------------------------------------------------------------+----------------+
+| {{{./maven-archetype-mojo/}maven-archetype-mojo}}               | An archetype which contains a sample a sample Maven plugin. |
+*-----------------------------------------------------------------+----------------+
+| {{{./maven-archetype-plugin/}maven-archetype-plugin}}           | An archetype which contains a sample Maven plugin. |
+*-----------------------------------------------------------------+----------------+
+| {{{./maven-archetype-plugin-site/}maven-archetype-plugin-site}} | An archetype which contains a sample Maven plugin site. |
+*-----------------------------------------------------------------+----------------+
+| {{{./maven-archetype-portlet/}maven-archetype-portlet}}         | An archetype which contains a sample JSR-268 Portlet. |
+*-----------------------------------------------------------------+----------------+
+| {{{./maven-archetype-quickstart/}maven-archetype-quickstart}}   | An archetype which contains a sample Maven project. |
+*-----------------------------------------------------------------+----------------+
+| {{{./maven-archetype-simple/}maven-archetype-simple}}           | An archetype which contains a simple Maven project. |
+*-----------------------------------------------------------------+----------------+
+| {{{./maven-archetype-site/}maven-archetype-site}}               | An archetype which contains a sample Maven site which demonstrates some of the supported document types like APT, XDoc, and FML and demonstrates how to i18n your site. |
+*-----------------------------------------------------------------+----------------+
+| {{{./maven-archetype-site-simple/}maven-archetype-site-simple}} | An archetype which contains a sample Maven site. |
+*-----------------------------------------------------------------+----------------+
+| {{{./maven-archetype-webapp/}maven-archetype-webapp}}           | An archetype which contains a sample Maven Webapp project. |
+*-----------------------------------------------------------------+----------------+

Propchange: maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/src/site/apt/index.apt
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/src/site/apt/index.apt
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Added: maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/src/site/site.xml
URL: http://svn.apache.org/viewvc/maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/src/site/site.xml?rev=928239&view=auto
==============================================================================
--- maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/src/site/site.xml (added)
+++ maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/src/site/site.xml Sat Mar 27 17:49:19 2010
@@ -0,0 +1,33 @@
+<?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="../../index.html" />
+      <item name="Maven Archetype" href="../index.html" />
+      <item name="Archetypes" href="./index.html" />
+    </breadcrumbs>
+
+    <menu ref="reports" inherit="bottom" />
+  </body>
+</project>
\ No newline at end of file

Propchange: maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/src/site/site.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/src/site/site.xml
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision