Just use the <jar> element of the dependency to specify the versionless name.
See http://maven.apache.org/reference/project-descriptor.html#dependency_jar On Wed, 02 Jun 2004 14:52:36 +0200, Rafal Krzewski <[EMAIL PROTECTED]> wrote: > > Ian Neruda wrote: > > Hi. > > > > Can I install jar to repository without version part > > in it. When I leave version empty I get something like > > JarName-.jar > > Artifacts in the respository should *always* have version numbers in > them. This mandated by Maven internal contracts. If you need your jar > with version number removed, you can copy + rename it from the > repository to the place where you need it. It's very easy to do in your > maven.xml > > Rafal > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
