Re: Want to Setup Internal Repository

2007-01-18 Thread Michael Horwitz
Take a look at Archiva: http://maven.apache.org/archiva - still pretty alpha-ish, but we have managed to get it up and running. Works quite well. Mike. On 1/18/07, Fredy <[EMAIL PROTECTED]> wrote: Hi, I want to set up maven internal repository for my company for internal usage. I read from

War plugin does not include optional dependencies in WEB-INF/lib

2007-01-07 Thread Michael Horwitz
Hi, I was surprised to find recently that the war plugin explicitly excludes all dependencies marked as optional from the WEB-INF/lib directory. Surely the optional tag on a dependency relates purely to transitive inheritance of dependencies between projects and all dependencies on the runtime cl

Re: Help Me

2006-12-21 Thread Michael Horwitz
Hi, Do you access the internet through a proxy server? If so have you set up your settings.xml file to operate through the proxy server? Mike On 12/21/06, arumahi <[EMAIL PROTECTED]> wrote: Hallo Maven Developers, I am new to Maven 2.4.0. I have problem while creating local repositary could

Re: [m2] New pre-package phase?

2006-12-04 Thread Michael Horwitz
Hi, As a side note it strikes me that the primary problem is that the war:war goal does a little too much in a single go during the packaging phase. Could the issue be solved by spreading the work of the war:war goal through the existing phases? Mike Horwitz On 12/4/06, Mark Hobson <[EMAIL PRO

Re: Manipulating the WAR directory before the WAR file gets built

2006-12-01 Thread Michael Horwitz
On 12/1/06, Simone Gianni <[EMAIL PROTECTED]> wrote: Michael Horwitz wrote: > Hi Simone, > > You could try the following: > > 1) Run the war:inplace goal. > 2) Do the work on the exploded file. > 3) Run the normal war goal. > > There is a danger that step 3

Re: Manipulating the WAR directory before the WAR file gets built

2006-12-01 Thread Michael Horwitz
Hi Simone, You could try the following: 1) Run the war:inplace goal. 2) Do the work on the exploded file. 3) Run the normal war goal. There is a danger that step 3 will undo some of the changes you have made - it largely depends on what they are. Hope that helps! Regards Mike Howitz On 12/

Re: [appfuse-dev] War plugin overlays: New plugin to handle transitive dependencies

2006-11-15 Thread Michael Horwitz
XML parser/merger/munger. Thoughts? What are the chances of getting this plugin included in the war plugin? Matt On 11/11/06, Michael Horwitz <[EMAIL PROTECTED]> wrote: > Hi, > > I have been helping out with the development of the AppFuse project > over the last month where we mak

War plugin overlays: New plugin to handle transitive dependencies

2006-11-11 Thread Michael Horwitz
Hi, I have been helping out with the development of the AppFuse project over the last month where we make heavy use of the war overlay feature in the Maven war plugin. It is a really nifty feature! To get max power with war overlays I have developed the Warpath plugin that allows projects to use