improve the error message that tells the user how to install missing jars locally ---------------------------------------------------------------------------------
Key: MPREPO-13 URL: http://jira.codehaus.org/browse/MPREPO-13 Project: maven-repository-plugin Issue Type: Improvement Environment: Maven 2.0.4, all platforms Reporter: S. Priority: Minor When a missing dependency is detected, maven reports to the user how to install that dependency locally ('mvn install:install-file...'). However, the instructions are missing the '-DgeneratePom=true' directive. Without it, maven keeps looking for the dependencies in the repo, causing unnecessary delays in the build. I suggest to add '-DgeneratePom=true' to the error message. -- 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