added skip of javadoc in Java8
git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/build-utils/maven-parent@129864 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
c9ff03303f
commit
c98313c597
4
pom.xml
4
pom.xml
|
@ -190,6 +190,10 @@
|
||||||
<goals>
|
<goals>
|
||||||
<goal>jar</goal>
|
<goal>jar</goal>
|
||||||
</goals>
|
</goals>
|
||||||
|
<configuration>
|
||||||
|
<!-- skip strict check on javadoc annotations introduced in Java 8-->
|
||||||
|
<additionalparam>-Xdoclint:none</additionalparam>
|
||||||
|
</configuration>
|
||||||
</execution>
|
</execution>
|
||||||
</executions>
|
</executions>
|
||||||
</plugin>
|
</plugin>
|
||||||
|
|
Loading…
Reference in New Issue