Default generatePom to true
---------------------------

                 Key: MINSTALL-57
                 URL: http://jira.codehaus.org/browse/MINSTALL-57
             Project: Maven 2.x Install Plugin
          Issue Type: Improvement
    Affects Versions: 2.2
            Reporter: Benjamin Bentmann
            Priority: Minor


{code:java}
 // TODO: check if it exists first, and default to true if not
if ( generatePom )
{
    ....
}
{code}
+1

Otherwise users easily wonder why Maven keeps trying to download the POM on 
each build.

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