"Dominic Sisneros" <[EMAIL PROTECTED]> wrote on 17/01/2003 02:27:39 PM:
> How do I download a file at ibiblio without it having a version number. > > Specifically, I want to download the ejb.jar file so that I can use it with > xdoclet:ejbdoclet. > > In my pom, I have... > > <dependency> > <id>ejb</id> Add this: <jar>ejb.jar</jar> > <url/> > </dependency> > > It looks for http://www.ibiblio.org/maven//ejb/jars/ejb-null.jar > > Does this need a version number for ejb; like ejb-1.3.jar? -- dIon Gillard, Multitask Consulting Blog: http://www.freeroller.net/page/dion/Weblog Work: http://www.multitask.com.au -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
