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

Reply via email to