Author: khmarbaise
Date: Sun Nov 23 16:16:47 2014
New Revision: 1641212
URL: http://svn.apache.org/r1641212
Log:
Cleaned up to let the parent do it's work
using maven-plugin-annotations version
and removed configuration for maven-plugin-plugin
which is done by the parent.
Modified:
maven/plugins/trunk/maven-linkcheck-plugin/pom.xml
Modified: maven/plugins/trunk/maven-linkcheck-plugin/pom.xml
URL:
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-linkcheck-plugin/pom.xml?rev=1641212&r1=1641211&r2=1641212&view=diff
==============================================================================
--- maven/plugins/trunk/maven-linkcheck-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-linkcheck-plugin/pom.xml Sun Nov 23 16:16:47 2014
@@ -60,7 +60,6 @@ under the License.
<doxiaVersion>1.4</doxiaVersion>
<doxia-sitetoolsVersion>1.4</doxia-sitetoolsVersion>
<mavenVersion>2.2.1</mavenVersion>
- <mavenPluginPluginVersion>3.2</mavenPluginPluginVersion>
</properties>
<dependencies>
@@ -93,7 +92,6 @@ under the License.
<dependency>
<groupId>org.apache.maven.plugin-tools</groupId>
<artifactId>maven-plugin-annotations</artifactId>
- <version>${mavenPluginPluginVersion}</version>
<scope>provided</scope>
</dependency>
<dependency>
@@ -174,35 +172,6 @@ under the License.
</dependency>
</dependencies>
- <build>
- <pluginManagement>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-plugin-plugin</artifactId>
- <version>${mavenPluginPluginVersion}</version>
- <configuration>
- <skipErrorNoDescriptorsFound>true</skipErrorNoDescriptorsFound>
- </configuration>
- </plugin>
- </plugins>
- </pluginManagement>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-plugin-plugin</artifactId>
- <executions>
- <execution>
- <id>generate-descriptor</id>
- <goals>
- <goal>descriptor</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
- </plugins>
- </build>
-
<profiles>
<profile>
<id>reporting</id>