Christian Kulenkampff

Results 5 comments of Christian Kulenkampff

Usually the groupid refers to the project. See http://central.sonatype.org/pages/choosing-your-coordinates.html > The groupId identifies your project uniquely across all projects and you control this section of the overall name-space. I think...

> Would you be willing to test this for me? Yes. I will try to create some kind of integration test for this.

Wow so fast! I did a small test with Gradle. It works like a charm! ``` plugins { id 'groovy' } repositories { maven { name = 'ceylon-herd' url =...

But what is about other projects? Let's assume somebody wants to publish to Maven Central and Herd. In this situation it would be very important to be able to control...

> Here's another idea: how about org.ceylon-lang.modules? i.e. the address of modules in Herd? Imagine a big project that uses a Ceylon module which itself depends on a Java-Jar module...