Re: Flat structure supported ?

2005-11-19 Thread Christian Schulte
Emmanuel Venisse schrieb: ok, file an issue for this problem, we'll fix it in next version. A workaround for this problem is to add scm url in all your pom. Emmanuel Thanks a lot! It works with specifying the scm url in every pom.xml. -- Chr

Re: Flat structure supported ?

2005-11-19 Thread Emmanuel Venisse
ok, file an issue for this problem, we'll fix it in next version. A workaround for this problem is to add scm url in all your pom. Emmanuel Christian Schulte a écrit : Emmanuel Venisse schrieb: Christian Schulte a écrit : Emmanuel Venisse schrieb: Can you describe your directory structu

Re: Flat structure supported ?

2005-11-18 Thread Christian Schulte
Emmanuel Venisse schrieb: Christian Schulte a écrit : Emmanuel Venisse schrieb: Can you describe your directory structure, your modules definition and the url you use to add your project? Emmanuel REPOROOT |--ROOT |pom.xml |--MODULE1 |pom.xml |--MODULE2 |pom.xml Just dire

Re: Flat structure supported ?

2005-11-18 Thread Emmanuel Venisse
Christian Schulte a écrit : Emmanuel Venisse schrieb: Can you describe your directory structure, your modules definition and the url you use to add your project? Emmanuel REPOROOT |--ROOT |pom.xml |--MODULE1 |pom.xml |--MODULE2 |pom.xml Just directories below REPOROOT. Insid

Re: Flat structure supported ?

2005-11-18 Thread Christian Schulte
Emmanuel Venisse schrieb: Can you describe your directory structure, your modules definition and the url you use to add your project? Emmanuel REPOROOT |--ROOT |pom.xml |--MODULE1 |pom.xml |--MODULE2 |pom.xml Just directories below REPOROOT. Inside of ROOT/pom.xml I have: sc

Re: Flat structure supported ?

2005-11-18 Thread Emmanuel Venisse
similar but not the same, we have two different mechanism for maven 1 and maven 2 projects. Christian, file an issue with description i asked you in my previous mail. Emmanuel Doug Douglass a écrit : This sounds a lot like: http://jira.codehaus.org/browse/CONTINUUM-381 Doug Christian Schul

Re: Flat structure supported ?

2005-11-17 Thread Emmanuel Venisse
yes, it's supported, but you need to have your module accessible from parent pom url with relative path. if your parent pom url is http://server/path/rep1/parent/pom.xml and module name is ../mymodule then, http://server/path/rep1/mymodule/pom.xml must be a valid url Emmanuel Christian Schult