From 2aa4a2c9cda9cf286b8a50351c1af95d6fb383dc Mon Sep 17 00:00:00 2001 From: Herve Boutemy Date: Fri, 6 Jun 2014 20:48:48 +0000 Subject: [PATCH] [MPLUGIN-267] added Maven 2 specific configuration inside a profile git-svn-id: https://svn.apache.org/repos/asf/maven/plugin-tools/trunk@1601007 13f79535-47bb-0310-9956-ffa450edef68 --- .../apt/examples/using-annotations.apt.vm | 52 ++++++++++++------- 1 file changed, 34 insertions(+), 18 deletions(-) diff --git a/maven-plugin-plugin/src/site/apt/examples/using-annotations.apt.vm b/maven-plugin-plugin/src/site/apt/examples/using-annotations.apt.vm index c45fd06..e64d3b7 100644 --- a/maven-plugin-plugin/src/site/apt/examples/using-annotations.apt.vm +++ b/maven-plugin-plugin/src/site/apt/examples/using-annotations.apt.vm @@ -128,22 +128,38 @@ Using Plugin Tools Java5 Annotations to avoid failure on default execution phase and add another execution: +-----+ - - - - org.apache.maven.plugins - maven-plugin-plugin - ${project.version} - - - true - - - - mojo-descriptor - - descriptor - - - ... + + ... + + + maven-2 + + + + ${basedir} + + + + + + org.apache.maven.plugins + maven-plugin-plugin + + + true + + + + mojo-descriptor + + descriptor + + + + + + + + + +-----+