On 7/5/06, Jo Vandermeeren <[EMAIL PROTECTED]> wrote:
> > On 7/5/06, Jeff Mutonho <[EMAIL PROTECTED]> wrote: > > I've got two profiles for deploying a war to either jboss or tomcat > > .The jboss deploy is called "jboss4x-deploy' and the tomcat one > > "tomcat5-deploy".The profiles are defined in my web-module > > ("eportal-web") pom.xml.> How do i configure my top level > > pom.xml to do all , i.e compile , build , generate war and then deploy > > it to jboss? If you want to activate one or more profiles, you can always use the command line parameter "-P" and give it a comma-separated list of profile names.
I did try ">mvn install -Pjboss4x" from the top level directory , but only a build was done.The deployment to JBoss that is in the "jboss4x" profile was not invoked.The war file was built but not deployed, as i want to be Jeff Mutonho GoogleTalk : ejbengine Skype : ejbengine Registered Linux user number 366042 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
