Re: dependency:unpack handling of overwrite for individual items in the archive

2010-05-08 Thread Marshall Schor
On 5/1/2010 7:29 AM, Marshall Schor wrote: > Thanks, that saves me from doing another learning experiment :-) > I had occasion to check this while doing something else, and I found that it doesn't just unpack the whole archive. While doing the unpack, it iterates over each item in the archiv

Re: Problems with mvn protocol handler in maven 3 beta 1

2010-05-08 Thread Marshall Schor
On 5/8/2010 2:55 AM, Bengt Rodehav wrote: > No one has any ideas? > Here's an idea - Maven 3 has been doing more class loader isolation stuff. Perhaps an element is needed? See https://cwiki.apache.org/MAVEN/maven-3x-class-loading.html -Marshall > I'm thinking along the lines that somethin

Re: Question about maven-war-plugin

2010-05-08 Thread Dennis Lundberg
Have you configured this in build/plugins in the top level POM by any chance? If so you should move it to build/pluginManagement. On 2010-05-08 17:26, John Ament wrote: > Hey all > > I recently converted an ant build we had into a maven build. > > There's a top level aggregator with sub project

Question about maven-war-plugin

2010-05-08 Thread John Ament
Hey all I recently converted an ant build we had into a maven build. There's a top level aggregator with sub projects that have various parts of the application - the end result is an EAR file. Within the ear file are several EJB and WAR modules. I noticed with the WAR modules, when I define the