We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ac1823 commit ff1035cCopy full SHA for ff1035c
1 file changed
pom.xml
@@ -216,13 +216,29 @@
216
<groupId>org.apache.maven.plugins</groupId>
217
<artifactId>maven-source-plugin</artifactId>
218
<version>${version.org.apache.maven.plugins.maven-source-plugin}</version>
219
+ <executions>
220
+ <execution>
221
+ <id>attach-sources</id>
222
+ <goals>
223
+ <goal>jar</goal>
224
+ </goals>
225
+ </execution>
226
+ </executions>
227
</plugin>
228
229
<!-- Attach javadocs -->
230
<plugin>
231
232
<artifactId>maven-javadoc-plugin</artifactId>
233
<version>${version.org.apache.maven.plugins.maven-javadoc-plugin}</version>
234
235
236
+ <id>attach-javadocs</id>
237
238
239
240
241
242
243
</plugins>
244
</build>
0 commit comments