[CREATE:ARCHETYPE - MAVEN EMBEDDER BUG]

2007-08-09 Thread João Kreuzberg
Hi I actually don't have a pom.xml yet, cause I'm running archetype:create for creating the new project and the pom.xml Embedder doesn't care about user.dir or basedir parameters. You guys think that is a bug? Regards, João Kreuzberg On 8/9/07, Brett Porter [EMAIL PROTECTED] wrote: I

Re: [CREATE:ARCHETYPE - MAVEN EMBEDDER]

2007-08-08 Thread Maria Odea Ching
Hi Joao, I'm not sure what the problem is.. the configuration below seems to be correct. -Deng João Kreuzberg wrote: Maria, I tried the user.dir within the command line and it works just fine. When I try to execute it using maven-embedder it just ignores the base directory. Here is how

Re: [CREATE:ARCHETYPE - MAVEN EMBEDDER]

2007-08-08 Thread Brett Porter
I think that the embedder might re-set user.dir to the location of the POM (though you seem to be setting that yourself to the same location, so I'm not sure why that would be a problem...) Not sure that helps, just a thought. - Brett On 09/08/07, Maria Odea Ching [EMAIL PROTECTED] wrote: Hi

[CREATE:ARCHETYPE - MAVEN EMBEDDER]

2007-08-07 Thread João Kreuzberg
Maria, I tried the user.dir within the command line and it works just fine. When I try to execute it using maven-embedder it just ignores the base directory. Here is how I'm using it: MavenExecutionRequest executionRequest = new DefaultMavenExecutionRequest();