Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.

Commit b7e3725

Browse files
author
tvtreeck
committed
Final version
1 parent fdb638a commit b7e3725

File tree

4 files changed

+16
-0
lines changed

4 files changed

+16
-0
lines changed
3.74 MB
Binary file not shown.
3.38 MB
Binary file not shown.

pom.xml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,22 @@
9393
</execution>
9494
</executions>
9595
</plugin>
96+
<plugin>
97+
<groupId>org.apache.maven.plugins</groupId>
98+
<artifactId>maven-javadoc-plugin</artifactId>
99+
<version>3.0.0</version>
100+
<configuration>
101+
<doclint>none</doclint>
102+
</configuration>
103+
<executions>
104+
<execution>
105+
<id>attach-javadocs</id>
106+
<goals>
107+
<goal>jar</goal>
108+
</goals>
109+
</execution>
110+
</executions>
111+
</plugin>
96112
</plugins>
97113
</build>
98114

0 commit comments

Comments
 (0)