Details
-
Type:
New Feature
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.1-beta-2
-
Fix Version/s: 1.1-beta-3
-
Component/s: model
-
Labels:None
-
Number of attachments :
Description
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
${groupId}/java-sources/${artifactId}-${version}-sources.jar
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.
Plugin added to the plugins sandbox
Please comment.