option on install-file to generate a skeleton pom
-------------------------------------------------

         Key: MNG-1407
         URL: http://jira.codehaus.org/browse/MNG-1407
     Project: Maven 2
        Type: Improvement
  Components: maven-install-plugin  
    Versions: 2.1    
    Reporter: Matthew Pocock
    Priority: Minor


Sometimes I need to add jars to my local repo using something like:

  mvn install:install-file -Dfile=.. -DartifactId=.. -DgroupId=... 
-Dversion=... -Dtype=jar

This doesn't generate a pom, which can cause trixinesses. Could we have a 
-DgeneratePom=true option that writes a skeleton pom in for the artifact? it 
would default to false.


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to