Update pom.xml

This commit is contained in:
Alexandre Vanhecke 2018-01-19 20:30:39 +01:00 committed by GitHub
parent b5b03405da
commit 5e61e5c806
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -252,6 +252,13 @@
<show>public</show>
<failOnError>false</failOnError>
</configuration>
<executions>
<execution>
<id>attach-javadocs</id>
<phase>deploy</phase>
<goals><goal>jar</goal></goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>