Skip to content

Commit b3cd18a

Browse files
committed
Added more release plugins [skip ci]
1 parent f6c33de commit b3cd18a

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

pom.xml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,32 @@
211211
</execution>
212212
</executions>
213213
</plugin>
214+
<plugin>
215+
<groupId>org.apache.maven.plugins</groupId>
216+
<artifactId>maven-source-plugin</artifactId>
217+
<version>2.2.1</version>
218+
<executions>
219+
<execution>
220+
<id>attach-sources</id>
221+
<goals>
222+
<goal>jar-no-fork</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+
<version>2.9.1</version>
231+
<executions>
232+
<execution>
233+
<id>attach-javadocs</id>
234+
<goals>
235+
<goal>jar</goal>
236+
</goals>
237+
</execution>
238+
</executions>
239+
</plugin>
214240
<plugin>
215241
<groupId>org.apache.maven.plugins</groupId>
216242
<artifactId>maven-gpg-plugin</artifactId>

0 commit comments

Comments
 (0)