install:install-file ignores -DrepositoryLayout
-----------------------------------------------
Key: MINSTALL-36
URL: http://jira.codehaus.org/browse/MINSTALL-36
Project: Maven 2.x Install Plugin
Issue Type: Bug
Affects Versions: 2.2
Reporter: Joerg Vater
Attachments: InstallFileMojo.java.patch
install:install-file accepts parameter -DrepositoryLayout=legacy, but the
parameter is ignored.
This is due to an error in InstallFileMojo.java. The repositoryLayout parameter
must be of type String and then be mapped to an ArtifactRepositoryLayout (see
e.g. maven-deploy-plugin). With the attached patch for me it worked fine.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira