You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by kh...@apache.org on 2019/02/17 13:42:56 UTC

[maven-doxia] 01/01: [DOXIA-586] - Removed unused properties and cleaned up pom file

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

khmarbaise pushed a commit to branch DOXIA-586
in repository https://gitbox.apache.org/repos/asf/maven-doxia.git

commit f418bd7ccebd55a2eb2d7f04f74fc4bea7576103
Author: Karl Heinz Marbaise <ka...@soebes.de>
AuthorDate: Sun Feb 17 14:25:18 2019 +0100

    [DOXIA-586] - Removed unused properties and cleaned up pom file
---
 pom.xml | 12 ------------
 1 file changed, 12 deletions(-)

diff --git a/pom.xml b/pom.xml
index 5cc7e6d..5b68025 100644
--- a/pom.xml
+++ b/pom.xml
@@ -84,7 +84,6 @@ under the License.
   </distributionManagement>
 
   <properties>
-    <mavenVersion>3.0</mavenVersion>
     <maven.site.path>doxia-archives/doxia-LATEST</maven.site.path>
     <surefire.version>2.21.0</surefire.version>
     <checkstyle.violation.ignore>RedundantThrows,NewlineAtEndOfFile,ParameterNumber,MethodLength,FileLength,MethodName,InnerAssignment,MagicNumber</checkstyle.violation.ignore>
@@ -328,17 +327,6 @@ under the License.
           </execution>
         </executions>
       </plugin>
-      <plugin><!-- TODO remove when upgrading to parent pom 31 -->
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-enforcer-plugin</artifactId>
-        <dependencies>
-          <dependency>
-            <groupId>org.codehaus.mojo</groupId>
-            <artifactId>extra-enforcer-rules</artifactId>
-            <version>1.0-beta-6</version>
-          </dependency>
-        </dependencies>
-      </plugin>
     </plugins>
   </build>