Skip to content

Commit

Permalink
trying with plugin-tools version property from parent pom: perhaps re…
Browse files Browse the repository at this point in the history
…lease plugin won't interfere here

git-svn-id: https://svn.apache.org/repos/asf/maven/plugin-tools/trunk@1648753 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
hboutemy committed Dec 31, 2014
1 parent 3394354 commit 7500654
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions maven-plugin-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,6 @@
<doxiaVersion>1.4</doxiaVersion>
<doxia-sitetoolsVersion>1.4</doxia-sitetoolsVersion>
<it.debug>true</it.debug>
<!-- use a previous release of maven-plugin-plugin to build this plugin -->
<mavenPluginPluginVersion>3.3</mavenPluginPluginVersion>
</properties>

<dependencies>
Expand Down Expand Up @@ -74,8 +72,8 @@
<dependency>
<groupId>org.apache.maven.plugin-tools</groupId>
<artifactId>maven-plugin-annotations</artifactId>
<!-- from stricter view, should use ${mavenPluginPluginVersion} but this is causing problems with release plugin -->
<!--version>${mavenPluginPluginVersion}</version-->
<!-- not the version of plugin-tools actually building, but the version used to build the plugin -->
<version>${mavenPluginToolsVersion}</version>
<scope>provided</scope>
</dependency>

Expand Down Expand Up @@ -253,10 +251,9 @@
</executions>
</plugin>
<plugin>
<!-- use previous maven-plugin-plugin release to build current maven-plugin-plugin -->
<groupId>org.apache.maven.plugins</groupId>
<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>
<execution>
<id>default-descriptor</id>
Expand All @@ -281,7 +278,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-plugin-plugin</artifactId>
<version>${mavenPluginPluginVersion}</version>
<version>${mavenPluginToolsVersion}</version>
<reportSets>
<reportSet>
<reports>
Expand Down

0 comments on commit 7500654

Please sign in to comment.