[EMAIL PROTECTED] wrote:
Hi

Something must be wrong in another place. The eclipse:eclipse goal excutes ok 
with the supplied (i.e correct) basedir, but the MavenArchetypeMojo for some 
reason is supplied the working directory, which is not what is supplied in the 
call.

You mean if you add this:

  System.out.println("basedir: " + basedir.getAbsolutePath() );

it will give you the current directory instead of the one you give the embedder? If it do give the correct value it got to be an issue with something inside the Archetype core itself.

Here is the patch :

The patch looks correct.

--
Trygve

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

Reply via email to