Quick question. If I wanted to pass Maven a property telling it where to find the latest jelly jar, where do I get the location of the jar file from? -- dIon Gillard, Multitask Consulting Blog: http://www.freeroller.net/page/dion/Weblog Work: http://www.multitask.com.au
[EMAIL PROTECTED] wrote on 03/02/2003 01:05:17 AM: > rubys 2003/02/02 06:05:16 > > Modified: project jakarta-turbine-maven.xml > Log: > Bootstrap now compiles - commence nagging. > > dIon (or others) it looks like maven is now proceeding to the point > where it wishes to download its own dependencies. Could you take a look at > providing an option in maven to *not* do this and instead use the ones > that are provided? > > Perhaps some combination of maven.bootstrap.online, maven.jar.override, > or other existing property would do the trick. > > Revision Changes Path > 1.15 +3 -0 jakarta-gump/project/jakarta-turbine-maven.xml > > Index: jakarta-turbine-maven.xml > =================================================================== > RCS file: /home/cvs/jakarta-gump/project/jakarta-turbine-maven.xml,v > retrieving revision 1.14 > retrieving revision 1.15 > diff -u -r1.14 -r1.15 > --- jakarta-turbine-maven.xml 1 Feb 2003 14:53:47 -0000 1.14 > +++ jakarta-turbine-maven.xml 2 Feb 2003 14:05:16 -0000 1.15 > @@ -42,6 +42,9 @@ > <depend project="jdepend"/> > > <work nested="bootstrap/bootstrap-classes"/> > + > + <nag from="dIon Gillard <[EMAIL PROTECTED]>" > + to="[EMAIL PROTECTED]"/> > </project> > > <!-- This is really the cvs module. We need to change this but --> > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > ForwardSourceID:NT000AC122 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
