Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.3
-
Fix Version/s: 2.5
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
I 've checkouted a m2 project (spring-richclient) and deployed it to my local repo using the altDeploymentRepository parameter (from MDEPLOY-41).
But the checkout is a SNAPSHOT version and the deployer should replace it with something like spring-richclient-core-0.3.0-20070101.160450-2.jar
like the mvn deploy without altDeploymentRepository does,
but it doesn't:
[INFO] [deploy:deploy]
altDeploymentRepository = ggg-dev::default::scp://mvn.ggg.be/maven/maven2/dev
[INFO] Using alternate deployment repository ggg-dev::default::scp://mvn.ggg.be/maven/maven2/dev
[INFO] Retrieving previous build number from ggg-dev
Uploading: scp://mvn.ggg.be/maven/maven2/dev/org/springframework/richclient/spring-richclient-core/0.3.0-SNAPSHOT/spring-richclient-core-0.3.0-SNAPSHOT.jar
50K uploaded
Attachments
Issue Links
| This issue relates to: | ||||
| MDEPLOY-41 | Deploying to alternate repo specified by -DrepositoryId= |
|
|
|
One of the modules had NullPointerException in it, but according to WAGONSSH-49 that's an independend issue:
[INFO] Using alternate deployment repository ggg-dev::default::scp://mvn.ggg.be/maven/maven2/dev
[INFO] Retrieving previous build number from ggg-dev
Uploading: scp://mvn.ggg.be/maven/maven2/dev/org/springframework/richclient/spring-richclient/0.3.0-SNAPSHOT/spring-richclient-0.3.0-SNAPSHOT.pom
37K uploaded
Exception in thread "Exec thread mvn.ggg.be" java.lang.NullPointerException
at com.jcraft.jsch.ChannelSession.run(Unknown Source)
at java.lang.Thread.run(Thread.java:619)