Create sources jar aswell

This commit is contained in:
Mark Vainomaa 2017-02-20 18:58:19 +02:00
parent 0d0153dcce
commit de3429bd89
1 changed files with 14 additions and 0 deletions

14
pom.xml
View File

@ -92,6 +92,20 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>3.0.1</version>
<executions>
<execution>
<id>attach-sources</id>
<phase>verify</phase>
<goals>
<goal>jar-no-fork</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<artifactId>maven-deploy-plugin</artifactId>
<version>2.8.1</version>