maven_templates.maven-javadoc-plugin.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of project-keeper-core Show documentation
Show all versions of project-keeper-core Show documentation
Project keeper is a tool that verifies and fixes project setups.
<plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> <version>3.5.0</version> <executions> <execution> <id>attach-javadocs</id> <goals> <goal>jar</goal> </goals> </execution> </executions> <configuration> <charset>UTF-8</charset> <doclint/> <serialwarn>true</serialwarn> <failOnError>true</failOnError> <failOnWarnings>true</failOnWarnings> </configuration> </plugin>
© 2015 - 2024 Weber Informatics LLC | Privacy Policy