no project definition leads to NPE in plugin parameter expression evaluator ---------------------------------------------------------------------------
Key: MNG-885 URL: http://jira.codehaus.org/browse/MNG-885 Project: Maven 2 Type: Bug Components: maven-core Reporter: Brett Porter Fix For: 2.0-beta-2 there are two places this can occur: 1) calculation of ${basedir} ro a path derived from it 2) missing values that go to check project properties Should project be null, or should it be a skeleton instance? Either the expression evaluator needs to be fixed (set basedir to user.dir, don't look for properties), or the project needs to be populated. I encountered this attempting to use scm:checkout. -- 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]