don't break in case of javadoc failure
This commit is contained in:
parent
7943d4bb6b
commit
18085fb30b
6
pom.xml
6
pom.xml
|
@ -22,8 +22,8 @@
|
|||
|
||||
<scm>
|
||||
<developerConnection>scm:git:https://github.com/dnet-team/dnet-dedup.git</developerConnection>
|
||||
<tag>HEAD</tag>
|
||||
</scm>
|
||||
<tag>HEAD</tag>
|
||||
</scm>
|
||||
|
||||
<modules>
|
||||
<module>dnet-pace-core</module>
|
||||
|
@ -195,5 +195,7 @@
|
|||
<commons.logging.version>1.1.3</commons.logging.version>
|
||||
|
||||
<junit.version>4.9</junit.version>
|
||||
|
||||
<maven.javadoc.failOnError>false</maven.javadoc.failOnError>
|
||||
</properties>
|
||||
</project>
|
||||
|
|
Loading…
Reference in New Issue