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.My super POM does not define any profiles.Doing a "mvn install" from my top level project directly only does the building and creation of my war file.If I wish to deploy the war to jboss or tomcat I'm doing it manually by executing "
mvn install cargo:start
from the eportal-web module directory.How do i configure my top level pom.xml to do all , i.e compile , build , generate war and then deploy it to jboss? -- Jeff Mutonho GoogleTalk : ejbengine Skype : ejbengine Registered Linux user number 366042 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]