You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by dm...@apache.org on 2019/04/26 09:16:22 UTC

[camel] branch master updated: Revert "Fix components build with javadoc generation when JAVA_HOME not explicitly defined"

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

dmvolod 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 d988e78  Revert "Fix components build with javadoc generation when JAVA_HOME not explicitly defined"
d988e78 is described below

commit d988e788bccec0555b63e3fc2077ec4685d92705
Author: Dmitry Volodin <dm...@gmail.com>
AuthorDate: Fri Apr 26 12:16:03 2019 +0300

    Revert "Fix components build with javadoc generation when JAVA_HOME not explicitly defined"
    
    This reverts commit 53fdc4e4f3480b801f07c38eb695e45c6fb1bc0a.
---
 parent/pom.xml | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 97cb531..dfb0285 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -5086,9 +5086,6 @@
                     <groupId>org.apache.camel</groupId>
                     <artifactId>camel-javadoc-plugin</artifactId>
                     <version>${project.version}</version>
-                    <configuration>
-                        <javadocExecutable>${java.home}/bin/javadoc</javadocExecutable>
-                    </configuration>
                 </plugin>
                 <plugin>
                     <groupId>org.codehaus.mojo</groupId>