[
https://jira.codehaus.org/browse/MNG-5063?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Robert Scholte updated MNG-5063:
--------------------------------
Description:
Installing a dll file into local repository works fine when typing all required
parameters like below:
{{mvn install:install-file -Dfile=myfile.dll -DgroupId=my.group.id
-DartifactId=myartifact -Dversion=1.0 -Dpackaging=dll -DgeneratePom=true}}
Although, when I create a pom file with such descriptions and try to install it
like:
{{mvn install:install-file -Dfile=myfile.dll -DpomFile=./pom.xml}}
an error message is displayed:
{noformat}
[ERROR] Unknown packaging: dll @ line 8, column 16
{noformat}
was:
Installing a dll file into local repository works fine when typing all required
parameters like below:
mvn install:install-file -Dfile=myfile.dll -DgroupId=my.group.id
-DartifactId=myartifact -Dversion=1.0 -Dpackaging=dll -DgeneratePo
m=true
Although, when I create a pom file with such descriptions and try to install it
like:
mvn install:install-file -Dfile=myfile.dll -DpomFile=./pom.xml
an error message is displayed:
[ERROR] Unknown packaging: dll @ line 8, column 16
> Unable to install file with existing pom with <packaging> element set to 'dll'
> ------------------------------------------------------------------------------
>
> Key: MNG-5063
> URL: https://jira.codehaus.org/browse/MNG-5063
> Project: Maven 2 & 3
> Issue Type: Bug
> Components: Command Line
> Affects Versions: 3.0.3
> Environment: Windows XP 32 bits
> JRE 6 update 24
> Reporter: Alexandre de Paula
> Assignee: Robert Scholte
> Priority: Minor
>
> Installing a dll file into local repository works fine when typing all
> required parameters like below:
> {{mvn install:install-file -Dfile=myfile.dll -DgroupId=my.group.id
> -DartifactId=myartifact -Dversion=1.0 -Dpackaging=dll -DgeneratePom=true}}
> Although, when I create a pom file with such descriptions and try to install
> it like:
> {{mvn install:install-file -Dfile=myfile.dll -DpomFile=./pom.xml}}
> an error message is displayed:
> {noformat}
> [ERROR] Unknown packaging: dll @ line 8, column 16
> {noformat}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira