[ http://jira.codehaus.org/browse/MNG-18?page=comments#action_41282 ]
Kenney Westerhof commented on MNG-18: ------------------------------------- I was asked by John to comment here: there's an issue regarding offline mode that produces an NPE. How to reproduce: remove the ~/.m2/repository/org/apache/maven/plugins dir and try to build maven-plugins using m2 install -o. It NPE's in ArtifactVersionTransformation comparing 2 versions (artifact and 'extracted' pom) which probably both are null. Here's the stacktrace: http://rafb.net/paste/results/6vQn5i42.html. Maybe it helps pinning down some issues while refactoring. > Add offline mode > ---------------- > > Key: MNG-18 > URL: http://jira.codehaus.org/browse/MNG-18 > Project: Maven 2 > Type: Improvement > Reporter: Trygve Laugstol > Fix For: 2.0-beta-1 > > Time Spent: 4 hours > -- 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]
