Check this post out:
http://blog.interface21.com/main/200...e-in-the-jira/
Check this post out:
http://blog.interface21.com/main/200...e-in-the-jira/
In the mean time, simply download the full spring.jar and install it in manually in your Maven repository using the following command:
mvn install:install-file -DgroupId=org.springframework -DartifactId=spring -Dversion=2.0-rc4 -Dpackaging=jar -Dfile=spring.jar -DgeneratePom=true
Then you can use this dependency in your POM.
Sure it's not as "clean" as automatically downloading the JAR and its dependencies from iBiblio, but you won't have to migrate back to Ant.
Thanks for the tip! I am working on an example using the petportal application and Maven2. My hope is that anyone working from any machine will be able to download it and package it up, without resorting to using specialized Maven settings. I'm not in too much of a rush. It looks like pretty soon those POM files will be up.![]()