Skip to content

Commit bcf502b

Browse files
authored
remove outdated property (#2974)
* remove outdated property I guess `additionalparam` went away with javadoc plugin 3.0.0. In Eclipse its just a warning, but in IDEA its an error (by default). Signed-off-by: Lee Surprenant <lmsurpre@us.ibm.com>
1 parent dfb306a commit bcf502b

2 files changed

Lines changed: 1 addition & 10 deletions

File tree

fhir-examples/pom.xml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -188,8 +188,6 @@
188188
<maxmemory>2g</maxmemory>
189189
<!-- doclint is none, otherwise build breaks -->
190190
<doclint>none</doclint>
191-
<additionalparam>-Xdoclint:none
192-
-Djava.awt.headless=true</additionalparam>
193191
<detectLinks>true</detectLinks>
194192
<!-- control display -->
195193
<author>false</author>
@@ -416,7 +414,6 @@
416414
<maxmemory>2g</maxmemory>
417415
<!-- doclint is none, otherwise build breaks -->
418416
<doclint>none</doclint>
419-
<additionalparam>-Xdoclint:none -Djava.awt.headless=true</additionalparam>
420417
<detectLinks>true</detectLinks>
421418
<!-- control display -->
422419
<author>false</author>
@@ -476,4 +473,4 @@
476473
</profile>
477474
</profiles>
478475

479-
</project>
476+
</project>

fhir-parent/pom.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -867,8 +867,6 @@
867867
<maxmemory>2g</maxmemory>
868868
<!-- doclint is none, otherwise build breaks -->
869869
<doclint>none</doclint>
870-
<additionalparam>-Xdoclint:none
871-
-Djava.awt.headless=true</additionalparam>
872870
<detectLinks>true</detectLinks>
873871
<!-- control display -->
874872
<author>false</author>
@@ -1118,8 +1116,6 @@
11181116
<source>8</source>
11191117
<verbose>true</verbose>
11201118
<doclint>none</doclint>
1121-
<additionalparam>-Xdoclint:none
1122-
-Djava.awt.headless=true</additionalparam>
11231119
<minmemory>2g</minmemory>
11241120
<maxmemory>2g</maxmemory>
11251121
<nohelp>true</nohelp>
@@ -1169,8 +1165,6 @@
11691165
<maxmemory>2g</maxmemory>
11701166
<!-- doclint is none, otherwise build breaks -->
11711167
<doclint>none</doclint>
1172-
<additionalparam>-Xdoclint:none
1173-
-Djava.awt.headless=true</additionalparam>
11741168
<detectLinks>true</detectLinks>
11751169
<!-- control display -->
11761170
<author>false</author>

0 commit comments

Comments
 (0)