Skip to content

Commit e6b8956

Browse files
committed
added parameter to pom to prevent jdoc linting (which breaks the build)
1 parent e625bfa commit e6b8956

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@
3535

3636
<!-- the used java version -->
3737
<java.version>1.7</java.version>
38+
39+
<!-- options for jdoc generation -->
40+
<jdoc.opts>-Xdoclint:none</jdoc.opts>
3841
</properties>
3942

4043
<dependencies>
@@ -249,6 +252,7 @@
249252
</executions>
250253
<configuration>
251254
<failOnError>false</failOnError>
255+
<additionalparam>${jdoc.opts}</additionalparam>
252256
</configuration>
253257
</plugin>
254258
</plugins>

0 commit comments

Comments
 (0)