On 10/19/06, Marco Mistroni <[EMAIL PROTECTED]> wrote:
hi,
try to use <scope>provided</scope> for those jars
hth
marco
Ok I understand, but my problem is that some of these shared jars ,eg
the spring one is used by all the sub-modules during compilation , but
only need to be bundled in the war only.I'f I use
<scope>provided</scope> in the top level pom , then they will not be
bundled with the war file.At the same time I am trying to avoid
duplication of , eg
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring</artifactId>
<version>1.2.3</version>
<scope>test</scope>
</dependency>
in all the sub modules.
Jeff Mutonho
GoogleTalk : ejbengine
Skype : ejbengine
Registered Linux user number 366042
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]