Skip to content

Commit ff1035c

Browse files
committed
Add docs and sources
Signed-off-by: Stefan Wiedemann <wistefan@googlemail.com>
1 parent 6ac1823 commit ff1035c

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

pom.xml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,13 +216,29 @@
216216
<groupId>org.apache.maven.plugins</groupId>
217217
<artifactId>maven-source-plugin</artifactId>
218218
<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>
219227
</plugin>
220228

221229
<!-- Attach javadocs -->
222230
<plugin>
223231
<groupId>org.apache.maven.plugins</groupId>
224232
<artifactId>maven-javadoc-plugin</artifactId>
225233
<version>${version.org.apache.maven.plugins.maven-javadoc-plugin}</version>
234+
<executions>
235+
<execution>
236+
<id>attach-javadocs</id>
237+
<goals>
238+
<goal>jar</goal>
239+
</goals>
240+
</execution>
241+
</executions>
226242
</plugin>
227243
</plugins>
228244
</build>

0 commit comments

Comments
 (0)