Hello Wayne, yes what you said is true... except that shared/pom.xml does not declare geronimo-spec jar file as a dependency....
any reason of why that is still i ncluded? is it because geronimo-spec is listed as dependency in root/pom.xml , web/pom.xml and ejbs/pom.xml? poms are int he 1st messaqe i sent.... thanks again and regarsd marco On 3/3/06, Wayne Fay <[EMAIL PROTECTED]> wrote: > > This is what I also get, and if I'm not mistaken, this is proper > behavoir for EARs. > > EAR project -> depends on web, ejb > web & ejb -> depends on shared > shared -> depends on commons-logging.jar > thus commons-logging.jar will be included in EAR > > Wayne > > > On 3/3/06, Marco Mistroni <[EMAIL PROTECTED]> wrote: > > Hello all, > > i have moved recently to maven2 (2.0.2) from maven 1.1, and in building > my > > first j2ee project > > i found out something weird. > > My project is made of 4 subproject (one of which is supposed to build an > > .ear), and when > > the ear is getting built, inside it there is , other than jars,wars,ejb > jar > > files related to my project, also > > one external library.... (which is actually used by 2 out of 3 > subprojects) > > that i havent included > > while building the .ear > > > > Can anyone help me out? > > > > This is the structure of my project > > > > ejb3 > > |---- shared > > |---- ejbs > > |---- web > > |---- ear (the one that is suposed to build an ear) > > > > below are my 5 poms.... > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >
