On Sun, Nov 14, 2010 at 11:38 PM, Rickard Öberg <[email protected]> wrote:
> I looked at the scripts, and they are refreshingly simple. Yes, that is what I like about it too. > Some questions: > * Will the Maven POM's still be there? For a while... > * If yes, we need to keep them in synch right, with dependencies and such? I expect them to go away after next release, when I will go all the way with the Gradle ones, and if that fails, fall back to Maven... > * How does this impact users of Qi4j? In my project we use Maven for all > dependencies. Will the artifacts still be published into a Maven repo? The Qi4j projects will still be published as Maven artifacts as before. This is a requirement for half the Java world by now... If you run; ./gradlew you should get a pom built in target/poms or something like that. Cheers -- Niclas Hedhman, Software Developer http://www.qi4j.org - New Energy for Java I live here; http://tinyurl.com/2qq9er I work here; http://tinyurl.com/2ymelc I relax here; http://tinyurl.com/2cgsug _______________________________________________ qi4j-dev mailing list [email protected] http://lists.ops4j.org/mailman/listinfo/qi4j-dev

