Unable to install file with existing pom with <packaging> element set to 'dll'
------------------------------------------------------------------------------

                 Key: MNG-5063
                 URL: http://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
            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 -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

-- 
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

        

Reply via email to