On Thu, Apr 11, 2002 at 06:19:23PM +0100, Eric Pugh wrote: > 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?
See the "Properties" document for a property called "maven.repo". You can change the default central repo here.
