You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ch...@apache.org on 2016/07/27 17:12:46 UTC

camel git commit: Apply the ${javadoc.opts} config to all executions of that javadoc mvn plugin.

Repository: camel
Updated Branches:
  refs/heads/master 6ffc2af23 -> f90eb8c68


Apply the ${javadoc.opts} config to all executions of that javadoc mvn plugin.

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

Branch: refs/heads/master
Commit: f90eb8c6825078a50f531db666b8c25b47735cad
Parents: 6ffc2af
Author: Hiram Chirino <hi...@hiramchirino.com>
Authored: Wed Jul 27 13:12:09 2016 -0400
Committer: Hiram Chirino <hi...@hiramchirino.com>
Committed: Wed Jul 27 13:12:09 2016 -0400

----------------------------------------------------------------------
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/f90eb8c6/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index dc1823f..92dc2e3 100755
--- a/pom.xml
+++ b/pom.xml
@@ -634,11 +634,11 @@
                 <goals>
                   <goal>jar</goal>
                 </goals>
-                <configuration>
-                    <additionalparam>${javadoc.opts}</additionalparam>
-                </configuration>
               </execution>
             </executions>
+            <configuration>
+              <additionalparam>${javadoc.opts}</additionalparam>
+            </configuration>
           </plugin>
           <!-- We want to sign the artifact, the POM, and all attached artifacts -->
           <plugin>