Create a java source code artifact handler
------------------------------------------
Key: MAVEN-1736
URL: http://jira.codehaus.org/browse/MAVEN-1736
Project: Maven
Type: New Feature
Components: model
Versions: 1.1-beta-2
Reporter: Stephane Nicoll
Assigned to: Stephane Nicoll
Maven one does not allow to deploy java source code to the remote repository.
This is needed to improve IDE supports in order to be able to debug code and
have a link to the source code.
Both the eclipse plugin and the mevenide plugin use a custom solution to link
to source code. We need to standardize this behavior to allow the artifact
plugin to deploy java source code.
The proposed standardization is
{noformat}
${groupId}/java-sources/${artifactId}-${version}-sources.jar
{noformat}
Note that this format is currently used by the eclise plugin 1.10 and is the
standard location where source artifacts are deployed by the m2 source plugin
in a legacy/m1 repository layout.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/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]