Skip to content

Commit ed3c8de

Browse files
committed
add javadocs
1 parent 0ea743f commit ed3c8de

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

pom.xml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,20 @@
168168
</configuration>
169169
</plugin>
170170

171+
<plugin>
172+
<groupId>org.apache.maven.plugins</groupId>
173+
<artifactId>maven-javadoc-plugin</artifactId>
174+
<version>${version.maven.plugin.javadoc}</version>
175+
<executions>
176+
<execution>
177+
<id>attach-javadocs</id>
178+
<goals>
179+
<goal>jar</goal>
180+
</goals>
181+
</execution>
182+
</executions>
183+
</plugin>
184+
171185
<plugin>
172186
<groupId>org.apache.maven.plugins</groupId>
173187
<artifactId>maven-dependency-plugin</artifactId>

0 commit comments

Comments
 (0)