On Wed, 18 Aug 2004 06:39:26 -0700 (PDT), jeff mutonho
<[EMAIL PROTECTED]> wrote:
> Hi guys.
> I've successfully build all the sub-projects that form my application.Some of the 
> sub-projects are EJB projects that will run on a Websphere 4.0  AppServer.
> I know there's a Maven Websphere plugin for Websphere 4.0.I'm struggling to get 
> documentation on how to generate the deploy code, how to go about building the WAR 
> for the web project and eventually the EAR for the whole application.Any pointers , 
> hints,etc
> Please break it down for me :)

You build the war using maven's war goal.

If you're building these things inside WSAD, you might want to set:
maven.war.src=${basedir}/webApplication
maven.war.src.excludes=WEB-INF/classes/*
maven.war.manifest=${pom.build.sourceDirectory}/META-INF/MANIFEST.MF

or something similar.

As for generating the deployment code for the ejbs, see
http://maven-plugins.sourceforge.net/maven-was40-plugin/properties.html
and in particular the maven.was40.ejb.generateCode property.
-- 
http://www.multitask.com.au/people/dion/

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to