We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 352ce96 commit d342053Copy full SHA for d342053
pom.xml
@@ -133,6 +133,19 @@
133
</execution>
134
</executions>
135
</plugin>
136
+ <plugin>
137
+ <groupId>org.apache.maven.plugins</groupId>
138
+ <artifactId>maven-javadoc-plugin</artifactId>
139
+ <version>2.9.1</version>
140
+ <executions>
141
+ <execution>
142
+ <id>attach-javadocs</id>
143
+ <goals>
144
+ <goal>jar</goal>
145
+ </goals>
146
+ </execution>
147
+ </executions>
148
+ </plugin>
149
</plugins>
150
</build>
151
0 commit comments