FYI,

I did a maven build on mmbase.org, which makes the mmbase 1.8.6
release available in the maven1 repostory www.mmbase.org/maven.

So, you can start migrating you projects to maven, without having to
run HEAD immediately.

In principle also the 'weekly' build (running saturday morning) will
run and produce 1.8.7-SNAPSHOT artifacts.

Maven2 can also use this repository. Approximately like so:

<dependency>
      <artifactId>mmbase</artifactId>
      <groupId>mmbase</groupId>
      <version>1.8.6</version>
    </dependency>
    <dependency>
      <artifactId>mmbase-largeobjects</artifactId>
      <groupId>mmbase</groupId>
      <version>1.8.6</version>
    </dependency>

...

  <repository>
      <id>MMBase</id>
      <name>MMBase maven repository</name>
      <url>http://www.mmbase.org/maven/</url>
      <layout>legacy</layout>
    </repository>


Michiel


-- 
mihxil' http://meeuw.org
nl_NL eo_XX en_US
_______________________________________________
Developers mailing list
Developers@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/developers

Reply via email to