One thing about the *format* of the version. We produce client jars that 
are downloaded via java webstart. Webstart uses a versioning scheme like:

    myclient__V1.2.3.jar

Webstart uses that formatted version to decided whether the new jars 
need to be downloaded to the desktop. The format is defined in the jnlp 
protocol docs. (There are other ways to specify jar version for jnlp, 
but they don't use the jar filename at all. Thus the above format allows 
us to use jnlp and provides the version info required for maven and for 
just knowing.)

So, it would nice if maven supported a property that filled the gap 
between the jar bassename and the version number. eg:

    maven.dependency.seperator = "__V"

The default would of course be:

    maven.dependency.seperator = "-"

-bk


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to