On Tue, Jul 03, 2007 at 03:13:14PM +0200, Thorsten Heit wrote: > 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?
Maven just complies it can't find http://repository.jboss.com/maven2/org/drools/drools/drools-3.0.5.jar , and there's really no such file. I assume such dependency needs to be configured in a bit different way rather than just <dependency>, as regular one (which has appropriate JAR file)? -- Eugene N Dzhurinsky --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
