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-ffa450edef68master
parent
e1a52fcdad
commit
3abda526a2
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
...
|
||||
|
|
|
|||
Loading…
Reference in New Issue