Hi, the <url> element of a dependency should be used for this. According to the documentation, "this url will be provided to the user if the jar file cannot be downloaded from the central repository" (see http://maven.apache.org/reference/project-descriptor.html#class_Dependency).
Cheers, On 10/10/05, Brian Bonner <[EMAIL PROTECTED]> wrote: > Hi, I'm fairly new to maven. > > Is there a facility within maven that would suggest to a user where to > download a dependency from if it's not included in ibiblio repository? > I'm looking for javax.security jaac which hibernate 3.0.5 apparently has > a dependency on. I believe it's buried in the J2EE 1.4 download, but > this would really be nice to point someone in the right direction for this. > > Maybe this could be a new feature? > > -- > Brian > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Pascal --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
