You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2017/02/14 11:39:12 UTC

[2/5] camel git commit: CAMEL-10141 The inal plugin isn't compatible with java 9 and isn't unmaintained so lets remove it and rely on the rat plugin instead

CAMEL-10141 The inal plugin isn't compatible with java 9 and isn't unmaintained so lets remove it and rely on the rat plugin instead


Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/86ae3e72
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/86ae3e72
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/86ae3e72

Branch: refs/heads/master
Commit: 86ae3e72ab1afa9ffe85c3cee51e68bedc3301b0
Parents: 0bbfa4a
Author: jpoth <po...@gmail.com>
Authored: Thu Feb 9 13:20:52 2017 +0100
Committer: Claus Ibsen <da...@apache.org>
Committed: Tue Feb 14 11:54:24 2017 +0100

----------------------------------------------------------------------
 parent/pom.xml        | 20 --------------------
 tooling/maven/pom.xml |  3 ---
 2 files changed, 23 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/86ae3e72/parent/pom.xml
----------------------------------------------------------------------
diff --git a/parent/pom.xml b/parent/pom.xml
index 7f713cb..b18971b 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -4589,11 +4589,6 @@
         </plugin>
         <plugin>
           <groupId>org.codehaus.mojo</groupId>
-          <artifactId>ianal-maven-plugin</artifactId>
-          <version>1.0-alpha-1</version>
-        </plugin>
-        <plugin>
-          <groupId>org.codehaus.mojo</groupId>
           <artifactId>properties-maven-plugin</artifactId>
           <version>1.0-alpha-2</version>
         </plugin>
@@ -4743,21 +4738,6 @@
         </configuration>
       </plugin>
       <plugin>
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>ianal-maven-plugin</artifactId>
-        <executions>
-          <execution>
-            <goals>
-              <goal>verify-legal-files</goal>
-            </goals>
-            <configuration>
-              <strict>true</strict>
-            </configuration>
-          </execution>
-        </executions>
-      </plugin>
-
-      <plugin>
         <groupId>org.apache.felix</groupId>
         <artifactId>maven-bundle-plugin</artifactId>
         <version>${maven-bundle-plugin-version}</version>

http://git-wip-us.apache.org/repos/asf/camel/blob/86ae3e72/tooling/maven/pom.xml
----------------------------------------------------------------------
diff --git a/tooling/maven/pom.xml b/tooling/maven/pom.xml
index c49523a..74e5a2e 100644
--- a/tooling/maven/pom.xml
+++ b/tooling/maven/pom.xml
@@ -48,9 +48,6 @@
             <execution>
               <id>bundle-jar</id>
               <phase>package</phase>
-              <goals>
-                <goal>jar</goal>
-              </goals>
             </execution>
           </executions>
           <configuration>