git://wamblee.org
/
utils
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3002b5a
)
fix for javadoc:aggregate
author
Erik Brakkee
<erik@brakkee.org>
Sat, 24 Sep 2022 11:21:08 +0000
(13:21 +0200)
committer
Erik Brakkee
<erik@brakkee.org>
Sat, 24 Sep 2022 11:21:08 +0000
(13:21 +0200)
pom.xml
patch
|
blob
|
history
diff --git
a/pom.xml
b/pom.xml
index 44a1386dc040a5687ec6c653f84abc8bbf17a78b..ec3d564283b1a0149dbd76abd18a398894ac71ac 100644
(file)
--- a/
pom.xml
+++ b/
pom.xml
@@
-314,6
+314,15
@@
<build>
<plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-javadoc-plugin</artifactId>
+ <version>3.4.1</version>
+ <configuration>
+ <failOnError>false</failOnError>
+ <failOnWarnings>false</failOnWarnings>
+ </configuration>
+ </plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>