Re: [jelly] running tests with using own Jelly build

2004-10-04 Thread Paul Libbrecht
Le 4 oct. 04, à 07:32, Hans Gilde a écrit : How do I run the tests for components in jelly-tags and force Maven to use my build of Jelly, not the downloaded snapshot? Maven has a jar-overrides feature, that should help you to make the dependency on SNAPSHOT instead of a released version using

Re: [jelly] running tests with using own Jelly build

2004-10-04 Thread Dion Gillard
do a jar:install-snapshot in the top jelly project first On Mon, 04 Oct 2004 01:32:02 -0400, Hans Gilde [EMAIL PROTECTED] wrote: How do I run the tests for components in jelly-tags and force Maven to use my build of Jelly, not the downloaded snapshot? thx, Hans --

Re: [jelly] running tests with using own Jelly build

2004-10-04 Thread Dion Gillard
FWIW I use: maven clean jar:install-snapshot -Dgoal=clean,jar:install-snapshot multiproject:goal from the top level dir (e.g. jelly). That installs jelly and then all the taglibs, testing all the way. On Mon, 04 Oct 2004 01:32:02 -0400, Hans Gilde [EMAIL PROTECTED] wrote: How do I run the

[jelly] running tests with using own Jelly build

2004-10-03 Thread Hans Gilde
How do I run the tests for components in jelly-tags and force Maven to use my build of Jelly, not the downloaded snapshot? thx, Hans