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]
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