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

davsclaus pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/master by this push:
     new a39e39d  Component docs
a39e39d is described below

commit a39e39d1e75c99d0a82a336c13154ffba488a7b7
Author: Claus Ibsen <[email protected]>
AuthorDate: Tue Jul 31 08:18:07 2018 +0200

    Component docs
---
 .../java/org/apache/camel/maven/packaging/PrepareCatalogMojo.java     | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/tooling/maven/camel-package-maven-plugin/src/main/java/org/apache/camel/maven/packaging/PrepareCatalogMojo.java
 
b/tooling/maven/camel-package-maven-plugin/src/main/java/org/apache/camel/maven/packaging/PrepareCatalogMojo.java
index 802cdf4..c7b691f 100644
--- 
a/tooling/maven/camel-package-maven-plugin/src/main/java/org/apache/camel/maven/packaging/PrepareCatalogMojo.java
+++ 
b/tooling/maven/camel-package-maven-plugin/src/main/java/org/apache/camel/maven/packaging/PrepareCatalogMojo.java
@@ -970,7 +970,7 @@ public class PrepareCatalogMojo extends AbstractMojo {
                         File target = new File(dir, "src/main/docs");
 
                         // special for these as they are in sub dir
-                        if ("camel-as3".equals(dir.getName())) {
+                        if ("camel-as2".equals(dir.getName())) {
                             target = new File(dir, 
"camel-as2-component/src/main/docs");
                         } else if ("camel-salesforce".equals(dir.getName())) {
                             target = new File(dir, 
"camel-salesforce-component/src/main/docs");
@@ -985,7 +985,7 @@ public class PrepareCatalogMojo extends AbstractMojo {
                         } else if ("camel-servicenow".equals(dir.getName())) {
                             target = new File(dir, 
"camel-servicenow-component/src/main/docs");
                         } else if ("camel-fhir".equals(dir.getName())) {
-                            target = new File(dir, 
"camel-fhir-component/target/classes");
+                            target = new File(dir, 
"camel-fhir-component/src/main/docs");
                         }
 
                         int before = adocFiles.size();

Reply via email to