Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Cannot Reproduce
-
Affects Version/s: None
-
Fix Version/s: None
-
Labels:None
-
Environment:maven 1.0, win2k, jdk1.4.2
-
Number of attachments :
Description
When I pass the -Dmaven.dist.bin.archive.dir I still get the distributions in the project's target directory. I've tried several times with different directories on windows and unix, for example on windows:
maven -Dmaven.dist.bin.archive.dir=/temp dist:build-bin
maven -Dmaven.dist.bin.archive.dir=d:/temp dist:build-bin
maven -Dmaven.dist.bin.archive.dir=d:\temp\ dist:build-bin
and on unix:
maven -Dmaven.dist.bin.archive.dir=~/tmp dist:build-bin
produces an error that the directory doesn't exist and if I use the full path then it completes but the archives are all under the project's target directory.
update?