Hi, > We need to use JBoss Drools project, there is a special meta-module POM at > http://repository.jboss.com/maven2/org/drools/drools/3.0.5/drools-3.0.5.pom > > I specified the repository in my POM and added dependency: > > <dependency> > <groupId>org.drools</groupId> > <artifactId>drools</artifactId> > <version>3.0.5</version> > </dependency> > > however maven can't download JAR file and fails.
What error message is Maven showing you? Have you already tried "mvn -e -X ..."? Are you behind a firewall? If yes, have you configured any proxy settings? Regards Thorsten --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
