Generate source jars

pull/30/head
Jonas Berlin 2017-04-02 23:21:38 +03:00
parent 1f4faf803b
commit c7cd984a24
1 changed files with 12 additions and 0 deletions

12
pom.xml
View File

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