We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b238bd5 commit 8637f3cCopy full SHA for 8637f3c
pom.xml
@@ -109,6 +109,18 @@
109
</relocations>
110
</configuration>
111
</plugin>
112
+ <plugin>
113
+ <groupId>org.apache.maven.plugins</groupId>
114
+ <artifactId>maven-javadoc-plugin</artifactId>
115
+ <version>3.5.1</version>
116
+ <configuration>
117
+ <!-- Don't fail the build if there are missing Javadocs -->
118
+ <failOnError>false</failOnError>
119
+
120
+ <!-- Optionally, allow missing comments/tags -->
121
+ <quiet>true</quiet>
122
+ </configuration>
123
+ </plugin>
124
</plugins>
125
<finalName>${project.artifactId}-${project.version}.${buildNumber}</finalName>
126
</build>
0 commit comments