There's a patch to go in for this at some point. It will allow you to have:
maven.repo=http://www.dbforms.com/jars/,http://jakarta.apache.org/turbine/jars/ in your build.properties. The only issue is that dbforms will be asked for each jakarta jar too. Maybe the <dependency> tag and bean could also have an optional repository-url attribute? Hen On Thu, 11 Apr 2002, Eric Pugh wrote: > Hi, > > I am trying to build the DBForms package using Maven, and the various jar's > it needs are on it's own site... Is there any setting in the project.xml > that can control what server to download the jars from? Versus pulling from > the turbine site? > > Eric > >
