Pretty formatting.
This commit is contained in:
parent
d325bf6b93
commit
297136ed76
6
pom.xml
6
pom.xml
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue