attach jars to source generation.
This commit is contained in:
Scott Battaglia 2011-06-21 02:07:18 +00:00
parent 7d4c35417f
commit 37ed0719e3
1 changed files with 11 additions and 0 deletions

11
pom.xml
View File

@ -77,6 +77,17 @@
<threadCount>1</threadCount>
</configuration>
</plugin>
<plugin>
<artifactId>maven-source-plugin</artifactId>
<executions>
<execution>
<id>attach-sources</id>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
</plugin>
<!--
<plugin>
<groupId>com.atlassian.maven.plugins</groupId>