Re: m2 compiler plugin and adding additional gen/src folder

2006-02-19 Thread Cyrille Le Clerc
Hello Gautham, I will reword what you said to be sure I clearly understood. You want to : 1) integrate the websphere ejb code generation task in the generate-sources phase of your maven2 project 2) ensure that these previously generated sources are included in the compile phase of the

m2 compiler plugin and adding additional gen/src folder

2006-02-18 Thread Gautham Pamu
Hi, I have an EJB project created using RAD6 and I have used annotation features for the session and entity beans. So it created additional gen/src folder for the generated code. Could you tell me how to add this additional source to the compilation path. There was posting on previously, they