Repository: maven-archetype Updated Branches: refs/heads/master 2d1855e34 -> 598ac331d
Update parent pom to version 27. Project: http://git-wip-us.apache.org/repos/asf/maven-archetype/repo Commit: http://git-wip-us.apache.org/repos/asf/maven-archetype/commit/598ac331 Tree: http://git-wip-us.apache.org/repos/asf/maven-archetype/tree/598ac331 Diff: http://git-wip-us.apache.org/repos/asf/maven-archetype/diff/598ac331 Branch: refs/heads/master Commit: 598ac331d9008804abb07df79e64f11815f09a25 Parents: 2d1855e Author: Petar Tahchiev <[email protected]> Authored: Sun Aug 14 09:57:37 2016 +0300 Committer: Petar Tahchiev <[email protected]> Committed: Sun Aug 14 09:57:37 2016 +0300 ---------------------------------------------------------------------- maven-archetype-plugin/pom.xml | 1 - pom.xml | 41 +------------------------------------ 2 files changed, 1 insertion(+), 41 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/maven-archetype/blob/598ac331/maven-archetype-plugin/pom.xml ---------------------------------------------------------------------- diff --git a/maven-archetype-plugin/pom.xml b/maven-archetype-plugin/pom.xml index 0dae82d..0b48f32 100644 --- a/maven-archetype-plugin/pom.xml +++ b/maven-archetype-plugin/pom.xml @@ -41,7 +41,6 @@ <name>Maven Archetype Plugin</name> <properties> - <mavenPluginToolsVersion>3.4</mavenPluginToolsVersion><!-- TODO remove when upgrading maven-parent to 27 --> <checkstyle.violation.ignore>RedundantThrows,NewlineAtEndOfFile,ParameterNumber,MethodLength,FileLength,javadoc,LineLength</checkstyle.violation.ignore> </properties> http://git-wip-us.apache.org/repos/asf/maven-archetype/blob/598ac331/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 349e83c..4103e53 100644 --- a/pom.xml +++ b/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.maven</groupId> <artifactId>maven-parent</artifactId> - <version>26</version> + <version>27</version> </parent> <groupId>org.apache.maven.archetype</groupId> @@ -253,28 +253,6 @@ <artifactId>maven-jetty-plugin</artifactId> <version>6.1.6</version> </plugin> - <plugin><!-- TODO remove when upgrading parent to 27 --> - <groupId>org.apache.rat</groupId> - <artifactId>apache-rat-plugin</artifactId> - <dependencies><!-- see https://issues.apache.org/jira/browse/RAT-158 --> - <dependency> - <groupId>org.apache.maven.doxia</groupId> - <artifactId>doxia-core</artifactId> - <version>1.6</version> - <exclusions> - <exclusion> - <groupId>xerces</groupId> - <artifactId>xercesImpl</artifactId> - </exclusion> - </exclusions> - </dependency> - </dependencies> - </plugin> - <plugin><!-- TODO remove when upgrading parent to 27 --> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-checkstyle-plugin</artifactId> - <version>2.14</version> - </plugin> </plugins> </pluginManagement> <plugins> @@ -330,28 +308,11 @@ <id>reporting</id> <reporting> <plugins> - <plugin><!-- TODO remove when upgrading parent to 27 --> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-project-info-reports-plugin</artifactId> - <version>2.8</version> - </plugin> <plugin> <groupId>org.codehaus.plexus</groupId> <artifactId>plexus-maven-plugin</artifactId> <version>1.3.8</version> </plugin> - <plugin><!-- TODO remove when upgrading parent to 27 --> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-checkstyle-plugin</artifactId> - <version>2.14</version> - <configuration><!-- only necessary for Maven 2: with Maven 3, config is injected from pluginManagement --> - <configLocation>config/maven_checks.xml</configLocation> - <headerLocation>config/maven-header.txt</headerLocation> - <!-- workaround to avoid analysing generated content (Modello, plugin help mojo, ...) --> - <sourceDirectory>src/main/java</sourceDirectory> - <testSourceDirectory>src/test/java</testSourceDirectory> - </configuration> - </plugin> </plugins> </reporting> </profile>
