Pretty formatting.
This commit is contained in:
parent
d325bf6b93
commit
297136ed76
6
pom.xml
6
pom.xml
|
@ -48,8 +48,8 @@
|
||||||
|
|
||||||
<profiles>
|
<profiles>
|
||||||
|
|
||||||
<!-- this profile sets an additional parameter for javadoc generation that disable the doclint (it makes
|
<!-- This profile sets an additional parameter for javadoc generation to disables the doclint.
|
||||||
component build fail if formal/syntax errors are found in javadoc comments).
|
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 -->
|
The parameter is only understood by jdk 1.8, so we set it only when jdk 1.8 is used -->
|
||||||
<profile>
|
<profile>
|
||||||
<id>disable-java8-doclint</id>
|
<id>disable-java8-doclint</id>
|
||||||
|
@ -270,8 +270,6 @@
|
||||||
<goal>single</goal>
|
<goal>single</goal>
|
||||||
</goals>
|
</goals>
|
||||||
</execution>
|
</execution>
|
||||||
|
|
||||||
|
|
||||||
<!-- source package creation -->
|
<!-- source package creation -->
|
||||||
<execution>
|
<execution>
|
||||||
<id>make-source-package</id>
|
<id>make-source-package</id>
|
||||||
|
|
Loading…
Reference in New Issue