RE: getting relative paths maven + continuum

2007-08-07 Thread brad hadfield
Thanks again for all your help, just to clarify, the file is not found in a parent project but in a sibling project. We have a situation where a number of Web applications have an XML schema file that extends objects found a base schema file. The base schema file is part of the base project.

RE: getting relative paths maven + continuum

2007-08-07 Thread brad hadfield
t: Re: getting relative paths maven + continuum Continuum doesn't build projects directly. It start maven in the right directory then maven do the build and Continuum look at the output and the result. Can you add more details about your problem? Emmanuel brad hadfield a écrit : > Hi, >

refreshing a changed POM

2007-08-07 Thread brad hadfield
I've noticed that when I change a POM file that it does not seem to refresh within Continuum. Is there a way to tell Continuum that the POM file has changed? At what point does Continuum check the POM. Thanks

getting relative paths maven + continuum

2007-08-07 Thread brad hadfield
Hi, I am a new maven and continuum user. I'm having problems setting a relative path because when continuum runs maven it interprets variables such as ${base.dir} differently than when I run maven from the project directory. I assume this is because continuum starts maven in a web app working