diff --git a/src/site/apt/index.apt b/src/site/apt/index.apt deleted file mode 100644 index dec7cd0..0000000 --- a/src/site/apt/index.apt +++ /dev/null @@ -1,57 +0,0 @@ - ------ - Introduction - ------ - 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 - -Maven Plugin Tools - - The Maven Plugin Tools contains the necessary tools to play with Maven Plugins. - -* Overview - -*-----------------------------------------------------------------------------+---------------------------------------------------------+ -|| <> || <> -*-----------------------------------------------------------------------------+---------------------------------------------------------+ -| <<{{{../plugins/maven-plugin-plugin/index.html}maven-plugin-plugin}}>> | Create a Maven plugin descriptor for any mojos found in the source tree, generate reports, create help goal. -*-----------------------------------------------------------------------------+---------------------------------------------------------+ -| {{{./maven-plugin-tools-api/index.html}maven-plugin-tools-api}} | Descriptor extractor API, used by maven-plugin-plugin to extract Plugin information. -*-----------------------------------------------------------------------------+---------------------------------------------------------+ -| {{{./maven-plugin-tools-generators/index.html}maven-plugin-tools-generators}} | Generators (descriptor, help, documentation), used by maven-plugin-plugin to generate content from descriptor. -*-----------------------------------------------------------------------------+---------------------------------------------------------+ -| \ \ {{{./maven-plugin-tools-java/index.html}maven-plugin-tools-java}} | Descriptor extractor for plugins written in Java annotated with Mojo Javadoc Tags. -*-----------------------------------------------------------------------------+---------------------------------------------------------+ -| \ \ \ \ {{{./maven-plugin-tools-javadoc/index.html}maven-plugin-tools-javadoc}} | Provides the support of Mojo Javadoc Tags in the Javadoc Tool. -*-----------------------------------------------------------------------------+---------------------------------------------------------+ -| \ \ {{{./maven-plugin-tools-annotations/index.html}maven-plugin-tools-annotations}} | Descriptor extractor for plugins written in Java with Java 5 annotations. -*-----------------------------------------------------------------------------+---------------------------------------------------------+ -| \ \ \ \ {{{./maven-plugin-annotations/index.html}maven-plugin-annotations}} | Provides the Java 5 annotations to use in Mojos. -*-----------------------------------------------------------------------------+---------------------------------------------------------+ -| \ \ {{{./maven-plugin-tools-beanshell/index.html}maven-plugin-tools-beanshell}} | Descriptor extractor for plugins written in Beanshell. -*-----------------------------------------------------------------------------+---------------------------------------------------------+ -| \ \ {{{./maven-plugin-tools-ant/index.html}maven-plugin-tools-ant}} | Descriptor extractor for plugins written in Ant. -*-----------------------------------------------------------------------------+---------------------------------------------------------+ -| {{{./maven-plugin-tools-model/index.html}maven-plugin-tools-model}} | API to play with the Maven Plugin Metadata Model for script-based plugins. -*-----------------------------------------------------------------------------+---------------------------------------------------------+ diff --git a/src/site/resources/images/plugin-tools-deps.png b/src/site/resources/images/plugin-tools-deps.png new file mode 100644 index 0000000..784f1a5 Binary files /dev/null and b/src/site/resources/images/plugin-tools-deps.png differ diff --git a/src/site/xdoc/index.xml b/src/site/xdoc/index.xml new file mode 100644 index 0000000..43d78e1 --- /dev/null +++ b/src/site/xdoc/index.xml @@ -0,0 +1,106 @@ + + + + + + + + Introduction + Vincent Siveton + Hervé Boutemy + + + + +
+ +

The Maven Plugin Tools contains the necessary tools to play with Maven Plugins.

+ +

+ + + maven-plugin-plugin + plugin-tools-api + plugin-tools-java + plugin-tools-javadoc + plugin-tools-annotations + plugin-annotations + plugin-tools-beanshell + plugin-tools-ant + plugin-tools-model + plugin-tools-generators + maven-plugin-api + qdox + asm + Doxia + plexus-velocity + +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ModuleOverview
maven-plugin-pluginCreate a Maven plugin descriptor for any mojos found in the source tree, generate reports, create help goal.
maven-plugin-tools-generatorsGenerators (descriptor, help, documentation), used by maven-plugin-plugin to generate content from descriptor.
maven-plugin-tools-apiDescriptor extractor API, used by maven-plugin-plugin to extract Plugin information.
  maven-plugin-tools-javaDescriptor extractor for plugins written in Java annotated with Mojo Javadoc Tags.
    maven-plugin-tools-javadocProvides the support of Mojo Javadoc Tags in the Javadoc Tool.
  maven-plugin-tools-annotationsDescriptor extractor for plugins written in Java with Java 5 annotations.
    maven-plugin-annotationsProvides the Java 5 annotations to use in Mojos.
  maven-plugin-tools-beanshellDescriptor extractor for plugins written in Beanshell.
  maven-plugin-tools-antDescriptor extractor for plugins written in Ant.
maven-plugin-tools-modelAPI to play with the Maven Plugin Metadata Model for script-based plugins.
+
+ + + +
diff --git a/src/site/xdoc/plugin-tools-deps.odg b/src/site/xdoc/plugin-tools-deps.odg new file mode 100644 index 0000000..8b71a4d Binary files /dev/null and b/src/site/xdoc/plugin-tools-deps.odg differ