You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by jb...@apache.org on 2019/10/23 04:49:23 UTC

[karaf-cave] branch master updated: Remove enforcer plugin (useless)

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

jbonofre pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/karaf-cave.git


The following commit(s) were added to refs/heads/master by this push:
     new 48c3053  Remove enforcer plugin (useless)
48c3053 is described below

commit 48c30537fd456335a0066f3ccd77d9cf48baa585
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Wed Oct 23 06:49:11 2019 +0200

    Remove enforcer plugin (useless)
---
 pom.xml | 49 -------------------------------------------------
 1 file changed, 49 deletions(-)

diff --git a/pom.xml b/pom.xml
index be07758..45c57f3b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -236,11 +236,6 @@
                         </instructions>
                     </configuration>
                 </plugin>
-                <plugin>
-                    <groupId>org.apache.maven.plugins</groupId>
-                    <artifactId>maven-enforcer-plugin</artifactId>
-                    <version>1.3.1</version>
-                </plugin>
             </plugins>
         </pluginManagement>
         <plugins>
@@ -255,28 +250,6 @@
             </plugin>
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-enforcer-plugin</artifactId>
-                <executions>
-                    <execution>
-                        <id>enforce-maven</id>
-                        <goals>
-                            <goal>enforce</goal>
-                        </goals>
-                        <configuration>
-                            <rules>
-                                <requireMavenVersion>
-                                    <version>[3.0,4)</version>
-                                </requireMavenVersion>
-                                <requireJavaVersion>
-                                    <version>[1.7,1.9)</version>
-                                </requireJavaVersion>
-                            </rules>
-                        </configuration>
-                    </execution>
-                </executions>
-            </plugin>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-remote-resources-plugin</artifactId>
                 <version>1.5</version>
                 <executions>
@@ -334,28 +307,6 @@
             </modules>
             <build>
                 <plugins>
-                    <plugin>
-                        <groupId>org.apache.maven.plugins</groupId>
-                        <artifactId>maven-enforcer-plugin</artifactId>
-                        <executions>
-                            <execution>
-                                <id>enforce-versions</id>
-                                <goals>
-                                    <goal>enforce</goal>
-                                </goals>
-                                <configuration>
-                                    <rules>
-                                        <requireMavenVersion>
-                                            <version>[3,4)</version>
-                                        </requireMavenVersion>
-                                        <requireJavaVersion>
-                                            <version>1.6</version>
-                                        </requireJavaVersion>
-                                    </rules>
-                                </configuration>
-                            </execution>
-                        </executions>
-                    </plugin>
                     <!-- We want to deploy the artifact to a staging location for perusal -->
                     <plugin>
                         <inherited>true</inherited>