Repository: camel
Updated Branches:
  refs/heads/master 1c17aa3f3 -> bb6c8c221


CAMEL-11808: log4j2 2.9 upgrade causes errors in camel build

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

Branch: refs/heads/master
Commit: b9d2248af79e2bf7b9c7090e6acebe2504a082ad
Parents: 1c17aa3
Author: Viral Gohel <vrlgohe...@gmail.com>
Authored: Tue Sep 26 15:45:38 2017 +0530
Committer: Claus Ibsen <davscl...@apache.org>
Committed: Tue Sep 26 15:03:23 2017 +0200

----------------------------------------------------------------------
 .../camel-salesforce/camel-salesforce-maven-plugin/pom.xml     | 6 ++++--
 .../camel-servicenow/camel-servicenow-maven-plugin/pom.xml     | 6 ++++--
 parent/pom.xml                                                 | 2 +-
 3 files changed, 9 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/b9d2248a/components/camel-salesforce/camel-salesforce-maven-plugin/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-salesforce/camel-salesforce-maven-plugin/pom.xml 
b/components/camel-salesforce/camel-salesforce-maven-plugin/pom.xml
index 3f1ca38..c55e326 100644
--- a/components/camel-salesforce/camel-salesforce-maven-plugin/pom.xml
+++ b/components/camel-salesforce/camel-salesforce-maven-plugin/pom.xml
@@ -246,9 +246,9 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-plugin-plugin</artifactId>
+        <version>3.5</version>
         <configuration>
-          <goalPrefix>camel-salesforce</goalPrefix>
-          <skipErrorNoDescriptorsFound>true</skipErrorNoDescriptorsFound>
+          <goalPrefix>camel-salesforce</goalPrefix>         
         </configuration>
         <executions>
           <execution>
@@ -256,12 +256,14 @@
             <goals>
               <goal>descriptor</goal>
             </goals>
+            <phase>process-classes</phase>
           </execution>
           <execution>
             <id>help-goal</id>
             <goals>
               <goal>helpmojo</goal>
             </goals>
+            <phase>process-classes</phase>
           </execution>
         </executions>
       </plugin>

http://git-wip-us.apache.org/repos/asf/camel/blob/b9d2248a/components/camel-servicenow/camel-servicenow-maven-plugin/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-servicenow/camel-servicenow-maven-plugin/pom.xml 
b/components/camel-servicenow/camel-servicenow-maven-plugin/pom.xml
index c2b881f..1d9ddfe 100644
--- a/components/camel-servicenow/camel-servicenow-maven-plugin/pom.xml
+++ b/components/camel-servicenow/camel-servicenow-maven-plugin/pom.xml
@@ -223,9 +223,9 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-plugin-plugin</artifactId>
+        <version>3.5</version>
         <configuration>
-          <goalPrefix>camel-servicenow</goalPrefix>
-          <skipErrorNoDescriptorsFound>true</skipErrorNoDescriptorsFound>
+          <goalPrefix>camel-servicenow</goalPrefix>          
         </configuration>
         <executions>
           <execution>
@@ -233,12 +233,14 @@
             <goals>
               <goal>descriptor</goal>
             </goals>
+            <phase>process-classes</phase>
           </execution>
           <execution>
             <id>help-goal</id>
             <goals>
               <goal>helpmojo</goal>
             </goals>
+            <phase>process-classes</phase>
           </execution>
         </executions>
       </plugin>

http://git-wip-us.apache.org/repos/asf/camel/blob/b9d2248a/parent/pom.xml
----------------------------------------------------------------------
diff --git a/parent/pom.xml b/parent/pom.xml
index 84848e4..8e55e7e 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -445,7 +445,7 @@
     <!-- virtual dependency only used by Eclipse m2e -->
     <lifecycle-mapping-version>1.0.0</lifecycle-mapping-version>
     <log4j-version>1.2.17</log4j-version>
-    <log4j2-version>2.8.2</log4j2-version>
+    <log4j2-version>2.9.0</log4j2-version>
     <log4j2-25-version>2.5</log4j2-25-version>
     <logback-version>1.2.0</logback-version>
     <lucene3-bundle-version>3.6.0_1</lucene3-bundle-version>

Reply via email to