Repository: servicemix
Updated Branches:
  refs/heads/servicemix-6.0.x ee5517971 -> ff26c54e2


SM-2854: Doclint for Javadoc fails on JDK 8


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

Branch: refs/heads/servicemix-6.0.x
Commit: ff26c54e2c9dbcb07b2510a8bc0403b0f371b6fb
Parents: ee55179
Author: Krzysztof Sobkowiak <[email protected]>
Authored: Wed Feb 3 22:43:20 2016 +0100
Committer: Krzysztof Sobkowiak <[email protected]>
Committed: Tue Feb 16 20:48:46 2016 +0100

----------------------------------------------------------------------
 pom.xml | 12 ++++++++++++
 1 file changed, 12 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/servicemix/blob/ff26c54e/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 06d1ff6..26c1156 100644
--- a/pom.xml
+++ b/pom.xml
@@ -533,12 +533,24 @@
                                 <goals>
                                     <goal>jar</goal>
                                 </goals>
+                                <configuration>
+                                    
<additionalparam>${javadoc.opts}</additionalparam>
+                                </configuration>
                             </execution>
                         </executions>
                     </plugin>
                 </plugins>
             </build>
         </profile>
+        <profile>
+            <id>doclint-java8-disable</id>
+            <activation>
+                <jdk>[1.8,)</jdk>
+            </activation>
+            <properties>
+                <javadoc.opts>-Xdoclint:none</javadoc.opts>
+            </properties>
+        </profile>
     </profiles>
 
 </project>

Reply via email to