> This makes me wonder how Maven distinguish between "ejb" and "jar" types > (they are both packaged as JARs)?
Maven only knows that one is an ejb type by you specifying <type>ejb</type> in the dependency declaration, and by the project declaring <packaging>ejb</packaging> in their pom. Wayne --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org