On Tue, 2002-07-23 at 20:20, Barry Kaplan wrote: > 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 = "-"
So are all your dependencies in this case in that particular format? So for a particular project you could say use maven.dependency.jar provided all your jars are named that way. You can always use the <jar/> to override the name which is what I would suggest. > -bk > > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- jvz. Jason van Zyl [EMAIL PROTECTED] http://tambora.zenplex.org In short, man creates for himself a new religion of a rational and technical order to justify his work and to be justified in it. -- Jacques Ellul, The Technological Society -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
