Skip to content

Commit 79b7f0f

Browse files
alicederyncushon
authored andcommitted
Create source and JavaDoc JARs
1 parent fc669e2 commit 79b7f0f

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

pom.xml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,30 @@
212212
</archive>
213213
</configuration>
214214
</plugin>
215+
<plugin>
216+
<groupId>org.apache.maven.plugins</groupId>
217+
<artifactId>maven-source-plugin</artifactId>
218+
<executions>
219+
<execution>
220+
<id>attach-sources</id>
221+
<goals>
222+
<goal>jar</goal>
223+
</goals>
224+
</execution>
225+
</executions>
226+
</plugin>
227+
<plugin>
228+
<groupId>org.apache.maven.plugins</groupId>
229+
<artifactId>maven-javadoc-plugin</artifactId>
230+
<executions>
231+
<execution>
232+
<id>attach-javadocs</id>
233+
<goals>
234+
<goal>jar</goal>
235+
</goals>
236+
</execution>
237+
</executions>
238+
</plugin>
215239
<plugin>
216240
<groupId>org.apache.maven.plugins</groupId>
217241
<artifactId>maven-shade-plugin</artifactId>

0 commit comments

Comments
 (0)