<dependency> <id>ejb</id> <jar>ejb.jar</jar> <url/> </dependency>
Plain as day in the maven documentation at http://jakarta.apache.org/turbine/maven/reference/project-descriptor.html#de pendencies Skip > -----Original Message----- > From: Dominic Sisneros [mailto:[EMAIL PROTECTED]] > Sent: Thursday, January 16, 2003 9:28 PM > To: [EMAIL PROTECTED] > Subject: ejb jar file at http://www.ibiblio.org/maven/ > > > 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> > <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? > > Thanks in advance, > > Dominic Sisneros > > > -- > To unsubscribe, e-mail: > <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: > <mailto:[EMAIL PROTECTED]> > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
