You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by "David J. M. Karlsen" <da...@davidkarlsen.com> on 2006/11/15 17:42:40 UTC

[m2] Transitive war-dependencies not included in ear

Hi!

I have an ear which contains an war depdendency:

<dependency>
			<groupId>${project.groupId}</groupId>
			<artifactId>myproject-war</artifactId>
			<version>${project.version}</version>
			<type>war</type>
		</dependency>

but i just discovered that dependencies in the .war are not included in 
the ear.

Is this intended behaviour (if so - why?) or a bug? Transitive 
dependencies are included for the .ejb aritifacts in the same ear.


David

-- 
David J. M. Karlsen - +47 90 68 22 43
http://www.davidkarlsen.com
http://mp3.davidkarlsen.com

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org