You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by gb...@apache.org on 2016/12/18 09:48:04 UTC

svn commit: r1774870 - /maven/pom/trunk/maven/pom.xml

Author: gboue
Date: Sun Dec 18 09:48:04 2016
New Revision: 1774870

URL: http://svn.apache.org/viewvc?rev=1774870&view=rev
Log:
[MPOM-152] Upgrade maven-checkstyle-plugin to 2.17.

The file maven_checks.xml was moved to the Shared Resources project, so a dependency on it needs to be added in the plugin declaration for version 2.17.

Modified:
    maven/pom/trunk/maven/pom.xml

Modified: maven/pom/trunk/maven/pom.xml
URL: http://svn.apache.org/viewvc/maven/pom/trunk/maven/pom.xml?rev=1774870&r1=1774869&r2=1774870&view=diff
==============================================================================
--- maven/pom/trunk/maven/pom.xml (original)
+++ maven/pom/trunk/maven/pom.xml Sun Dec 18 09:48:04 2016
@@ -947,6 +947,14 @@ under the License.
             <sourceDirectory>src/main/java</sourceDirectory>
             <testSourceDirectory>src/test/java</testSourceDirectory>
           </configuration>
+          <dependencies>
+            <!-- MCHECKSTYLE-327: the maven_checks.xml was moved to a shared project -->
+            <dependency>
+              <groupId>org.apache.maven.shared</groupId>
+              <artifactId>maven-shared-resources</artifactId>
+              <version>2</version>
+            </dependency>
+          </dependencies>
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>