[
https://jira.jboss.org/jira/browse/JBPM-2293?page=com.atlassian.jira.plug...
]
Alexis Seigneurin commented on JBPM-2293:
-----------------------------------------
Here is the configuration to add to all the POMs of artifacts which contain Java source
code:
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>2.1</version>
<executions>
<execution>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
Deploy the source code in Maven repository
------------------------------------------
Key: JBPM-2293
URL:
https://jira.jboss.org/jira/browse/JBPM-2293
Project: JBoss jBPM
Issue Type: Feature Request
Security Level: Public(Everyone can see)
Reporter: Alexis Seigneurin
It would be great if the source code was attached to the Maven artifacts. That would
really help debugging and navigating in the source code.
This requires using the maven-source-plugin.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira