Re: using assembly to repackage a war

2005-10-25 Thread Mikael Wikström
jerome lacoste wrote: >On 10/22/05, Brett Porter <[EMAIL PROTECTED]> wrote: > > >>If they are never used independantly I'd say merge, otherwise I'd say >>fix the war plugin, merge the 2 web.xml's, and add that as the >>resulting one. >> >> > >OK. > >My idea is that there shouldn't be any mer

maven2: repackage/merge war's

2005-10-21 Thread Mikael Wikström
I have a bundle of war files, one main and a number of sub-projects all containing jar's/properties/html/xsl and more, that I want to merge/repack into a single war (or simply deploy into a container as a single webapp). Has anyone solved this problem before? I'm trying to solve it with the ass

Re: maven2: javax.sql.jdbc-stdext

2005-10-21 Thread Mikael Wikström
Or you can use these instructions: >http://maven.apache.org/maven2/general.html#importing-jars > >-Stephen > >On 10/21/05, Mikael Wikström <[EMAIL PROTECTED]> wrote: > > >>Hi all, >> >>releace of maven 2.0 reached me yesterday as music to my ears. So I >>s

maven2: javax.sql.jdbc-stdext

2005-10-21 Thread Mikael Wikström
Hi all, releace of maven 2.0 reached me yesterday as music to my ears. So I started to write pom.xml to all my maven projects when I ran in to something that I did'nt understand. My old project.xml has a lot of dependencys.. spring, pluto, activation, wsrp4j, common-dbcp, xalan and more. It compil