Never mind. (I hate it when you post a question and then immediately find
the answer!)

For anybody else the correct dependency format is:

    <dependency>
        <groupId>org.drools</groupId>
        <artifactId>drools-core</artifactId>
        <version>5.0.0.SNAPSHOT</version>
    </dependency>

NOT

    <dependency>
        <groupId>org.drools</groupId>
        <artifactId>drools-core</artifactId>
        <version>5.0.0-SNAPSHOT</version>
    </dependency>


On Fri, Jan 9, 2009 at 2:01 PM, Steven Williams <stevearoo...@gmail.com>wrote:

> Hi all,
>
> I was wondering if anyone knows how to get the nightly snapshot for Drools
> 5 via maven?
>
> I am using the http://snapshots.jboss.org/maven2 repository but the
> snapshot jars have different names to what I was expecting (e.g.
> drools-core-5.0.0.20081110.114826-277.jar as opposed to
> drools-core-5.0.0-SNAPSHOT.jar). Can anyone tell me what settings I should
> use in my pom to get the latest version?
>
> thanks
> Steve
>
> --
> Steven Williams
>
> Supervising Consultant
>
> Object Consulting
> Office: 8615 4500 Mob: 0439 898 668 Fax: 8615 4501
> steven.willi...@objectconsulting.com.au
> www.objectconsulting.com.au
>
> consulting | development | training | support
> our experience makes the difference
>



-- 
Steven Williams

Supervising Consultant

Object Consulting
Office: 8615 4500 Mob: 0439 898 668 Fax: 8615 4501
steven.willi...@objectconsulting.com.au
www.objectconsulting.com.au

consulting | development | training | support
our experience makes the difference
_______________________________________________
rules-users mailing list
rules-users@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users

Reply via email to