You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@juddi.apache.org by Alex O'Ree <sp...@gmail.com> on 2013/05/05 15:34:36 UTC

how to guide for war construction?

Is there a quick matrix or doc that describes how and what the options
are for making a preconfigured war file for the various targets?
(axis, jbossws native, etc)

Re: how to guide for war construction?

Posted by Kurt Stam <ku...@gmail.com>.
Yes it is

On May 5, 2013, at 11:48, "Alex O'Ree" <sp...@gmail.com> wrote:

> Thanks
> 
> Is the Axis2 profile for Debry and OpenJPA? I'm working on the wiki
> docs and the readme
> 
> On Sun, May 5, 2013 at 10:52 AM, Kurt T Stam <ku...@gmail.com> wrote:
>> On 5/5/13 9:34 AM, Alex O'Ree wrote:
>> 
>> Is there a quick matrix or doc that describes how and what the options
>> are for making a preconfigured war file for the various targets?
>> (axis, jbossws native, etc)
>> 
>> Yes:
>> 
>> http://svn.apache.org/repos/asf/juddi/trunk/juddiv3-war/pom.xml
>> 
>> A profile can be invoked using the -P flag
>> 
>> For example:
>> 
>> mvn package -P hibernate-jbossws-cxf
>> 
>> The profiles have different configuration for the maven war plugin:
>> 
>> http://maven.apache.org/plugins/maven-war-plugin/
>> 
>> There is also a readme in the same directory.
>> 
>> Cheers,
>> 
>> --Kurt

Re: how to guide for war construction?

Posted by Alex O'Ree <sp...@gmail.com>.
Thanks

Is the Axis2 profile for Debry and OpenJPA? I'm working on the wiki
docs and the readme

On Sun, May 5, 2013 at 10:52 AM, Kurt T Stam <ku...@gmail.com> wrote:
> On 5/5/13 9:34 AM, Alex O'Ree wrote:
>
> Is there a quick matrix or doc that describes how and what the options
> are for making a preconfigured war file for the various targets?
> (axis, jbossws native, etc)
>
> Yes:
>
> http://svn.apache.org/repos/asf/juddi/trunk/juddiv3-war/pom.xml
>
> A profile can be invoked using the -P flag
>
> For example:
>
> mvn package -P hibernate-jbossws-cxf
>
> The profiles have different configuration for the maven war plugin:
>
> http://maven.apache.org/plugins/maven-war-plugin/
>
> There is also a readme in the same directory.
>
> Cheers,
>
> --Kurt

Re: how to guide for war construction?

Posted by Kurt T Stam <ku...@gmail.com>.
On 5/5/13 9:34 AM, Alex O'Ree wrote:
> Is there a quick matrix or doc that describes how and what the options
> are for making a preconfigured war file for the various targets?
> (axis, jbossws native, etc)
Yes:

http://svn.apache.org/repos/asf/juddi/trunk/juddiv3-war/pom.xml

A profile can be invoked using the -P flag

For example:

mvn package -P hibernate-jbossws-cxf

The profiles have different configuration for the maven war plugin:

http://maven.apache.org/plugins/maven-war-plugin/

There is also a readme in the same directory.

Cheers,

--Kurt