Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.3
-
Fix Version/s: 2.6
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
deploy:deploy does, but deploy:deploy-file doesn't have a parameter to tell him where the sources jar is:
mvn deploy:deploy-file -Dfile=$artifactFile -DpomFile=$pomFile -Durl=$toRepo
Issue Links
- is related to
-
MINSTALL-49
install-file with javadoc and sources
-
- relates to
-
MDEPLOY-43
Deploy plugin does not consider artifact type when deploying snapshots
-
-
MGPG-36
Add suport for MDEPLOY-48
-
-
MNG-4452
Metadata for snapshots should include classifier
-
the workaround of scp'ing the sources jar manually isn't that good because it misses out on sha and md5's.