We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb4585b commit 0cfbfdeCopy full SHA for 0cfbfde
1 file changed
pom.xml
@@ -143,6 +143,19 @@
143
</execution>
144
</executions>
145
</plugin>
146
+ <plugin>
147
+ <groupId>org.apache.maven.plugins</groupId>
148
+ <artifactId>maven-javadoc-plugin</artifactId>
149
+ <version>3.1.1</version>
150
+ <executions>
151
+ <execution>
152
+ <id>attach-javadocs</id>
153
+ <goals>
154
+ <goal>jar</goal>
155
+ </goals>
156
+ </execution>
157
+ </executions>
158
+ </plugin>
159
</plugins>
160
</build>
161
0 commit comments