From 3abda526a2fe4d25f2cc54c67e2e650e91583fbc Mon Sep 17 00:00:00 2001 From: Benjamin Bentmann Date: Mon, 22 Sep 2008 21:59:44 +0000 Subject: [PATCH] o Added element to example POM snippets to promote best practice git-svn-id: https://svn.apache.org/repos/asf/maven/plugin-tools/trunk@698015 13f79535-47bb-0310-9956-ffa450edef68 --- .../src/site/apt/examples/generate-descriptor.apt | 1 + maven-plugin-plugin/src/site/apt/examples/generate-help.apt | 1 + maven-plugin-plugin/src/site/apt/examples/generate-report.apt | 1 + 3 files changed, 3 insertions(+) diff --git a/maven-plugin-plugin/src/site/apt/examples/generate-descriptor.apt b/maven-plugin-plugin/src/site/apt/examples/generate-descriptor.apt index 7b639f8..315d456 100644 --- a/maven-plugin-plugin/src/site/apt/examples/generate-descriptor.apt +++ b/maven-plugin-plugin/src/site/apt/examples/generate-descriptor.apt @@ -38,6 +38,7 @@ Configuring Generation of Plugin Descriptor org.apache.maven.plugins maven-plugin-plugin + 2.4.3 plugin ${basedir}/target/dir diff --git a/maven-plugin-plugin/src/site/apt/examples/generate-help.apt b/maven-plugin-plugin/src/site/apt/examples/generate-help.apt index 04de885..f846d44 100644 --- a/maven-plugin-plugin/src/site/apt/examples/generate-help.apt +++ b/maven-plugin-plugin/src/site/apt/examples/generate-help.apt @@ -38,6 +38,7 @@ Configuring Generation of Help Mojo org.apache.maven.plugins maven-plugin-plugin + 2.4.3 generated-helpmojo diff --git a/maven-plugin-plugin/src/site/apt/examples/generate-report.apt b/maven-plugin-plugin/src/site/apt/examples/generate-report.apt index 0de809b..d65f0a7 100644 --- a/maven-plugin-plugin/src/site/apt/examples/generate-report.apt +++ b/maven-plugin-plugin/src/site/apt/examples/generate-report.apt @@ -38,6 +38,7 @@ Configuring Generation of Documentation Reports org.apache.maven.plugins maven-plugin-plugin + 2.4.3 ...