How to do the same in Ant MOJO?
Is it currently possible?

-----Original Message-----
From: Gilles Scokart [mailto:[EMAIL PROTECTED] 
Sent: mercredi 19 avril 2006 12:54
To: users@maven.apache.org
Subject: Re: m2 How to add generated source to the compilation path from
a new pl


See http://maven.apache.org/guides/mini/guide-generating-sources.html

Namely : project.addCompileSourceRoot( outputDirectory ); 

at the end of the code sample.

Gilles Scokart
--
View this message in context:
http://www.nabble.com/m2-How-to-add-generated-source-to-the-compilation-
path-from-a-new-plugin-t1471998.html#a3985251
Sent from the Maven - Users forum at Nabble.com.


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


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

Reply via email to