KT-3725 build sources.jar for all maven modules

This commit is contained in:
Leonid Shalupov
2013-07-08 00:56:11 +04:00
parent fee0902399
commit d0765d5e4a
3 changed files with 17 additions and 32 deletions
+17
View File
@@ -160,6 +160,23 @@
</systemProperties>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<configuration>
</configuration>
<executions>
<execution>
<phase>package</phase>
<id>attach-sources</id>
<goals>
<goal>jar-no-fork</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>