It depends why you want to exclude it. If it is provided by the container then using the provided scope makes sense. Otherwise you can just use the excluded flag in the module's configuration.
Regards, Stéphane On 1/24/07, Roberto UserList <[EMAIL PROTECTED]> wrote:
Perfect Marco and Wayne, It worked fine, but, what is strange is that ear file, is a subproject of a main project and I had to remove the scope "compile" of the other subprojects to work perfectly. Bu the way, everything is ok now. Thanks a lot. Regards, Roberto. On 1/24/07, Wayne Fay <[EMAIL PROTECTED]> wrote: > > Try <scope>provided</scope> for those dependencies to leave them out of > the EAR. > > Wayne > > On 1/24/07, Marco Mistroni <[EMAIL PROTECTED]> wrote: > > Hi, > > can u try to change the <scope> of those dependencies? > > > > hth > > marco > > > > > > > > On 1/24/07, Roberto UserList <[EMAIL PROTECTED]> wrote: > > > > > > Hi all ! What can I do not to include the dependencies described in > the > > > master pom into an ear file? > > > Thanks in advance for help. > > > Regards, > > > Roberto. > > > > > > > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
