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>
|
<plugin>
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
<artifactId>maven-plugin-plugin</artifactId>
|
<artifactId>maven-plugin-plugin</artifactId>
|
||||||
|
<version>2.4.3</version>
|
||||||
<configuration>
|
<configuration>
|
||||||
<goalPrefix>plugin</goalPrefix>
|
<goalPrefix>plugin</goalPrefix>
|
||||||
<outputDirectory>${basedir}/target/dir</outputDirectory>
|
<outputDirectory>${basedir}/target/dir</outputDirectory>
|
||||||
|
|
|
||||||
|
|
@ -38,6 +38,7 @@ Configuring Generation of Help Mojo
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
<artifactId>maven-plugin-plugin</artifactId>
|
<artifactId>maven-plugin-plugin</artifactId>
|
||||||
|
<version>2.4.3</version>
|
||||||
<executions>
|
<executions>
|
||||||
<execution>
|
<execution>
|
||||||
<id>generated-helpmojo</id>
|
<id>generated-helpmojo</id>
|
||||||
|
|
|
||||||
|
|
@ -38,6 +38,7 @@ Configuring Generation of Documentation Reports
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
<artifactId>maven-plugin-plugin</artifactId>
|
<artifactId>maven-plugin-plugin</artifactId>
|
||||||
|
<version>2.4.3</version>
|
||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
...
|
...
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue