>From Incubator's point of view it doesn't matter where "incubating" is in the names, but if you want to play nice with Maven users, I suggest that you put it in the "version" and at the "end". This allows the artifactId and groupId to remain intact when you leave Incubator, and Maven's version resolution (latest, SNAPSHOT and such) can only handle non-numbers after the formal version.
Cheers On Wed, May 20, 2009 at 11:12 PM, scott comer <[email protected]> wrote: > so there was a discussion awhile back about artifact names. since we are > trying to get this right in > release 1.1... > > currently we build artifacts named like this: > > etch-ant-plugin-1.1.0-src.zip > etch-ant-plugin-1.1.0.jar > etch-compiler-1.1.0-src.zip > etch-compiler-1.1.0.jar > etch-csharp-compiler-1.1.0-src.zip > etch-csharp-compiler-1.1.0.jar > etch-java-compiler-1.1.0-src.zip > etch-java-compiler-1.1.0.jar > etch-java-runtime-1.1.0-src.zip > etch-java-runtime-1.1.0.jar > etch-xml-compiler-1.1.0-src.zip > etch-xml-compiler-1.1.0.jar > > i'm thinking this needs to be something like this: > > etch-ant-plugin-incubating-1.1.0-src.zip > etch-ant-plugin-incubating-1.1.0.jar > etch-compiler-incubating-1.1.0-src.zip > etch-compiler-incubating-1.1.0.jar > etch-csharp-compiler-incubating-1.1.0-src.zip > etch-csharp-compiler-incubating-1.1.0.jar > etch-java-compiler-incubating-1.1.0-src.zip > etch-java-compiler-incubating-1.1.0.jar > etch-java-runtime-incubating-1.1.0-src.zip > etch-java-runtime-incubating-1.1.0.jar > etch-xml-compiler-incubating-1.1.0-src.zip > etch-xml-compiler-incubating-1.1.0.jar > > right? wrong? > > scott out > > -- 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
