You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by vs...@apache.org on 2008/07/16 04:07:00 UTC

svn commit: r677131 - in /maven/plugin-tools/trunk: maven-plugin-tools-ant/src/site/ maven-plugin-tools-ant/src/site/apt/ maven-plugin-tools-api/src/site/ maven-plugin-tools-api/src/site/apt/ maven-plugin-tools-beanshell/src/site/ maven-plugin-tools-be...

Author: vsiveton
Date: Tue Jul 15 19:06:59 2008
New Revision: 677131

URL: http://svn.apache.org/viewvc?rev=677131&view=rev
Log:
o provided minimalist site.xml and apt files 
o using <menu/> tag in site.xml

Added:
    maven/plugin-tools/trunk/maven-plugin-tools-ant/src/site/
    maven/plugin-tools/trunk/maven-plugin-tools-ant/src/site/apt/
    maven/plugin-tools/trunk/maven-plugin-tools-ant/src/site/apt/index.apt   (with props)
    maven/plugin-tools/trunk/maven-plugin-tools-ant/src/site/site.xml   (with props)
    maven/plugin-tools/trunk/maven-plugin-tools-api/src/site/
    maven/plugin-tools/trunk/maven-plugin-tools-api/src/site/apt/
    maven/plugin-tools/trunk/maven-plugin-tools-api/src/site/apt/index.apt   (with props)
    maven/plugin-tools/trunk/maven-plugin-tools-api/src/site/site.xml   (with props)
    maven/plugin-tools/trunk/maven-plugin-tools-beanshell/src/site/
    maven/plugin-tools/trunk/maven-plugin-tools-beanshell/src/site/apt/
    maven/plugin-tools/trunk/maven-plugin-tools-beanshell/src/site/apt/index.apt   (with props)
    maven/plugin-tools/trunk/maven-plugin-tools-beanshell/src/site/site.xml   (with props)
    maven/plugin-tools/trunk/maven-plugin-tools-java/src/site/
    maven/plugin-tools/trunk/maven-plugin-tools-java/src/site/apt/
    maven/plugin-tools/trunk/maven-plugin-tools-java/src/site/apt/index.apt   (with props)
    maven/plugin-tools/trunk/maven-plugin-tools-java/src/site/site.xml   (with props)
    maven/plugin-tools/trunk/maven-plugin-tools-model/src/site/
    maven/plugin-tools/trunk/maven-plugin-tools-model/src/site/apt/
    maven/plugin-tools/trunk/maven-plugin-tools-model/src/site/apt/index.apt   (with props)
    maven/plugin-tools/trunk/maven-plugin-tools-model/src/site/site.xml   (with props)
    maven/plugin-tools/trunk/src/site/apt/
    maven/plugin-tools/trunk/src/site/apt/index.apt   (with props)
Modified:
    maven/plugin-tools/trunk/src/site/site.xml

Added: maven/plugin-tools/trunk/maven-plugin-tools-ant/src/site/apt/index.apt
URL: http://svn.apache.org/viewvc/maven/plugin-tools/trunk/maven-plugin-tools-ant/src/site/apt/index.apt?rev=677131&view=auto
==============================================================================
--- maven/plugin-tools/trunk/maven-plugin-tools-ant/src/site/apt/index.apt (added)
+++ maven/plugin-tools/trunk/maven-plugin-tools-ant/src/site/apt/index.apt Tue Jul 15 19:06:59 2008
@@ -0,0 +1,32 @@
+ ------
+ Maven Plugin Tool for Ant
+ ------
+ Vincent Siveton
+ ------
+ 2008-07-15
+ ------
+
+~~ 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.
+
+~~ NOTE: For help with the syntax of this file, see:
+~~ http://maven.apache.org/doxia/references/apt-format.html
+
+Introduction
+
+ The Maven Plugin Tool for Ant is the Ant impl of {{{../maven-plugin-tools-api/index.html}maven-plugin-tools-api}} to
+ extract descriptors for plugins written in Ant.

Propchange: maven/plugin-tools/trunk/maven-plugin-tools-ant/src/site/apt/index.apt
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/plugin-tools/trunk/maven-plugin-tools-ant/src/site/apt/index.apt
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Added: maven/plugin-tools/trunk/maven-plugin-tools-ant/src/site/site.xml
URL: http://svn.apache.org/viewvc/maven/plugin-tools/trunk/maven-plugin-tools-ant/src/site/site.xml?rev=677131&view=auto
==============================================================================
--- maven/plugin-tools/trunk/maven-plugin-tools-ant/src/site/site.xml (added)
+++ maven/plugin-tools/trunk/maven-plugin-tools-ant/src/site/site.xml Tue Jul 15 19:06:59 2008
@@ -0,0 +1,32 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+
+<!--
+  ~ 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 name="Maven Plugin Tool for Ant">
+  <body>
+    <menu ref="parent" />
+
+    <menu name="Overview">
+      <item name="Introduction" href="index.html"/>
+    </menu>
+
+    <menu ref="reports" inherit="bottom" />
+  </body>
+</project>

Propchange: maven/plugin-tools/trunk/maven-plugin-tools-ant/src/site/site.xml
------------------------------------------------------------------------------
    svn:eol-style = native

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

Added: maven/plugin-tools/trunk/maven-plugin-tools-api/src/site/apt/index.apt
URL: http://svn.apache.org/viewvc/maven/plugin-tools/trunk/maven-plugin-tools-api/src/site/apt/index.apt?rev=677131&view=auto
==============================================================================
--- maven/plugin-tools/trunk/maven-plugin-tools-api/src/site/apt/index.apt (added)
+++ maven/plugin-tools/trunk/maven-plugin-tools-api/src/site/apt/index.apt Tue Jul 15 19:06:59 2008
@@ -0,0 +1,31 @@
+ ------
+ Maven Plugin Tool API
+ ------
+ Vincent Siveton
+ ------
+ 2008-07-15
+ ------
+
+~~ 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.
+
+~~ NOTE: For help with the syntax of this file, see:
+~~ http://maven.apache.org/doxia/references/apt-format.html
+
+Introduction
+
+ The Maven Plugin Tool API is the API to extract descriptors for all supported Maven plugins.

Propchange: maven/plugin-tools/trunk/maven-plugin-tools-api/src/site/apt/index.apt
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/plugin-tools/trunk/maven-plugin-tools-api/src/site/apt/index.apt
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Added: maven/plugin-tools/trunk/maven-plugin-tools-api/src/site/site.xml
URL: http://svn.apache.org/viewvc/maven/plugin-tools/trunk/maven-plugin-tools-api/src/site/site.xml?rev=677131&view=auto
==============================================================================
--- maven/plugin-tools/trunk/maven-plugin-tools-api/src/site/site.xml (added)
+++ maven/plugin-tools/trunk/maven-plugin-tools-api/src/site/site.xml Tue Jul 15 19:06:59 2008
@@ -0,0 +1,32 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+
+<!--
+  ~ 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 name="Maven Plugin Tool API">
+  <body>
+    <menu ref="parent" />
+
+    <menu name="Overview">
+      <item name="Introduction" href="index.html"/>
+    </menu>
+
+    <menu ref="reports" inherit="bottom" />
+  </body>
+</project>

Propchange: maven/plugin-tools/trunk/maven-plugin-tools-api/src/site/site.xml
------------------------------------------------------------------------------
    svn:eol-style = native

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

Added: maven/plugin-tools/trunk/maven-plugin-tools-beanshell/src/site/apt/index.apt
URL: http://svn.apache.org/viewvc/maven/plugin-tools/trunk/maven-plugin-tools-beanshell/src/site/apt/index.apt?rev=677131&view=auto
==============================================================================
--- maven/plugin-tools/trunk/maven-plugin-tools-beanshell/src/site/apt/index.apt (added)
+++ maven/plugin-tools/trunk/maven-plugin-tools-beanshell/src/site/apt/index.apt Tue Jul 15 19:06:59 2008
@@ -0,0 +1,32 @@
+ ------
+ Maven Plugin Tool for Beanshell
+ ------
+ Vincent Siveton
+ ------
+ 2008-07-15
+ ------
+
+~~ 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.
+
+~~ NOTE: For help with the syntax of this file, see:
+~~ http://maven.apache.org/doxia/references/apt-format.html
+
+Introduction
+
+ The Maven Plugin Tool for Beanshell is the Beanshell impl of {{{../maven-plugin-tools-api/index.html}maven-plugin-tools-api}}
+ to extract descriptors for plugins written in Beanshell.

Propchange: maven/plugin-tools/trunk/maven-plugin-tools-beanshell/src/site/apt/index.apt
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/plugin-tools/trunk/maven-plugin-tools-beanshell/src/site/apt/index.apt
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Added: maven/plugin-tools/trunk/maven-plugin-tools-beanshell/src/site/site.xml
URL: http://svn.apache.org/viewvc/maven/plugin-tools/trunk/maven-plugin-tools-beanshell/src/site/site.xml?rev=677131&view=auto
==============================================================================
--- maven/plugin-tools/trunk/maven-plugin-tools-beanshell/src/site/site.xml (added)
+++ maven/plugin-tools/trunk/maven-plugin-tools-beanshell/src/site/site.xml Tue Jul 15 19:06:59 2008
@@ -0,0 +1,32 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+
+<!--
+  ~ 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 name="Maven Plugin Tool for Beanshell">
+  <body>
+    <menu ref="parent" />
+
+    <menu name="Overview">
+      <item name="Introduction" href="index.html"/>
+    </menu>
+
+    <menu ref="reports" inherit="bottom" />
+  </body>
+</project>

Propchange: maven/plugin-tools/trunk/maven-plugin-tools-beanshell/src/site/site.xml
------------------------------------------------------------------------------
    svn:eol-style = native

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

Added: maven/plugin-tools/trunk/maven-plugin-tools-java/src/site/apt/index.apt
URL: http://svn.apache.org/viewvc/maven/plugin-tools/trunk/maven-plugin-tools-java/src/site/apt/index.apt?rev=677131&view=auto
==============================================================================
--- maven/plugin-tools/trunk/maven-plugin-tools-java/src/site/apt/index.apt (added)
+++ maven/plugin-tools/trunk/maven-plugin-tools-java/src/site/apt/index.apt Tue Jul 15 19:06:59 2008
@@ -0,0 +1,32 @@
+ ------
+ Maven Plugin Tool for Java
+ ------
+ Vincent Siveton
+ ------
+ 2008-07-15
+ ------
+
+~~ 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.
+
+~~ NOTE: For help with the syntax of this file, see:
+~~ http://maven.apache.org/doxia/references/apt-format.html
+
+Introduction
+
+ The Maven Plugin Tool for Java is the Java impl of {{{../maven-plugin-tools-api/index.html}maven-plugin-tools-api}}
+ to extract descriptors for plugins written in Java.

Propchange: maven/plugin-tools/trunk/maven-plugin-tools-java/src/site/apt/index.apt
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/plugin-tools/trunk/maven-plugin-tools-java/src/site/apt/index.apt
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Added: maven/plugin-tools/trunk/maven-plugin-tools-java/src/site/site.xml
URL: http://svn.apache.org/viewvc/maven/plugin-tools/trunk/maven-plugin-tools-java/src/site/site.xml?rev=677131&view=auto
==============================================================================
--- maven/plugin-tools/trunk/maven-plugin-tools-java/src/site/site.xml (added)
+++ maven/plugin-tools/trunk/maven-plugin-tools-java/src/site/site.xml Tue Jul 15 19:06:59 2008
@@ -0,0 +1,32 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+
+<!--
+  ~ 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 name="Maven Plugin Tool for Java">
+  <body>
+    <menu ref="parent" />
+
+    <menu name="Overview">
+      <item name="Introduction" href="index.html"/>
+    </menu>
+
+    <menu ref="reports" inherit="bottom" />
+  </body>
+</project>

Propchange: maven/plugin-tools/trunk/maven-plugin-tools-java/src/site/site.xml
------------------------------------------------------------------------------
    svn:eol-style = native

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

Added: maven/plugin-tools/trunk/maven-plugin-tools-model/src/site/apt/index.apt
URL: http://svn.apache.org/viewvc/maven/plugin-tools/trunk/maven-plugin-tools-model/src/site/apt/index.apt?rev=677131&view=auto
==============================================================================
--- maven/plugin-tools/trunk/maven-plugin-tools-model/src/site/apt/index.apt (added)
+++ maven/plugin-tools/trunk/maven-plugin-tools-model/src/site/apt/index.apt Tue Jul 15 19:06:59 2008
@@ -0,0 +1,31 @@
+ ------
+ Maven Plugin Tool Model
+ ------
+ Vincent Siveton
+ ------
+ 2008-07-15
+ ------
+
+~~ 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.
+
+~~ NOTE: For help with the syntax of this file, see:
+~~ http://maven.apache.org/doxia/references/apt-format.html
+
+Introduction
+
+ The Maven Plugin Tool Model is model to extract descriptors information from plugins.

Propchange: maven/plugin-tools/trunk/maven-plugin-tools-model/src/site/apt/index.apt
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/plugin-tools/trunk/maven-plugin-tools-model/src/site/apt/index.apt
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Added: maven/plugin-tools/trunk/maven-plugin-tools-model/src/site/site.xml
URL: http://svn.apache.org/viewvc/maven/plugin-tools/trunk/maven-plugin-tools-model/src/site/site.xml?rev=677131&view=auto
==============================================================================
--- maven/plugin-tools/trunk/maven-plugin-tools-model/src/site/site.xml (added)
+++ maven/plugin-tools/trunk/maven-plugin-tools-model/src/site/site.xml Tue Jul 15 19:06:59 2008
@@ -0,0 +1,32 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+
+<!--
+  ~ 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 name="Maven Plugin Tool Model">
+  <body>
+    <menu ref="parent" />
+
+    <menu name="Overview">
+      <item name="Introduction" href="index.html"/>
+    </menu>
+
+    <menu ref="reports" inherit="bottom" />
+  </body>
+</project>

Propchange: maven/plugin-tools/trunk/maven-plugin-tools-model/src/site/site.xml
------------------------------------------------------------------------------
    svn:eol-style = native

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

Added: maven/plugin-tools/trunk/src/site/apt/index.apt
URL: http://svn.apache.org/viewvc/maven/plugin-tools/trunk/src/site/apt/index.apt?rev=677131&view=auto
==============================================================================
--- maven/plugin-tools/trunk/src/site/apt/index.apt (added)
+++ maven/plugin-tools/trunk/src/site/apt/index.apt Tue Jul 15 19:06:59 2008
@@ -0,0 +1,51 @@
+ ------
+ Maven Plugin Tools
+ ------
+ Vincent Siveton
+ ------
+ 2008-07-15
+ ------
+
+~~ 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.
+
+~~ NOTE: For help with the syntax of this file, see:
+~~ http://maven.apache.org/doxia/references/apt-format.html
+
+Introduction
+
+ The Maven Plugin Tools contains the necessary tools to play with Maven Plugins.
+
+* Overview
+
+*-----------------------------------------------------------------------------+---------------------------------------------------------+
+|| <<Maven Plugin Tools>>                                                     || <<Overview>>
+*-----------------------------------------------------------------------------+---------------------------------------------------------+
+| {{{../plugins/maven-plugin-plugin/index.html}maven-plugin-plugin}}          | Maven Plugin which generates Plugin report.
+*-----------------------------------------------------------------------------+---------------------------------------------------------+
+| {{{./maven-plugin-tools-ant/index.html}maven-plugin-tools-ant}}             | Descriptor extractor for plugins written in Ant.
+*-----------------------------------------------------------------------------+---------------------------------------------------------+
+| {{{./maven-plugin-tools-api/index.html}maven-plugin-tools-api}}             | API to extract Plugin information.
+*-----------------------------------------------------------------------------+---------------------------------------------------------+
+| {{{./maven-plugin-tools-beanshell/index.html}maven-plugin-tools-beanshell}} | Descriptor extractor for plugins written in Beanshell.
+*-----------------------------------------------------------------------------+---------------------------------------------------------+
+| {{{./maven-plugin-tools-java/index.html}maven-plugin-tools-java}}           | Descriptor extractor for plugins written in Java.
+*-----------------------------------------------------------------------------+---------------------------------------------------------+
+| {{{./maven-plugin-tools-javadoc/index.html}maven-plugin-tools-javadoc}}     | Provides the support of Mojo Javadoc Tags in the Javadoc Tool.
+*-----------------------------------------------------------------------------+---------------------------------------------------------+
+| {{{./maven-plugin-tools-model/index.html}maven-plugin-tools-model}}         | API to play with the Maven Plugin Metadata Model.
+*-----------------------------------------------------------------------------+---------------------------------------------------------+

Propchange: maven/plugin-tools/trunk/src/site/apt/index.apt
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/plugin-tools/trunk/src/site/apt/index.apt
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Modified: maven/plugin-tools/trunk/src/site/site.xml
URL: http://svn.apache.org/viewvc/maven/plugin-tools/trunk/src/site/site.xml?rev=677131&r1=677130&r2=677131&view=diff
==============================================================================
--- maven/plugin-tools/trunk/src/site/site.xml (original)
+++ maven/plugin-tools/trunk/src/site/site.xml Tue Jul 15 19:06:59 2008
@@ -61,6 +61,8 @@
       <item name="Doxia" href="http://maven.apache.org/doxia"/>
     </links>
 
+    <menu ref="modules" />
+
     <menu ref="reports" inherit="bottom" />
   </body>
 </project>