Skip to content

Commit e782f6c

Browse files
committed
Added javadoc maven plugin
1 parent eaf2dbf commit e782f6c

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
@@ -57,6 +57,19 @@
5757
</execution>
5858
</executions>
5959
</plugin>
60+
<plugin>
61+
<groupId>org.apache.maven.plugins</groupId>
62+
<artifactId>maven-javadoc-plugin</artifactId>
63+
<version>2.10.3</version>
64+
<executions>
65+
<execution>
66+
<id>attach-javadocs</id>
67+
<goals>
68+
<goal>jar</goal>
69+
</goals>
70+
</execution>
71+
</executions>
72+
</plugin>
6073
<plugin>
6174
<groupId>org.apache.maven.plugins</groupId>
6275
<artifactId>maven-gpg-plugin</artifactId>
@@ -93,6 +106,10 @@
93106
<groupId>org.apache.maven.plugins</groupId>
94107
<artifactId>maven-source-plugin</artifactId>
95108
</plugin>
109+
<plugin>
110+
<groupId>org.apache.maven.plugins</groupId>
111+
<artifactId>maven-javadoc-plugin</artifactId>
112+
</plugin>
96113
<plugin>
97114
<groupId>org.apache.maven.plugins</groupId>
98115
<artifactId>maven-gpg-plugin</artifactId>

0 commit comments

Comments
 (0)