Bugs item #2335841, was opened at 2008-11-24 14:10 Message generated for change (Settings changed) made by jevonwright You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=497982&aid=2335841&group_id=61302
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Maven Group: None >Status: Closed Resolution: Works For Me Priority: 7 Private: No Submitted By: Jevon Wright (jevonwright) Assigned to: Julien HENRY (henryju) Summary: Cannot build site with Maven: Unable to find the mojo Initial Comment: I am having difficulty compiling the site using Maven 2.0.9: > mvn site ... [ERROR] BUILD ERROR [INFO] ------------------------------------------------------------------------ [INFO] Error getting reports from the plugin 'org.apache.maven.plugins:maven-checkstyle-plugin': Unable to find the mojo 'org.apache.maven.plugins:maven-checkstyle-plugin:2.2:checkstyle' in the plugin 'org.apache.maven.plugins:maven-checkstyle-plugin' org/codehaus/plexus/util/StringInputStream The checkstyle plugin is definitely in my .m2 repository and I'm stuck. Any ideas? ---------------------------------------------------------------------- Comment By: Jevon Wright (jevonwright) Date: 2008-11-26 17:34 Message: Yes, deleting my repository and starting from scratch has solved the problem. Thanks for the help :) ---------------------------------------------------------------------- Comment By: Julien HENRY (henryju) Date: 2008-11-25 08:22 Message: Works for me at home with a fresh new installation: $ mvn -v Maven version: 2.0.9 Java version: 1.6.0_10 OS name: "linux" version: "2.6.27.5-desktop-2mnb" arch: "amd64" Family: "unix" I've noticed that repo1 is very slow these days. Perhaps may you try with another repo mirror. ---------------------------------------------------------------------- Comment By: Julien HENRY (henryju) Date: 2008-11-24 14:37 Message: I have nearly the same configuration at my job where it build fine (the only difference is I have 1.6.0_05). Now I'm trying to build at home with a fresh install to see if I have the same issue. ---------------------------------------------------------------------- Comment By: Jevon Wright (jevonwright) Date: 2008-11-24 14:33 Message: >mvn -v Maven version: 2.0.9 Java version: 1.6.0_02 OS name: "windows xp" version: "5.1" arch: "x86" Family: "windows" I will try reinstalling the repository fresh later this evening, but my current repository is only around a month old. I tried removing the checkstyle plugin and it downloaded it again with no change. ---------------------------------------------------------------------- Comment By: Julien HENRY (henryju) Date: 2008-11-24 14:29 Message: Could you post the output of mvn -v Have you tried with a fresh new repository (delete ~/.m2/repository)? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=497982&aid=2335841&group_id=61302 ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ JWebUnit-development mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jwebunit-development
