[ http://jira.codehaus.org/browse/MOJO-247?page=comments#action_56396 ]
Trygve Laugstol commented on MOJO-247: -------------------------------------- As I said earlier: Go into the directory above the XSLT plugin and execute: $ mvn -N install This means: $ svn co svn://svn.codehaus.org/mojo/scm/trunk/mojo/mojo-sandbox/ mojo-sandbox $ cd mojo-sandbox $ mvn -N install You're missing the parent POM of the xslt-maven-plugin which lives in the directory above the XSLT plugin. You might also miss the parent's parent pom so you should probably check out all of the Mojo project and do the same mvn -N install in that parent directory. > Cannot build xslt-maven-plugin > ------------------------------ > > Key: MOJO-247 > URL: http://jira.codehaus.org/browse/MOJO-247 > Project: Mojo > Type: Bug > Components: sandbox > Versions: 1.0 > Environment: Windows XP, Maven 2.0.1 > Reporter: Sean Schofield > Assignee: Trygve Laugstol > Priority: Blocker > > > Latest source code does not build. Maven complains about > org.codehaus.mojo:mojo-sandbox:pom:2-SNAPSHOT not being found. -- 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
