RE: Creating a .wsr file artifact

2006-10-08 Thread Swenson, Eric
Sent: Sunday, October 08, 2006 1:10 PM To: Maven Developers List Subject: Re: Creating a .wsr file artifact Eric, I'm getting to this a little late as it appears you've already created the plugin, but there are the jboss-sar and jboss-packaging plugins over at mojo.codehaus.org th

Re: Creating a .wsr file artifact

2006-10-08 Thread Doug Douglass
3:09 AM To: Maven Developers List Subject: Re: Creating a .wsr file artifact IIRC those are "standard" mappings and they are defined inside the components.xml defined in the maven-core plugin in your /lib directory. Because your plugin is not a "standard" plugin you have to use t

RE: Creating a .wsr file artifact

2006-10-07 Thread Swenson, Eric
l Beckwith [mailto:[EMAIL PROTECTED] Sent: Saturday, October 07, 2006 3:09 AM To: Maven Developers List Subject: Re: Creating a .wsr file artifact IIRC those are "standard" mappings and they are defined inside the components.xml defined in the maven-core plugin in your /lib directory. Becaus

Re: Creating a .wsr file artifact

2006-10-07 Thread Nathan Beyer
Yet these both appear to define a default life cycle mapping (somehow). -- Eric -Original Message- From: Swenson, Eric Sent: Friday, October 06, 2006 11:56 PM To: Maven Developers List Subject: RE: Creating a .wsr file artifact Thanks Nathan. But I'm still not getting anywhere. I as

Re: Creating a .wsr file artifact

2006-10-07 Thread Wendell Beckwith
ne a default life cycle mapping (somehow). -- Eric -Original Message- From: Swenson, Eric Sent: Friday, October 06, 2006 11:56 PM To: Maven Developers List Subject: RE: Creating a .wsr file artifact Thanks Nathan. But I'm still not getting anywhere. I assume what you're sayin

RE: Creating a .wsr file artifact

2006-10-07 Thread Swenson, Eric
List Subject: RE: Creating a .wsr file artifact Thanks Nathan. But I'm still not getting anywhere. I assume what you're saying is that I need to add a META-INF/plexus/components.xml to my plugin jar. I've done that (but perhaps the contents is still not right), but I still get the

RE: Creating a .wsr file artifact

2006-10-06 Thread Swenson, Eric
ugh? Thanks. -- Eric -Original Message- From: Nathan Beyer [mailto:[EMAIL PROTECTED] Sent: Friday, October 06, 2006 9:43 PM To: Maven Developers List Subject: Re: Creating a .wsr file artifact Check out the CustomArtifactHandler part of this guide [1]. I think what you're missi

Re: Creating a .wsr file artifact

2006-10-06 Thread Nathan Beyer
install". How can I enable this for my maven-wsr-plugin (e.g. pom files with wsr? -- Eric -Original Message----- From: Swenson, Eric Sent: Friday, October 06, 2006 5:53 PM To: dev@maven.apache.org Subject: Creating a .wsr file artifact I'm using Maven 2.0.4 and need to produce a .

RE: Creating a .wsr file artifact

2006-10-06 Thread Swenson, Eric
with wsr? -- Eric -Original Message- From: Swenson, Eric Sent: Friday, October 06, 2006 5:53 PM To: dev@maven.apache.org Subject: Creating a .wsr file artifact I'm using Maven 2.0.4 and need to produce a .wsr file. A .wsr file is a jboss web service archive and is very similar to a

Creating a .wsr file artifact

2006-10-06 Thread Swenson, Eric
I'm using Maven 2.0.4 and need to produce a .wsr file. A .wsr file is a jboss web service archive and is very similar to a .war file, a .sar file, and an .ear file. I've tried two tacts so far, neither successful. The first approach was to take the mavin-war-plugin sources, renaming all insta