Skip to content

Commit cfaa36f

Browse files
added javadoc plugin
1 parent 01bc4e1 commit cfaa36f

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

pom.xml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -488,6 +488,23 @@
488488
</execution>
489489
</executions>
490490
</plugin>
491+
<plugin>
492+
<groupId>org.apache.maven.plugins</groupId>
493+
<artifactId>maven-javadoc-plugin</artifactId>
494+
<version>${maven-javadoc-plugin.version}</version>
495+
<configuration>
496+
<failOnError>false</failOnError>
497+
</configuration>
498+
<executions>
499+
<execution>
500+
<id>attach-javadocs</id>
501+
<phase>package</phase>
502+
<goals>
503+
<goal>jar</goal>
504+
</goals>
505+
</execution>
506+
</executions>
507+
</plugin>
491508
</plugins>
492509
</build>
493510
<profiles>

0 commit comments

Comments
 (0)