execute project from ear

2006-06-01 Thread karim33
hi all; is it possible to execute modules (ejb,war,...) from my ear pom: -project -pom.xml -ejb -common -webapp i want launch the differente subproject ant create my ear in the pom.xml ear i used the plugin below but i've the error: [INFO]

How can I add different source-directories to a project maven2?

2006-05-23 Thread karim33
hi, i try to build a jar file with maven2 with 3 source directory but in maven 2 i don't know haw we do this in pom.xml we have ${src_dir} i have 3 sources to integrate for compilation: ${src_dir}/src/**/*.java ${src_dir}/ejb/**/common/**/*.java {src_dir}/ejb/common/**/*.java can you help me