You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@servicemix.apache.org by Cybexion <cy...@email.de> on 2008/06/30 12:50:44 UTC

3.3 trunk build not working

Hi,

this morning I took the latest sm sources from svn and tried to build it.
It was complaining that it could not find drools inside the repositories.
I had to add 
        <repository>
            <id>JBOSS-Repository</id>
            <name>JBOSS Repository</name>
            <url>http://repository.jboss.com/maven2</url>
            <releases>
                <enabled>true</enabled>
            </releases>
            <snapshots>
                <enabled>false</enabled>
            </snapshots>
        </repository>
into my root sm pom.
After that it compiled fine.
Could please one of the developers check this?

Thanks and regards
-- 
View this message in context: http://www.nabble.com/3.3-trunk-build-not-working-tp18193020p18193020.html
Sent from the ServiceMix - User mailing list archive at Nabble.com.