Merge pull request #30 from xkr47/patch-sourcejar

Generate source jars
pull/32/head
Richard Körber 2017-04-04 10:01:45 +02:00 committed by GitHub
commit 74a77b848e
1 changed files with 13 additions and 0 deletions

13
pom.xml
View File

@ -120,6 +120,19 @@
<localCheckout>true</localCheckout>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>3.0.1</version>
<executions>
<execution>
<id>attach-sources</id>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
<reporting>