Sebastien Arbogast wrote:

Probably add it to the existing maven.xml that you have, but then again
I don't what's in his maven.xml's preGoal.



In fact, I would like my java sources to be compiled from 2 source paths : - the one where I put my source files that are not generated by AndroMDA, under src/java (for example I have a ServletFilter to manage Hibernate session in Cocoon and an Avalon component implementation for integrating Hibernate in Cocoon) - and the one where AndroMDA generates its own files, under target/java

So that all the source files that are in those two different paths are
compiled or copied (for hbm.xml files) into
target/myproject/WEB-INF/classes. Is it possible ?


Yes its possible, that's the pregoal I told you to add it adds the build src to the regular maven source page defined within your project.xml (typically src/java). P.S. we do that in every module of an application generated by andromdapp.




------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ Andromda-user mailing list Andromda-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/andromda-user

Reply via email to