Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.6
-
Fix Version/s: 1.7
-
Labels:None
-
Environment:Windows XP
-
Number of attachments :
Description
When goals plugin:repository-deploy, jar:deploy or war:deploy are executed the result is to create the artifacts in a different folder arrangement then specified by the properties. For example, the following properties specify a remote repository:
maven.repo.list=R1
maven.repo.R1=file://c:\\temp\\Maven
maven.repo.R1.directory=repository
After the deploy, the artifacts are located in c:\temp\Mavenrepository. The folder separator is missing between Maven and repository.