You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by pa...@apache.org on 2018/07/10 03:27:44 UTC

[camel] branch master updated: CAMEL-12625: camel-fhir-api: Generate javadoc in phase generate-test-resources to fix build

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

pascalschumacher 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 296bc64  CAMEL-12625: camel-fhir-api: Generate javadoc in phase generate-test-resources to fix build
296bc64 is described below

commit 296bc64f1400305efc9b0bedb29c4c763be202bf
Author: Pascal Schumacher <pa...@gmx.net>
AuthorDate: Tue Jul 10 05:27:36 2018 +0200

    CAMEL-12625: camel-fhir-api: Generate javadoc in phase generate-test-resources to fix build
---
 components/camel-fhir/camel-fhir-api/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/components/camel-fhir/camel-fhir-api/pom.xml b/components/camel-fhir/camel-fhir-api/pom.xml
index 9a097bf..ccd42a8 100644
--- a/components/camel-fhir/camel-fhir-api/pom.xml
+++ b/components/camel-fhir/camel-fhir-api/pom.xml
@@ -56,6 +56,7 @@
         <executions>
           <execution>
             <id>add-javadoc</id>
+            <phase>generate-test-resources</phase>
             <goals>
               <goal>jar</goal>
             </goals>