Hello all, I'm trying to figure out how to best handle deployment of war apps to a running instance of Liferay (www.liferay.com). Liferay supports hotdeploy using either an online web form or a Java class. (Alternatively you can just drop war files into the webapps folder of the servlet container.) In each case there's a caveat. The web form hides the URL in a form and uses a bunch of parameters that confuse me. The deploy folder can't be written to directly for the risk of the auto deploy scanner picking the file up before it's completely copied over, and then there's the Java class. I'm still green with Maven so I'm wondering if there's an easy way to disable wagon during deploy and delegate the deploy work to the Liferay PortletDeployer class. Would I need to define a new archetype? Is there some easy settings in the POM that I can use? Please advise! Thanx in advance!
Cliff -- View this message in context: http://www.nabble.com/Running-a-Java-class-for-deployment-tf3930378s177.html#a11147457 Sent from the Maven - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
