Thanks, but I still don't understand how to rename it via Maven. There is no clear documentation to help novices with things like this.
-----Original Message----- From: Brett Porter [mailto:[EMAIL PROTECTED] Sent: Thursday, July 21, 2005 9:35 AM To: Maven Users List Subject: Re: [m2] Download DLL In the repository, the name will include the version. When you copy it from the repository to somewhere you use it, then you can rename it. - Brett On 7/22/05, Ron Yust <[EMAIL PROTECTED]> wrote: > How do you download a DLL as a dependency and still retain its non-versioned > name? I am trying to do something like this: > > > > <project> > > <modelVersion>4.0.0</modelVersion> > > <groupId>JTwain</groupId> > > <artifactId>JTwain</artifactId> > > <version>8.2</version> > > <dependencies> > > <dependency> > > <groupId>JTwain</groupId> > > <artifactId>JTwain</artifactId> > > <version>8.2</version> > > <type>dll</type> > > <jar>AspriseJTwain.dll</jar> > > </dependency> > > </dependencies> > > </project> > > > > The above can download a DLL named JTwain-8.2.dll, but I need the original > name of AspriseJTwain.dll. > > Ron Yust > VP of Technology > Conversant, Inc. > Cell: (417) 540-5003 > Office: (417) 781-7994 ext. 201 > > <mailto:[EMAIL PROTECTED]> [EMAIL PROTECTED] > <http://www.conversantinc.com> www.conversantinc.com > > _____ > > This e-mail and any files transmitted with it are the property of > Conversant, Inc., are confidential, and are intended solely for the use of > the individual or entity to whom this email is addressed. If you are not one > of the named recipients or otherwise have reason to believe that you have > received this message in error, please delete this message immediately from > your computer and contact the sender by telephone at (417) 781-7994. Any > other use, retention, dissemination, forwarding, printing or copying of this > email is strictly prohibited. > > > > > --------------------------------------------------------------------- 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]
