<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>2.1.2</version>
<executions>
<execution>
<id>attach-source</id>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
</plugin>
Arguments against?
Josh
I know Konrad (on this list) wanted this functionality as well, but I didn't know how to do it. If you can augment the TinkerPop project pom.xml's accordingly Josh, that would be fantabulous.
Thanks,
Marko.
Josh