ok, here are the current artifact names:

ApacheEtchCsharpIncubating.dll
ApacheEtchCsharpIncubating.pdb
ApacheEtchCsharpIncubatingSrc.zip
apache-etch-ant-plugin-1.1.0-incubating-src.zip
apache-etch-ant-plugin-1.1.0-incubating.jar
apache-etch-compiler-1.1.0-incubating-src.zip
apache-etch-compiler-1.1.0-incubating.jar
apache-etch-csharp-compiler-1.1.0-incubating-src.zip
apache-etch-csharp-compiler-1.1.0-incubating.jar
apache-etch-java-compiler-1.1.0-incubating-src.zip
apache-etch-java-compiler-1.1.0-incubating.jar
apache-etch-java-runtime-1.1.0-incubating-src.zip
apache-etch-java-runtime-1.1.0-incubating.jar
apache-etch-xml-compiler-1.1.0-incubating-src.zip
apache-etch-xml-compiler-1.1.0-incubating.jar

currently the jars would be installed for maven with flags like these:

mvn install:install-file "-Dfile=apache-etch-ant-plugin-1.1.0-incubating.jar" -DgroupId=org.apache.etch -DartifactId=apache-etch-ant-plugin -Dversion=1.1.0 -Dpackaging=jar

source zips are installed like this:

mvn install:install-file "-Dfile=apache-etch-ant-plugin-1.1.0-incubating-src.zip" -DgroupId=org.apache.etch -DartifactId=apache-etch-ant-plugin -Dversion=1.1.0 -Dpackaging=jar -Dclassifier=sources

are these the appropriate flags? incubating doesn't appear except in the file name.

scott out

Niclas Hedhman wrote:
On Sat, May 23, 2009 at 3:03 AM, rick bolkey <[email protected]> wrote:
Maven wise, "incubating" becomes the classifier of the artifact if it's
after the version number.  Kind of makes sense.

No, this is incorrect. Classifiers are reserved for other use, such as
javadoc, sources, and various secondary artifacts in some module types
(wars, ears, IIRC). Sticking in "incubating" in a classifier will not
be a good idea.

Cheers

Reply via email to