Repository: camel
Updated Branches:
  refs/heads/master dd3eec651 -> d73893ffc


Fix pom.xml so camel-catalog javadoc can be generated as the copy/rename tasks 
must be run in same maven phase


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

Branch: refs/heads/master
Commit: d73893ffcacdb60d45107ff530153d547a494f60
Parents: dd3eec6
Author: Claus Ibsen <davscl...@apache.org>
Authored: Tue Apr 18 11:07:03 2017 +0200
Committer: Claus Ibsen <davscl...@apache.org>
Committed: Tue Apr 18 11:08:12 2017 +0200

----------------------------------------------------------------------
 platforms/camel-catalog/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/d73893ff/platforms/camel-catalog/pom.xml
----------------------------------------------------------------------
diff --git a/platforms/camel-catalog/pom.xml b/platforms/camel-catalog/pom.xml
index 6c71fcb..07046c9 100644
--- a/platforms/camel-catalog/pom.xml
+++ b/platforms/camel-catalog/pom.xml
@@ -130,7 +130,7 @@
         <version>1.5.3</version>
         <executions>
           <execution>
-            <phase>process-sources</phase>
+            <phase>generate-sources</phase>
             <goals>
               <goal>replace</goal>
             </goals>

Reply via email to