We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 650575e commit ec70c3dCopy full SHA for ec70c3d
pom.xml
@@ -140,7 +140,7 @@
140
<plugin>
141
<groupId>org.apache.maven.plugins</groupId>
142
<artifactId>maven-source-plugin</artifactId>
143
- <version>3.0.1</version>
+ <version>3.1.0</version>
144
<executions>
145
<execution>
146
<id>attach-sources</id>
@@ -150,6 +150,20 @@
150
</execution>
151
</executions>
152
</plugin>
153
+
154
+ <plugin>
155
+ <groupId>org.apache.maven.plugins</groupId>
156
+ <artifactId>maven-javadoc-plugin</artifactId>
157
+ <version>3.1.1</version>
158
+ <executions>
159
+ <execution>
160
+ <id>attach-javadocs</id>
161
+ <goals>
162
+ <goal>jar</goal>
163
+ </goals>
164
+ </execution>
165
+ </executions>
166
+ </plugin>
167
168
</plugins>
169
@@ -187,4 +201,4 @@
187
201
</profile>
188
202
</profiles>
189
203
190
-</project>
204
+</project>
0 commit comments