Re: FW: surefire and initial context

2008-01-31 Thread Brice Lambi
You can put a sleep statement in your test so that you can pause the process long enough to run ps and see the java command being executed. That output will have the full classpath the jvm is getting. You could then compare the output from eclipse and maven. Or just use 'jar tvf' to find which j

site generation links modules in staging but uses wrong link when deploy

2008-01-31 Thread Brice Lambi
Hello, I have a project with sub-projects. When I run 'mvn site-deploy' it will deploy the project but the "modules" links on the left link to http://maven.apache.org. When I do 'mvn site:stage' it works as expected and the "modules" links properly link to the corresponding sub-directory. Has an

external link new window icon xdoc

2006-06-30 Thread Brice Lambi
I'm moving my site from maven 1 to maven 2 and the external link and new window icons are not appearing. The target="_blank" isn't being carried over to the anchor in the acutal html. It is just being ignored. Is there a property I need to set or something?

Re: xdoc plugin not rendering title properly moving to maven-2

2006-06-30 Thread Brice Lambi
Thanks, sometimes it just takes a fresh set of eyes! On 6/30/06, Arnaud HERITIER <[EMAIL PROTECTED]> wrote: isn't it instead of ?? Bad Cut'n Paste ? Arnaud On 6/30/06, Brice Lambi <[EMAIL PROTECTED]> wrote: > > I have a file downloads.xml in

xdoc plugin not rendering title properly moving to maven-2

2006-06-30 Thread Brice Lambi
I have a file downloads.xml in my site that looks like this: Downloads ... The title is not being generated when I build the site. Instead of seeing "Downloads" in the title bar of the browser like my other pages, I just see plain text before my se