You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2019/05/19 09:02:37 UTC

[maven-checkstyle-plugin] branch master updated: POM cleanup: parent pom contains everything and even updates

This is an automated email from the ASF dual-hosted git repository.

hboutemy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-checkstyle-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new d5eb0d0  POM cleanup: parent pom contains everything and even updates
d5eb0d0 is described below

commit d5eb0d01a5ee60e3ac0d1e707429625e1c265bfa
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Sun May 19 11:02:33 2019 +0200

    POM cleanup: parent pom contains everything and even updates
---
 pom.xml | 18 ------------------
 1 file changed, 18 deletions(-)

diff --git a/pom.xml b/pom.xml
index 2685d36..ed70cdf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -65,8 +65,6 @@ under the License.
   <properties>
     <!-- Because Checkstyle 7+ requires Java 8 -->
     <javaVersion>8</javaVersion>
-    <maven.compiler.source>1.${javaVersion}</maven.compiler.source>
-    <maven.compiler.target>1.${javaVersion}</maven.compiler.target>
     <mavenVersion>3.0</mavenVersion>
     <checkstyleVersion>8.19</checkstyleVersion>
     <doxiaVersion>1.4</doxiaVersion>
@@ -273,11 +271,6 @@ under the License.
             </excludes>
           </configuration>
         </plugin>
-        <plugin>
-          <groupId>org.apache.maven.plugins</groupId>
-          <artifactId>maven-plugin-plugin</artifactId>
-           <version>3.5</version>
-        </plugin>
       </plugins>
     </pluginManagement>
     <plugins>
@@ -327,7 +320,6 @@ under the License.
       <plugin>
         <groupId>org.codehaus.plexus</groupId>
         <artifactId>plexus-component-metadata</artifactId>
-        <version>1.7.1</version>
         <executions>
           <execution>
             <goals>
@@ -336,16 +328,6 @@ under the License.
           </execution>
         </executions>
       </plugin>
-      <plugin>
-        <artifactId>maven-site-plugin</artifactId>
-        <dependencies>
-          <dependency>
-            <groupId>org.apache.maven.shared</groupId>
-            <artifactId>maven-shared-resources</artifactId>
-            <version>2</version>
-          </dependency>
-        </dependencies>
-      </plugin>
     </plugins>
   </build>