Add sources to maven distribution
---------------------------------
Key: TAPESTRY-1005
URL: http://issues.apache.org/jira/browse/TAPESTRY-1005
Project: Tapestry
Type: Improvement
Components: Build
Versions: 4.1
Reporter: Mark Reynolds
It would be very helpful to add the sources to the maven distribution of 4.1.
I'm not positive, but I believe all you need to do is add an execution to the
sources plugin in the root pom like this:
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<executions>
<execution>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]