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
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
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
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
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
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/
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
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