It seems like you either need to put the Cargo declaration and WAR plugin dependencies in a project that is not a webapp itself, or to configure Cargo so it doesn't require the WARs as dependencies (as I understand it, using the <deployable> configuration does this).
- Brett 2008/8/19 Paulo Pinto <[EMAIL PROTECTED]>: > Hi everyone, > > I am having a few problems with overlays while using the war packaging > plugin. > > I have a war project and I intended to start two applications (war) using > the cargo > plugin, from inside this project. > > Now, in order for this to function, the cargo plugin requires that all war > files to > be deployed are also listed as dependencies. And here is where the problem > surfaces, the war packaging plugin sees the dependencies and tries to make > use > of the overlaying feature. > > Is there anyway to disable the overlaying in a simple manner? So far, what I > have > found on the documentation seems too much configuration. > > Thanks, > Paulo > -- Brett Porter Blog: http://blogs.exist.com/bporter/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
