Le mercredi 23 mai 2007 à 01:37 +0200, Henning Schmiedehausen a écrit :
> If dependencies are missing, here is how I update the
> ~velocity/.m2/repository:
> 
> I enter the deploy/<site> directory and run "mvn site". Maven now
> downloads all the required dependencies but not into this repository but
> into my local (~henning/.m2/repository).
> 
> Afterwards I run the build scripts and copy all missing dependencies out
> of my local repo into the ~velocity repo. By copying the whole
> directories, I also copy all of the required POMs etc:
> 
> cp -r /home/henning/.m2/repository/junit/junit/4.3.1 
> ~velocity/.m2/repository/junit/junit/
> 
> etc...

Ok, thanks. Not so trivial. Should maybe go into the wiki page...

> I also updated the basic site structure (src/site) and the pom of DVSL
> to be similar to Anakia and Texen. It now produces all the nice reports.
> =:-) 

Cool.

> A final question about junit 4.3.1: Is that intentional? Junit 4 is Java
> 1.5 only; did you just "take the latest" or do you actually plan on
> using Java 5 only and Junit 4 for DVSL?

Not at all. My mistake.


  Claude



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to