Pretty formatting.

This commit is contained in:
Manuele Simi 2019-05-21 21:57:24 -04:00
parent d325bf6b93
commit 297136ed76
1 changed files with 52 additions and 54 deletions

View File

@ -48,8 +48,8 @@
<profiles>
<!-- this profile sets an additional parameter for javadoc generation that disable the doclint (it makes
component build fail if formal/syntax errors are found in javadoc comments).
<!-- This profile sets an additional parameter for javadoc generation to disables the doclint.
It avoids the build fails if formal/syntax errors are found in javadoc comments.
The parameter is only understood by jdk 1.8, so we set it only when jdk 1.8 is used -->
<profile>
<id>disable-java8-doclint</id>
@ -270,8 +270,6 @@
<goal>single</goal>
</goals>
</execution>
<!-- source package creation -->
<execution>
<id>make-source-package</id>