o Added <version> 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
master
Benjamin Bentmann 2008-09-22 21:59:44 +00:00
parent e1a52fcdad
commit 3abda526a2
3 changed files with 3 additions and 0 deletions

View File

@ -38,6 +38,7 @@ Configuring Generation of Plugin Descriptor
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-plugin-plugin</artifactId>
<version>2.4.3</version>
<configuration>
<goalPrefix>plugin</goalPrefix>
<outputDirectory>${basedir}/target/dir</outputDirectory>

View File

@ -38,6 +38,7 @@ Configuring Generation of Help Mojo
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-plugin-plugin</artifactId>
<version>2.4.3</version>
<executions>
<execution>
<id>generated-helpmojo</id>

View File

@ -38,6 +38,7 @@ Configuring Generation of Documentation Reports
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-plugin-plugin</artifactId>
<version>2.4.3</version>
</plugin>
</plugins>
...