Author: bentmann Date: Fri Sep 12 02:01:48 2008 New Revision: 694657 URL: http://svn.apache.org/viewvc?rev=694657&view=rev Log: o Polished site
Modified: maven/plugin-tools/trunk/maven-plugin-plugin/src/site/site.xml maven/plugin-tools/trunk/maven-plugin-tools-ant/src/site/apt/index.apt maven/plugin-tools/trunk/maven-plugin-tools-ant/src/site/site.xml maven/plugin-tools/trunk/maven-plugin-tools-api/src/site/apt/index.apt maven/plugin-tools/trunk/maven-plugin-tools-api/src/site/site.xml maven/plugin-tools/trunk/maven-plugin-tools-beanshell/src/site/apt/index.apt maven/plugin-tools/trunk/maven-plugin-tools-beanshell/src/site/site.xml maven/plugin-tools/trunk/maven-plugin-tools-java/src/site/apt/index.apt maven/plugin-tools/trunk/maven-plugin-tools-java/src/site/site.xml maven/plugin-tools/trunk/maven-plugin-tools-javadoc/src/site/apt/index.apt maven/plugin-tools/trunk/maven-plugin-tools-javadoc/src/site/apt/usage.apt maven/plugin-tools/trunk/maven-plugin-tools-javadoc/src/site/site.xml maven/plugin-tools/trunk/maven-plugin-tools-model/src/site/apt/index.apt maven/plugin-tools/trunk/maven-plugin-tools-model/src/site/site.xml maven/plugin-tools/trunk/src/site/apt/index.apt maven/plugin-tools/trunk/src/site/site.xml Modified: maven/plugin-tools/trunk/maven-plugin-plugin/src/site/site.xml URL: http://svn.apache.org/viewvc/maven/plugin-tools/trunk/maven-plugin-plugin/src/site/site.xml?rev=694657&r1=694656&r2=694657&view=diff ============================================================================== --- maven/plugin-tools/trunk/maven-plugin-plugin/src/site/site.xml (original) +++ maven/plugin-tools/trunk/maven-plugin-plugin/src/site/site.xml Fri Sep 12 02:01:48 2008 @@ -1,25 +1,25 @@ -<?xml version="1.0" encoding="ISO-8859-1"?> +<?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. - --> +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 -<project name="Maven Plugin Plugin"> + 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> <body> <menu name="Overview"> <item name="Introduction" href="index.html"/> Modified: 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=694657&r1=694656&r2=694657&view=diff ============================================================================== --- maven/plugin-tools/trunk/maven-plugin-tools-ant/src/site/apt/index.apt (original) +++ maven/plugin-tools/trunk/maven-plugin-tools-ant/src/site/apt/index.apt Fri Sep 12 02:01:48 2008 @@ -1,5 +1,5 @@ ------ - Maven Plugin Tool for Ant + Introduction ------ Vincent Siveton ------ Modified: 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=694657&r1=694656&r2=694657&view=diff ============================================================================== --- maven/plugin-tools/trunk/maven-plugin-tools-ant/src/site/site.xml (original) +++ maven/plugin-tools/trunk/maven-plugin-tools-ant/src/site/site.xml Fri Sep 12 02:01:48 2008 @@ -1,32 +1,28 @@ -<?xml version="1.0" encoding="ISO-8859-1"?> +<?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. - --> +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 -<project name="Maven Plugin Tool for Ant"> - <body> - <menu ref="parent" /> + 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> + <body> <menu name="Overview"> <item name="Introduction" href="index.html"/> </menu> - - <menu ref="reports" inherit="bottom" /> </body> </project> Modified: 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=694657&r1=694656&r2=694657&view=diff ============================================================================== --- maven/plugin-tools/trunk/maven-plugin-tools-api/src/site/apt/index.apt (original) +++ maven/plugin-tools/trunk/maven-plugin-tools-api/src/site/apt/index.apt Fri Sep 12 02:01:48 2008 @@ -1,5 +1,5 @@ ------ - Maven Plugin Tool API + Introduction ------ Vincent Siveton ------ Modified: 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=694657&r1=694656&r2=694657&view=diff ============================================================================== --- maven/plugin-tools/trunk/maven-plugin-tools-api/src/site/site.xml (original) +++ maven/plugin-tools/trunk/maven-plugin-tools-api/src/site/site.xml Fri Sep 12 02:01:48 2008 @@ -1,32 +1,28 @@ -<?xml version="1.0" encoding="ISO-8859-1"?> +<?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. - --> +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 -<project name="Maven Plugin Tool API"> - <body> - <menu ref="parent" /> + 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> + <body> <menu name="Overview"> <item name="Introduction" href="index.html"/> </menu> - - <menu ref="reports" inherit="bottom" /> </body> </project> Modified: 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=694657&r1=694656&r2=694657&view=diff ============================================================================== --- maven/plugin-tools/trunk/maven-plugin-tools-beanshell/src/site/apt/index.apt (original) +++ maven/plugin-tools/trunk/maven-plugin-tools-beanshell/src/site/apt/index.apt Fri Sep 12 02:01:48 2008 @@ -1,5 +1,5 @@ ------ - Maven Plugin Tool for Beanshell + Introduction ------ Vincent Siveton ------ Modified: 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=694657&r1=694656&r2=694657&view=diff ============================================================================== --- maven/plugin-tools/trunk/maven-plugin-tools-beanshell/src/site/site.xml (original) +++ maven/plugin-tools/trunk/maven-plugin-tools-beanshell/src/site/site.xml Fri Sep 12 02:01:48 2008 @@ -1,32 +1,28 @@ -<?xml version="1.0" encoding="ISO-8859-1"?> +<?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. - --> +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 -<project name="Maven Plugin Tool for Beanshell"> - <body> - <menu ref="parent" /> + 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> + <body> <menu name="Overview"> <item name="Introduction" href="index.html"/> </menu> - - <menu ref="reports" inherit="bottom" /> </body> </project> Modified: 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=694657&r1=694656&r2=694657&view=diff ============================================================================== --- maven/plugin-tools/trunk/maven-plugin-tools-java/src/site/apt/index.apt (original) +++ maven/plugin-tools/trunk/maven-plugin-tools-java/src/site/apt/index.apt Fri Sep 12 02:01:48 2008 @@ -1,5 +1,5 @@ ------ - Maven Plugin Tool for Java + Introduction ------ Vincent Siveton ------ Modified: 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=694657&r1=694656&r2=694657&view=diff ============================================================================== --- maven/plugin-tools/trunk/maven-plugin-tools-java/src/site/site.xml (original) +++ maven/plugin-tools/trunk/maven-plugin-tools-java/src/site/site.xml Fri Sep 12 02:01:48 2008 @@ -1,32 +1,28 @@ -<?xml version="1.0" encoding="ISO-8859-1"?> +<?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. - --> +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 -<project name="Maven Plugin Tool for Java"> - <body> - <menu ref="parent" /> + 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> + <body> <menu name="Overview"> <item name="Introduction" href="index.html"/> </menu> - - <menu ref="reports" inherit="bottom" /> </body> </project> Modified: maven/plugin-tools/trunk/maven-plugin-tools-javadoc/src/site/apt/index.apt URL: http://svn.apache.org/viewvc/maven/plugin-tools/trunk/maven-plugin-tools-javadoc/src/site/apt/index.apt?rev=694657&r1=694656&r2=694657&view=diff ============================================================================== --- maven/plugin-tools/trunk/maven-plugin-tools-javadoc/src/site/apt/index.apt (original) +++ maven/plugin-tools/trunk/maven-plugin-tools-javadoc/src/site/apt/index.apt Fri Sep 12 02:01:48 2008 @@ -26,7 +26,7 @@ ~~ NOTE: For help with the syntax of this file, see: ~~ http://maven.apache.org/doxia/references/apt-format.html -Maven Plugin Tools Javadoc +Introduction The Maven Plugin Tools Javadoc project is a collection of several {{{http://java.sun.com/j2se/1.4.2/docs/tooldocs/javadoc/taglet/overview.html}taglets}} which are used by @@ -36,4 +36,4 @@ * Usage - Instructions on how to use this project can be found {{{usage.html}here}}. + Instructions on how to use this project can be found on the {{{usage.html}usage page}}. Modified: maven/plugin-tools/trunk/maven-plugin-tools-javadoc/src/site/apt/usage.apt URL: http://svn.apache.org/viewvc/maven/plugin-tools/trunk/maven-plugin-tools-javadoc/src/site/apt/usage.apt?rev=694657&r1=694656&r2=694657&view=diff ============================================================================== --- maven/plugin-tools/trunk/maven-plugin-tools-javadoc/src/site/apt/usage.apt (original) +++ maven/plugin-tools/trunk/maven-plugin-tools-javadoc/src/site/apt/usage.apt Fri Sep 12 02:01:48 2008 @@ -29,7 +29,7 @@ Usage - The taglets could be use directly in the {{{http://maven.apache.org/plugins/maven-javadoc-plugin/}maven-javadoc-plugin}}. + The taglets could be use directly in the {{{http://maven.apache.org/plugins/maven-javadoc-plugin/}Maven Javadoc Plugin}}. +-----+ <project> @@ -39,26 +39,19 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> + <version>2.5</version> <configuration> <!-- To allow Javadoc Tool to generate annotation for Mojo fields --> <show>private</show> - <taglets> - <taglet> - <tagletClass>org.apache.maven.tools.plugin.javadoc.MojoAggregatorTypeTaglet</tagletClass> - </taglet> - ... - <taglet> - <tagletClass>org.apache.maven.tools.plugin.javadoc.MojoRequiresReportsTypeTaglet</tagletClass> - </taglet> - </taglets> - - <tagletArtifact> - <groupId>org.apache.maven.plugin-tools</groupId> - <artifactId>maven-plugin-tools-javadoc</artifactId> - <version>2.4.1</version> - </tagletArtifact> + <tagletArtifacts> + <tagletArtifact> + <groupId>org.apache.maven.plugin-tools</groupId> + <artifactId>maven-plugin-tools-javadoc</artifactId> + <version>2.4.3</version> + </tagletArtifact> + </tagletArtifacts> ... </configuration> </plugin> Modified: maven/plugin-tools/trunk/maven-plugin-tools-javadoc/src/site/site.xml URL: http://svn.apache.org/viewvc/maven/plugin-tools/trunk/maven-plugin-tools-javadoc/src/site/site.xml?rev=694657&r1=694656&r2=694657&view=diff ============================================================================== --- maven/plugin-tools/trunk/maven-plugin-tools-javadoc/src/site/site.xml (original) +++ maven/plugin-tools/trunk/maven-plugin-tools-javadoc/src/site/site.xml Fri Sep 12 02:01:48 2008 @@ -1,32 +1,30 @@ -<?xml version="1.0" encoding="ISO-8859-1"?> +<?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. - --> +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 -<project name="Maven Plugin Tools Javadoc"> + 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> <body> <menu name="Overview"> <item name="Introduction" href="index.html"/> <item name="Usage" href="usage.html"/> <item name="Screenshots From Javadoc" href="screenshots.html"/> </menu> - - <menu ref="reports" inherit="bottom" /> </body> </project> Modified: 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=694657&r1=694656&r2=694657&view=diff ============================================================================== --- maven/plugin-tools/trunk/maven-plugin-tools-model/src/site/apt/index.apt (original) +++ maven/plugin-tools/trunk/maven-plugin-tools-model/src/site/apt/index.apt Fri Sep 12 02:01:48 2008 @@ -1,5 +1,5 @@ ------ - Maven Plugin Tool Model + Introduction ------ Vincent Siveton ------ Modified: 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=694657&r1=694656&r2=694657&view=diff ============================================================================== --- maven/plugin-tools/trunk/maven-plugin-tools-model/src/site/site.xml (original) +++ maven/plugin-tools/trunk/maven-plugin-tools-model/src/site/site.xml Fri Sep 12 02:01:48 2008 @@ -1,32 +1,28 @@ -<?xml version="1.0" encoding="ISO-8859-1"?> +<?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. - --> +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 -<project name="Maven Plugin Tool Model"> - <body> - <menu ref="parent" /> + 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> + <body> <menu name="Overview"> <item name="Introduction" href="index.html"/> </menu> - - <menu ref="reports" inherit="bottom" /> </body> </project> Modified: 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=694657&r1=694656&r2=694657&view=diff ============================================================================== --- maven/plugin-tools/trunk/src/site/apt/index.apt (original) +++ maven/plugin-tools/trunk/src/site/apt/index.apt Fri Sep 12 02:01:48 2008 @@ -1,5 +1,5 @@ ------ - Maven Plugin Tools + Introduction ------ Vincent Siveton ------ Modified: maven/plugin-tools/trunk/src/site/site.xml URL: http://svn.apache.org/viewvc/maven/plugin-tools/trunk/src/site/site.xml?rev=694657&r1=694656&r2=694657&view=diff ============================================================================== --- maven/plugin-tools/trunk/src/site/site.xml (original) +++ maven/plugin-tools/trunk/src/site/site.xml Fri Sep 12 02:01:48 2008 @@ -27,6 +27,10 @@ <item name="Plugin Tools" href="http://maven.apache.org/plugin-tools/index.html" /> </breadcrumbs> + <menu name="Overview"> + <item name="Introduction" href="index.html"/> + </menu> + <menu ref="modules" /> </body> </project>