From 11ffeac723f289fc54bbfd1d78fe4318e352781d Mon Sep 17 00:00:00 2001 From: Herve Boutemy Date: Sat, 12 May 2012 14:43:42 +0000 Subject: [PATCH] improved module documentation git-svn-id: https://svn.apache.org/repos/asf/maven/plugin-tools/trunk@1337555 13f79535-47bb-0310-9956-ffa450edef68 --- maven-plugin-annotations/pom.xml | 6 +++-- maven-plugin-annotations/src/site/site.xml | 31 ++++++++++++++++++++++ 2 files changed, 35 insertions(+), 2 deletions(-) create mode 100644 maven-plugin-annotations/src/site/site.xml diff --git a/maven-plugin-annotations/pom.xml b/maven-plugin-annotations/pom.xml index f8b93de..d071f56 100644 --- a/maven-plugin-annotations/pom.xml +++ b/maven-plugin-annotations/pom.xml @@ -19,14 +19,16 @@ --> 4.0.0 + maven-plugin-tools org.apache.maven.plugin-tools 3.0-SNAPSHOT - Maven Plugin Annotations - maven-plugin-annotations + Maven Plugin Java 5 Annotations + Java 5 annotations to use in Mojos. + diff --git a/maven-plugin-annotations/src/site/site.xml b/maven-plugin-annotations/src/site/site.xml new file mode 100644 index 0000000..aa167ff --- /dev/null +++ b/maven-plugin-annotations/src/site/site.xml @@ -0,0 +1,31 @@ + + + + + + + + + + + + + +