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 a03fcde  [CAMEL-11257] Fixed build issue.
a03fcde is described below

commit a03fcde34bf8363e01ee849e3e9d9a3a0b360ea4
Author: William Collins <punkhor...@gmail.com>
AuthorDate: Mon May 7 11:14:13 2018 -0400

    [CAMEL-11257] Fixed build issue.
---
 components/camel-as2/camel-as2-api/pom.xml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/components/camel-as2/camel-as2-api/pom.xml 
b/components/camel-as2/camel-as2-api/pom.xml
index de1c893..a3bed68 100644
--- a/components/camel-as2/camel-as2-api/pom.xml
+++ b/components/camel-as2/camel-as2-api/pom.xml
@@ -90,15 +90,16 @@
                                <executions>
                                        <execution>
                                                <id>add-javadoc</id>
+                                               
<phase>generate-test-resources</phase>
                                                <goals>
                                                        <goal>jar</goal>
                                                </goals>
                                                <configuration>
                                                        <attach>true</attach>
-                                                       <source>1.8</source>
+                                                       
<source>${jdk.version}</source>
                                                        <quiet>true</quiet>
                                                        
<detectOfflineLinks>false</detectOfflineLinks>
-                                                       
<javadocVersion>1.7</javadocVersion>
+                                                       
<javadocVersion>${jdk.version}</javadocVersion>
                                                        
<encoding>UTF-8</encoding>
                                                </configuration>
                                        </execution>

-- 
To stop receiving notification emails like this one, please contact
pascalschumac...@apache.org.

Reply via email to