[ https://issues.apache.org/jira/browse/SM-2150?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13233981#comment-13233981 ]
Freeman Fang commented on SM-2150: ---------------------------------- Hi, The drools artifacts is in jboss maven repository and we already have this repository in smx3 root pom.xml {code} <!-- For Drools --> <repository> <id>jboss</id> <name>JBoss Maven Repo</name> <url>http://repository.jboss.com/nexus/content/groups/public/</url> </repository> {code} so you should be able to build it, actually from your build log, it already try to reach jboss repository, but probably your firewall or jboss repository temporary down cause issue. > Building of ServiceMix :: Samples :: Loan Broker :: fails > --------------------------------------------------------- > > Key: SM-2150 > URL: https://issues.apache.org/jira/browse/SM-2150 > Project: ServiceMix > Issue Type: Bug > Components: samples > Affects Versions: 3.5.0 > Environment: Windows XP SP3, ServiceMix 3.5.0 trunk > Reporter: Vinay R Thykkuttathil > Assignee: Freeman Fang > Priority: Minor > Labels: newbie > Fix For: 3.5.0 > > > Building the Loan Broker sample fails > [INFO] ServiceMix :: Samples :: Loan Broker :: Drools .... FAILURE [6:09.547s] > The repository information for Drools seems to be hardcoded in the pom.xml > and that is a broken link > Downloading: > http://svn.apache.org/repos/asf/servicemix/m2-repo/org/drools/drools-compiler/5.1.1/drools-compiler-5.1.1.pom > Downloading: > http://repository.jboss.com/nexus/content/groups/public/org/drools/drools-compiler/5.1.1/drools-compiler-5.1.1.pom > Downloading: > http://repo1.maven.org/maven2/org/drools/drools-compiler/5.1.1/drools-compiler-5.1.1.pom > Downloading: > http://svn.apache.org/repos/asf/servicemix/m2-repo/org/drools/drools-compiler/5.1.1/drools-compiler-5.1.1.pom > Downloading: > http://svn.apache.org/repos/asf/servicemix/m2-repo/org/antlr/antlr-master/3.3/antlr-master-3.3.pom > Downloading: > http://repository.jboss.com/nexus/content/groups/public/org/antlr/antlr-master/3.3/antlr-master-3.3.pom > Downloading: > http://repo1.maven.org/maven2/org/antlr/antlr-master/3.3/antlr-master-3.3.pom > Downloaded: > http://repo1.maven.org/maven2/org/antlr/antlr-master/3.3/antlr-master-3.3.pom > (10 KB at 64.9 KB/sec) > Downloading: > http://svn.apache.org/repos/asf/servicemix/m2-repo/org/antlr/antlr/3.3/antlr-3.3.pom > Downloading: > http://repository.jboss.com/nexus/content/groups/public/org/antlr/antlr/3.3/antlr-3.3.pom > Downloading: http://repo1.maven.org/maven2/org/antlr/antlr/3.3/antlr-3.3.pom > Downloaded: http://repo1.maven.org/maven2/org/antlr/antlr/3.3/antlr-3.3.pom > (4 KB at 43.5 KB/sec) > Downloading: > http://svn.apache.org/repos/asf/servicemix/m2-repo/org/antlr/stringtemplate/3.2.1/stringtemplate-3.2.1.pom > Downloading: > http://repository.jboss.com/nexus/content/groups/public/org/antlr/stringtemplate/3.2.1/stringtemplate-3.2.1.pom > Downloading: > http://repo1.maven.org/maven2/org/antlr/stringtemplate/3.2.1/stringtemplate-3.2.1.pom > Downloaded: > http://repo1.maven.org/maven2/org/antlr/stringtemplate/3.2.1/stringtemplate-3.2.1.pom > (8 KB at 117.5 KB/sec) > Downloading: > http://svn.apache.org/repos/asf/servicemix/m2-repo/org/eclipse/jdt/core/compiler/ecj/3.5.1/ecj-3.5.1.pom > Downloading: > http://repository.jboss.com/nexus/content/groups/public/org/eclipse/jdt/core/compiler/ecj/3.5.1/ecj-3.5.1.pom > Downloading: > http://repo1.maven.org/maven2/org/eclipse/jdt/core/compiler/ecj/3.5.1/ecj-3.5.1.pom > Downloaded: > http://repo1.maven.org/maven2/org/eclipse/jdt/core/compiler/ecj/3.5.1/ecj-3.5.1.pom > (2 KB at 20.0 KB/sec) > Downloading: > http://svn.apache.org/repos/asf/servicemix/m2-repo/org/mvel/mvel2/2.1.0.drools4/mvel2-2.1.0.drools4.pom > Downloading: > http://repository.jboss.com/nexus/content/groups/public/org/mvel/mvel2/2.1.0.drools4/mvel2-2.1.0.drools4.pom > Downloading: > http://repo1.maven.org/maven2/org/mvel/mvel2/2.1.0.drools4/mvel2-2.1.0.drools4.pom > Downloaded: > http://repo1.maven.org/maven2/org/mvel/mvel2/2.1.0.drools4/mvel2-2.1.0.drools4.pom > (10 KB at 121.1 KB/sec) > Instead, link to 5.3.1.FINAL that is in Maven Central -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira