trying with plugin-tools version property from parent pom: perhaps release plugin won't interfere here

git-svn-id: https://svn.apache.org/repos/asf/maven/plugin-tools/trunk@1648753 13f79535-47bb-0310-9956-ffa450edef68
master
Herve Boutemy 2014-12-31 17:48:13 +00:00
parent 3394354af1
commit 7500654003
1 changed files with 4 additions and 7 deletions

View File

@ -45,8 +45,6 @@
<doxiaVersion>1.4</doxiaVersion> <doxiaVersion>1.4</doxiaVersion>
<doxia-sitetoolsVersion>1.4</doxia-sitetoolsVersion> <doxia-sitetoolsVersion>1.4</doxia-sitetoolsVersion>
<it.debug>true</it.debug> <it.debug>true</it.debug>
<!-- use a previous release of maven-plugin-plugin to build this plugin -->
<mavenPluginPluginVersion>3.3</mavenPluginPluginVersion>
</properties> </properties>
<dependencies> <dependencies>
@ -74,8 +72,8 @@
<dependency> <dependency>
<groupId>org.apache.maven.plugin-tools</groupId> <groupId>org.apache.maven.plugin-tools</groupId>
<artifactId>maven-plugin-annotations</artifactId> <artifactId>maven-plugin-annotations</artifactId>
<!-- from stricter view, should use ${mavenPluginPluginVersion} but this is causing problems with release plugin --> <!-- not the version of plugin-tools actually building, but the version used to build the plugin -->
<!--version>${mavenPluginPluginVersion}</version--> <version>${mavenPluginToolsVersion}</version>
<scope>provided</scope> <scope>provided</scope>
</dependency> </dependency>
@ -253,10 +251,9 @@
</executions> </executions>
</plugin> </plugin>
<plugin> <plugin>
<!-- use previous maven-plugin-plugin release to build current maven-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>${mavenPluginPluginVersion}</version> <!-- will use previous maven-plugin-plugin release to build current maven-plugin-plugin as configured in parent -->
<executions> <executions>
<execution> <execution>
<id>default-descriptor</id> <id>default-descriptor</id>
@ -281,7 +278,7 @@
<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>${mavenPluginPluginVersion}</version> <version>${mavenPluginToolsVersion}</version>
<reportSets> <reportSets>
<reportSet> <reportSet>
<reports> <reports>