On 7/12/06, Paul Benedict <[EMAIL PROTECTED]> wrote:
Is that the maven convention? I thought numbers always go at the end.
These are not Maven artifacts, but distribution regarding Maven artifacts. Meta-artifacts, if you will :) From a Maven perspective, you could say the file name begins with the Maven artifact (struts-1.3.5) followed by a non-artifact qualifer (-docs). This is what Maven itself does: * maven-2.0.4-bin.zip * maven-artifact-ant-2.0.4-dep.jar Notice that the "dep" comes after the version ID (it doesn't have to be a number). The "dep" here is equivalent to our "lib" or "doc". Happily, this is not ony a Maven convention, but the industry convention as well. -Ted. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]