Greetings, I'm attempting to build sample code for the Grails In Action book. The build fails with the "inconsistent module descriptor file" error (see below). I assume it indicates a problem in the maven repository, right? Is there any way to overcome it? Thanks.
[ivy:retrieve] [ivy:retrieve] :: problems summary :: [ivy:retrieve] :::: WARNINGS [ivy:retrieve] :::::::::::::::::::::::::::::: :::::::::::::::: [ivy:retrieve] :: UNRESOLVED DEPENDENCIES :: [ivy:retrieve] :::::::::::::::::::::::::::::::::::::::::::::: [ivy:retrieve] :: commons-discovery#commons-discovery;20030211.213356: java.text.ParseException: inconsistent module descriptor file found in ' http://repo1.maven.org/maven2/commons-discovery/commons-discovery/20030211.213356/commons-discovery-20030211.213356.pom': bad revision: expected='20030211.213356' found='0.2-dev'; [ivy:retrieve] :::::::::::::::::::::::::::::::::::::::::::::: [ivy:retrieve] :::: ERRORS [ivy:retrieve] public: bad revision found in http://repo1.maven.org/maven2/commons-discovery/commons-discovery/20030211.213356/commons-discovery-20030211.213356.pom: expected='20030211.213356 found='0.2-dev' [ivy:retrieve] [ivy:retrieve] :: USE VERBOSE OR DEBUG MESSAGE LEVEL FOR MORE DETAILS BUILD FAILED /home/ams/projects/grails/GrailsInAction/hubbub/build.xml:60: impossible to resolve dependencies: resolve failed - see output for details -- Aaron Stromas
