On Mon, 8 Jan 2007, Jeffrey D. Brekke wrote:

We have the maven 2 plugin working, but have a question about the location of the generated code. The plugin generates code into the target directory by default and binds to the correct life-cycle in maven2. But if you want to add methods to the generated OM/Peer classes, they will still be generated in target. Is there a property to have the OM/Peer classes generated under src/main/java and the Base/Map classes generated under target? Or some other solution?


I see the need for this but there is no such property yet. I'll try to fix
it soon.

I am somewhat reluctant to generate code into the src/main/java directory, but I guess that this should be the default for the non-base classes except the map builders.

   Thomas

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

Reply via email to