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

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

2010-02-02 Thread Zaleski, Rich
I've come across a problem that is closed and marked "Won't Fix". http://jira.codehaus.org/browse/MWAR-121?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=208952#action_208952 It would be great if this would be fixed. It seems the maven-source-plugin works

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
mber 21, 2007 09:43 PM > To: Maven 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 plea

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

2007-09-25 Thread Stephane Nicoll
lopers 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 > >

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
war-plugin not installing war. Installs ".jar" and renames it to ".war" 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 an

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

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

2007-09-21 Thread Dave Rathnow
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. "mvn clean install" runs fine and says it complete succesfully. If I look under the "target" directory