These warnings and they just say what they say ;) Some jars are not on the repo listed in the pom. You should ask the maven guys why they need to spit so much warnings, but i don' t think we can do anything about them.
As long as the result is BUILD SUCCESSFUL, you should not care about that. Cheers, Guillaume Nodet On 6/2/06, Mike Davis <[EMAIL PROTECTED]> wrote:
I've been trying to get the code setup in an Eclipse project and have been following the guide on the site. When I run mvn eclipse:eclipse I get a whole bunch of problems trying to get the dependencies: Here are just a few of them, there are hundreds of these. Downloading: http://repo.mergere.com/maven2/drools/drools-all-jdk1.4/2.1/drools-all-jdk1.4-2.1-sources.jar [WARNING] Unable to get resource from repository central ( http://repo1.maven.org/maven2) Downloading: http://servicemix.org/m2-repo/drools/drools-all-jdk1.4/2.1/drools-all-jdk1.4-2.1-javadoc.jar [WARNING] Unable to get resource from repository servicemix-m2-repo ( http://servicemix.org/m2-repo) Downloading: http://people.apache.org/~chirino/incubator-activemq-4.0/maven2/drools/drools-all-jdk1.4/2.1/drools-all-jdk1.4-2.1-javadoc.jar [WARNING] Unable to get resource from repository activemq-tmp-repo ( http://people.apache.org/~chirino/incubator-activemq-4.0/maven2) Downloading: http://repo.mergere.com/maven2/drools/drools-all-jdk1.4/2.1/drools-all-jdk1.4-2.1-javadoc.jar [WARNING] Unable to get resource from repository central ( http://repo1.maven.org/maven2) Downloading: http://servicemix.org/m2-repo/janino/janino/2.3.2/janino-2.3.2-sources.jar [WARNING] Unable to get resource from repository servicemix-m2-repo ( http://servicemix.org/m2-repo) Downloading: http://people.apache.org/~chirino/incubator-activemq-4.0/maven2/janino/janino/2.3.2/janino-2.3.2-sources.jar [WARNING] Unable to get resource from repository activemq-tmp-repo ( http://people.apache.org/~chirino/incubator-activemq-4.0/maven2) Downloading: http://repo.mergere.com/maven2/janino/janino/2.3.2/janino-2.3.2-sources.jar [WARNING] Unable to get resource from repository central ( http://repo1.maven.org/maven2) Downloading: http://servicemix.org/m2-repo/janino/janino/2.3.2/janino-2.3.2-javadoc.jar [WARNING] Unable to get resource from repository servicemix-m2-repo ( http://servicemix.org/m2-repo) Downloading: http://people.apache.org/~chirino/incubator-activemq-4.0/maven2/janino/janino/2.3.2/janino-2.3.2-javadoc.jar I do have a ~/.m2/settings.xml with the following: <settings> <mirrors> <mirror> <id>mergere.com</id> <name>Mergere Repository</name> <url>http://repo.mergere.com/maven2</url> <mirrorOf>central</mirrorOf> </mirror> <mirror> <id>mergere.com</id> <name>Mergere Repository</name> <url>http://repo.mergere.com/maven2</url> <mirrorOf>snapshots</mirrorOf> </mirror> <mirror> <id>mergere.com</id> <name>Mergere Repository</name> <url>http://repo.mergere.com/maven2</url> <mirrorOf>codehaus</mirrorOf> </mirror> </mirrors> </settings>
