Revision: 5341
          http://sourceforge.net/p/jump-pilot/code/5341
Author:   edso
Date:     2017-01-28 23:21:12 +0000 (Sat, 28 Jan 2017)
Log Message:
-----------
limit adding of parameter to java8 only, earlier javas do not know it and err 
out
make java8 building javadocs again
failed w/ lot's of 
"
error: incorrect use of inline tag
     * @inheritDoc
"

Modified Paths:
--------------
    core/trunk/pom.xml

Modified: core/trunk/pom.xml
===================================================================
--- core/trunk/pom.xml  2017-01-28 23:08:57 UTC (rev 5340)
+++ core/trunk/pom.xml  2017-01-28 23:21:12 UTC (rev 5341)
@@ -414,6 +414,19 @@
             </build>
         </profile>
         <profile>
+            <id>Java 8</id>
+            <activation>
+                <jdk>1.8</jdk>
+            </activation>
+            <properties>
+                <!--
+                  java8+ enforces some strict checking, which we do not abide 
(yet?)
+                  also see 
http://blog.joda.org/2014/02/turning-off-doclint-in-jdk-8-javadoc.html
+                -->
+                <additionalparam>-Xdoclint:none</additionalparam>
+            </properties>
+        </profile>
+        <profile>
             <id>javadoc</id>
             <properties>
                 <!-- by default datestamp, can be overwritten with -D 
version.number=X.X.X -->
@@ -430,11 +443,6 @@
                             
<reportOutputDirectory>${project.build.directory}/apidocs/</reportOutputDirectory>
                             <!-- destDir>${version.string}</destDir -->
                             <quiet>true</quiet>
-                            <!--
-                              java8+ enforce some strict checking, which we do 
not abide (yet?)
-                              also see 
http://blog.joda.org/2014/02/turning-off-doclint-in-jdk-8-javadoc.html
-                            -->
-                            <additionalparam>-Xdoclint:none</additionalparam>
                         </configuration>
                         <executions>
                             <execution>


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
_______________________________________________
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel

Reply via email to