Re: maven-war-plugin 3.2.3 on vote soon?

2019-05-23 Thread Karl Heinz Marbaise
Hi Eric, I think I can take a look at the weekend on it... Kind regards Karl Heinz Marbaise On 22.05.19 23:03, Eric Lilja wrote: Hi, in Jira there are five issues assigned to version 3.2.3, and they are all closed. When can we see a new release? It would be nice to get plexus-archiver fix out f

Re: Maven war plugin 3.x: can it finally include MWAR-262?

2016-08-23 Thread Romain Manni-Bucau
Le 23 août 2016 22:08, "Karl Heinz Marbaise" a écrit : > > Hi Romains, > > > On 23/08/16 09:56, Romain Manni-Bucau wrote: >> >> Hi guys, >> >> just saw m-w-p 3.0.0 vote was on the list without >> https://issues.apache.org/jira/browse/MWAR-262 > > > Yes... > > >> >> When I asked about that some mon

Re: Maven war plugin 3.x: can it finally include MWAR-262?

2016-08-23 Thread Karl Heinz Marbaise
Hi Romains, On 23/08/16 09:56, Romain Manni-Bucau wrote: Hi guys, just saw m-w-p 3.0.0 vote was on the list without https://issues.apache.org/jira/browse/MWAR-262 Yes... When I asked about that some months ago the feedback was "not for a minor" but for 3.0.0 I don't see why it couldn't hav

Re: maven-war-plugin problem - jar file unexpectedly trimmed (truncated)

2011-06-28 Thread Stéphan BEUZE
I finally find a solution. In the web-app/web-inf/lib directory, there was a jar file who was sharing the same name with the dependent jar file. For a reason i don't understand, maven-war-plugin used to take this old jar file rather than the freshly one i installed in my local repository. ---

Re: Maven-war-plugin not installing war. Installs ".jar" and renames it to ".war"

2010-02-02 Thread Stephane Nicoll
On Wed, Feb 3, 2010 at 5:24 AM, Brian Fox wrote: > Shoving java code into a war project is an antipattern in Maven. Make > a module for the jar and depend upon that with a war and your life > will be better. Shoving it into the incorrect format is guaranteed to > cause you problems with tools tha

Re: Maven-war-plugin not installing war. Installs ".jar" and renames it to ".war"

2010-02-02 Thread Stephane Nicoll
On Wed, Feb 3, 2010 at 5:24 AM, Brian Fox wrote: > Shoving java code into a war project is an antipattern in Maven. Make > a module for the jar and depend upon that with a war and your life > will be better. Shoving it into the incorrect format is guaranteed to > cause you problems with tools tha

Re: Maven-war-plugin not installing war. Installs ".jar" and renames it to ".war"

2010-02-02 Thread Brian Fox
Shoving java code into a war project is an antipattern in Maven. Make a module for the jar and depend upon that with a war and your life will be better. Shoving it into the incorrect format is guaranteed to cause you problems with tools that integrate with maven like ides. On Tue, Feb 2, 2010 at 4

Re: Maven-war-plugin not installing war. Installs ".jar" and renames it to ".war"

2010-02-02 Thread Wayne Fay
> It would be great if this would be fixed. It seems the maven-source-plugin > works properly, but the maven-war-plugin does not. I would like to generate > primary and secondary artifacts using a single pom file. It seems overly > complex to have to make modules out of everything. Unless you fix

Re: Maven WAR plugin

2007-10-16 Thread olivier lamy
Hi, plexus-utils version 1.4.7 done. I have updated the maven-war-plugin pom to use released version. Stephane : maybe you can call the vote on thursday ? -- Olivier 2007/10/16, Stephane Nicoll <[EMAIL PROTECTED] >: > > On 10/15/07, Tomasz Pik <[EMAIL PROTECTED] > wrote: > > PS Now I need to l

Re: Maven WAR plugin

2007-10-16 Thread Stephane Nicoll
On 10/15/07, Tomasz Pik <[EMAIL PROTECTED]> wrote: > PS Now I need to lobby for plexus-utils release I guess... Hehe :) Stéphane -- Large Systems Suck: This rule is 100% transitive. If you build one, you suck" -- S.Yegge - To

Re: Maven WAR plugin

2007-10-15 Thread Tomasz Pik
On 10/15/07, olivier lamy <[EMAIL PROTECTED]> wrote: > Hi, > I have fixed both (thanks for the patch). > A new maven-war-plugin snapshot have been deployed > maven-war-plugin-2.1-alpha-1-20071015.195227-3.jar. > Can you try it ? Works perfectly, I've tried 5 different projects and didn't find any

Re: Maven WAR plugin

2007-10-15 Thread olivier lamy
Hi, I have fixed both (thanks for the patch). A new maven-war-plugin snapshot have been deployed maven-war-plugin-2.1-alpha-1-20071015.195227-3.jar. Can you try it ? Thanks, -- Olivier 2007/10/14, Tomasz Pik <[EMAIL PROTECTED]>: > > On 10/14/07, Stephane Nicoll <[EMAIL PROTECTED]> wrote: > > I h

Re: Maven WAR plugin

2007-10-14 Thread nicolas de loof
Great ! I'll make test on my side for integrating my plugin with the war plugin for webapp packaging, and report succes/failure/suggest on this list. Nico 2007/10/14, Stephane Nicoll <[EMAIL PROTECTED]>: > > Hi Nico, > > Yes the packaging task is *exactly* meant to provide this > functionality.

Re: Maven WAR plugin

2007-10-14 Thread Stephane Nicoll
I had a look to this one already and I'm a bit confused actually. I'll reproduce the issue with your sample project. The tests use testing harness so there is no real way to launch multi projects builds actually. This is something we should address, plugins such as assembly and others have an IT s

RE: Maven WAR plugin

2007-10-14 Thread Timothy Reilly
Stephane, Any thoughts on http://jira.codehaus.org/browse/MWAR-114 I am okay with postponing this to a later alpha release (I'll try to keep updating the patches if needed), but I haven't heard from anyone in my pass posts if the patch is acceptable? if I can provide more on this? This is a big d

Re: Maven WAR plugin

2007-10-14 Thread Stephane Nicoll
Hi Nico, Yes the packaging task is *exactly* meant to provide this functionality. I was about to add this to the war plugin actually but I wanted a first alpha released first because the packaging code has so much changed that I expect regressions. I'll have a look to the issue you've opened. Ch

Re: Maven WAR plugin

2007-10-14 Thread nicolas de loof
I've just created http://jira.codehaus.org/browse/MWAR-124 for this. Please review ;-) Nico. 2007/10/14, nicolas de loof <[EMAIL PROTECTED]>: > > To be more precise, the change on the war plugin would be : > > final List packagingTasks = getPackagingTasks( overlayManager ); > if ( getContext()

Re: Maven WAR plugin

2007-10-14 Thread nicolas de loof
To be more precise, the change on the war plugin would be : final List packagingTasks = getPackagingTasks( overlayManager ); if ( getContext().contains( WarPackagingTask.CUSTOM_TASKS ) ) { packagingTasks.addAll( (Collection) getContext().get( WarPackagingTask.CUSTOM_TASKS ) ); } ... fina

Re: Maven WAR plugin

2007-10-14 Thread nicolas de loof
Hello, I'm looking for a clean way to plug into the war packaging process. I'd like to add some custom Taks to the pacaking, before the .WAR archive is created. The war plugin extends AbstractMojo, so implements ContextEnabled. Based on this, it may be possible for plugins to share some configura

Re: Maven WAR plugin

2007-10-14 Thread Stephane Nicoll
We need to patch/Release plexus utils first. This is a first alpha, I expect others to be released very soon. Stéphane On 10/14/07, Tomasz Pik <[EMAIL PROTECTED]> wrote: > On 10/14/07, Stephane Nicoll <[EMAIL PROTECTED]> wrote: > > I have identified an issue in the latest changes (zip overlays).

Re: Maven WAR plugin

2007-10-14 Thread Tomasz Pik
On 10/14/07, Stephane Nicoll <[EMAIL PROTECTED]> wrote: > I have identified an issue in the latest changes (zip overlays). I > have reopened the issue (MWAR-104). As soon as we address this, we > can call a vote. What about MWAR-123? I've tested maven-war-plugin with plexus-utils containing patch

Re: Maven WAR plugin

2007-10-14 Thread Stephane Nicoll
I have identified an issue in the latest changes (zip overlays). I have reopened the issue (MWAR-104). As soon as we address this, we can call a vote. Thanks, Stéphane On 10/10/07, Timothy Reilly <[EMAIL PROTECTED]> wrote: > >>> I wrote: > >>> I get test failures errors from trunk... ? > >>> I'

RE: Maven WAR plugin

2007-10-09 Thread Timothy Reilly
>>> I wrote: >>> I get test failures errors from trunk... ? >>> I'm on WinXP just thought I should mention it in case Stephane >> is not seeing them as well. np, if it's a known issue. >> Stephane Nicole wrote: >> Cool. I don't have those on MacOS. > olivier lamy wrote: > I have committed f

Re: Maven WAR plugin

2007-10-08 Thread olivier lamy
Hi Stephane, Ok you're right. Handling zip automatically must be off by default. I will reopen issue and fixing this. -- Olivier 2007/10/8, Stephane Nicoll <[EMAIL PROTECTED]>: > > Hi, > > On 10/8/07, olivier lamy <[EMAIL PROTECTED]> wrote: > > Hi, > > I have committed fix for this. > > Can you t

Re: Maven WAR plugin

2007-10-08 Thread Stephane Nicoll
Hi, On 10/8/07, olivier lamy <[EMAIL PROTECTED]> wrote: > Hi, > I have committed fix for this. > Can you test ? I've made a comment on the issue. Handling ZIP deps automatically as overlays sounds a bit too much to me. > > Stephane, I have permission issues when deploying the snapshot > -rw-r--r

Re: Maven WAR plugin

2007-10-08 Thread olivier lamy
Hi, I have committed fix for this. Can you test ? Stephane, I have permission issues when deploying the snapshot -rw-r--r-- 1 snicoll apcvs380 Aug 12 03:43 maven-metadata.xml Can you fix permission or redeploying a snapshot ? Thanks, -- Olivier 2007/10/4, Timothy Reilly <[EMAIL PROTECTE

Re: Maven WAR plugin

2007-10-04 Thread Stephane Nicoll
Cool. I don't have those on MacOS. On 10/4/07, Timothy Reilly <[EMAIL PROTECTED]> wrote: > > Stephane Nicoll wrote > > > > Yes. I am bit busy right now but I am willing to sort that out. Give > > me a couple of days and I'll do my best to cast a vote. > > > > Cheers, > > Stéphane > > I get test f

Re: Maven WAR plugin

2007-10-04 Thread Wendy Smoak
On 10/3/07, Stephane Nicoll <[EMAIL PROTECTED]> wrote: > Yes. I am bit busy right now but I am willing to sort that out. Give > me a couple of days and I'll do my best to cast a vote. Just resolving that last issue would be great-- If you're busy, I'm sure someone else can step up to do the releas

RE: Maven WAR plugin

2007-10-04 Thread Timothy Reilly
On 10/4/07, Wendy Smoak wrote: > On 10/3/07, gastaldi wrote: > > > Any tips on when Maven War 2.1-alpha will be released ? :clap: There is one > > pesty bug around. > > MWAR-104 is the last one open marked 2.1-alpha-1. Stephane, any thoughts? > > http://jira.codehaus.org/browse/MWAR-104 > > -- >

RE: Maven WAR plugin

2007-10-04 Thread Timothy Reilly
> Stephane Nicoll wrote > > Yes. I am bit busy right now but I am willing to sort that out. Give > me a couple of days and I'll do my best to cast a vote. > > Cheers, > Stéphane I get test failures errors from trunk... ? I'm on WinXP just thought I should mention it in case Stephane is not se

Re: Maven WAR plugin

2007-10-03 Thread Stephane Nicoll
Yes. I am bit busy right now but I am willing to sort that out. Give me a couple of days and I'll do my best to cast a vote. Cheers, Stéphane On 10/4/07, Wendy Smoak <[EMAIL PROTECTED]> wrote: > On 10/3/07, gastaldi <[EMAIL PROTECTED]> wrote: > > > Any tips on when Maven War 2.1-alpha will be rel

Re: Maven WAR plugin

2007-10-03 Thread Wendy Smoak
On 10/3/07, gastaldi <[EMAIL PROTECTED]> wrote: > Any tips on when Maven War 2.1-alpha will be released ? :clap: There is one > pesty bug around. MWAR-104 is the last one open marked 2.1-alpha-1. Stephane, any thoughts? http://jira.codehaus.org/browse/MWAR-104 -- Wendy --

Re: Maven-war-plugin not installing war. Installs ".jar" and renames it to ".war"

2007-09-26 Thread Stephane Nicoll
ED] > Sent: September 25, 2007 03:57 AM > To: Maven Developers List > Subject: Re: Maven-war-plugin not installing war. Installs ".jar" and renames > it to ".war" > > Create an issue in the MWAR project with a sample project to reproduce and > I'll

RE: Maven-war-plugin not installing war. Installs ".jar" and renames it to ".war"

2007-09-25 Thread Dave Rathnow
As you requested, I have created an issue in MWAR and attached the necessary files. Dave. -Original Message- From: Stephane Nicoll [mailto:[EMAIL PROTECTED] Sent: September 25, 2007 03:57 AM To: Maven Developers List Subject: Re: Maven-war-plugin not installing war. Installs "

Re: Maven-war-plugin not installing war. Installs ".jar" and renames it to ".war"

2007-09-25 Thread Stephane Nicoll
ist server and is being rejected. Can I post > some excerpts from it or can you give me an email address I can send it to? > > Dave. > > -Original Message- > From: Stephane Nicoll [mailto:[EMAIL PROTECTED] > Sent: September 21, 2007 09:43 PM > To: Maven Deve

RE: Maven-war-plugin not installing war. Installs ".jar" and renames it to ".war"

2007-09-24 Thread Dave Rathnow
Developers List Subject: Re: Maven-war-plugin not installing war. Installs ".jar" and renames it to ".war" it's weird, it should not be. Can you run mvn clean install -X > output.log and send the output please? Thanks, Stéphane On 9/22/07, Dave Rathnow <[EMAIL PRO

Re: Maven-war-plugin not installing war. Installs ".jar" and renames it to ".war"

2007-09-21 Thread Stephane Nicoll
ot; and it is there after "mvn install". > > -Original Message- > From: Stephane Nicoll [mailto:[EMAIL PROTECTED] > Sent: September 21, 2007 04:09 PM > To: Maven Developers List > Subject: Re: Maven-war-plugin not installing war. Installs ".jar" and >

RE: Maven-war-plugin not installing war. Installs ".jar" and renames it to ".war"

2007-09-21 Thread Dave Rathnow
It is being created as part of the build. It's not there after "mvn clean" and it is there after "mvn install". -Original Message- From: Stephane Nicoll [mailto:[EMAIL PROTECTED] Sent: September 21, 2007 04:09 PM To: Maven Developers List Subject: Re: Maven-

Re: Maven-war-plugin not installing war. Installs ".jar" and renames it to ".war"

2007-09-21 Thread Stephane Nicoll
And where is this jar file coming from? On 9/21/07, Dave Rathnow <[EMAIL PROTECTED]> wrote: > I'm sorry to clutter this list with this question but I've asked the > user's list and got no useful responses. > > I'm trying to use the maven-war-plugin to install a war into my local > repository. "mv

Re: maven-war-plugin v2.0.2 in jira

2007-01-11 Thread Jason van Zyl
On 11 Jan 07, at 3:21 AM 11 Jan 07, Tomasz Pik wrote: Hi, It looks that version 2.0.2 of maven-war-plugin is not marked as relesed in jira so changes are not visible in changelog - they are in roadmap. Can somebody take care about this? Done. Thanks, Tomek

Re: maven-war plugin

2004-11-18 Thread Patrick Moore
It is true that I could create a project specific preGoal that is attached to war:war-resources and copies the files to a temporary common location. But this seems to me the wrong direction since the whole nature of maven (from a user perspective) is to describe what is wanted not how to accomp