please attach source to repo to all users to download from their IDE
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<executions>
<execution>
<id>attach-sources</id>
<phase>verify</phase>
<goals>
<goal>jar-no-fork</goal>
</goals>
</execution>
</executions>
</plugin>
Original issue reported on code.google.com by minggf...@gmail.com on 6 May 2012 at 2:51
Original issue reported on code.google.com by
minggf...@gmail.com
on 6 May 2012 at 2:51