On Jun 18, 2007, at 2:55 PM, Erik B. Craig wrote:
Hey all,
After downloading the copy of 2.0M6 that's in the repo and
attempting a build, I am getting some errors pertaining to maven
being unable to locate http://repo1.maven.org/maven2/org/apache/
geronimo/plugins/car-maven
-plugin/2.0-M6/car-maven-plugin-2.0-M6.jar. I checked out that URL,
and it does indeed seem to be missing. I have tried wiping my local
maven repository, and doing a mvn clean install as well afterwards,
and it's still a no go.
Here's the output from maven...
Anyone have any thoughts? Is one of the pom.xml files a little
messed up, or is it something I've done?
Hi Erik,
I don't believe that all M6 artifacts were deployed to maven. I don't
think we've fully deployed any of the 2.0-Mx releases.
You'll need to do a bootstrap build:
mvn install -Dstage=bootstrap
--kevan