James, You may try out the jetty plugin cf. http://maven.apache.org/plugins/maven-war-plugin/examples/rapid-testing-jetty6-plugin.html it you are in tomcat specific need try out cargo cf. http://cargo.codehaus.org/Deploying+to+a+running+container
and if you only need to do this during dev, what I do is : * use M2Eclipse for the java project and have it deplying the war as exploded war in my tomcat/jboss folder * have Flashbuilder compile the swf in the deployed exploded war (using linked resource) Cheers, François On Tue, Mar 8, 2011 at 8:24 AM, James Ward <[email protected]> wrote: > Hi, > > I want to run some FlexUnit integration tests from Maven, but to do so I > need to startup a Tomcat server and deploy out the contents of my Java > subproject. It seems like I should be able to automate this from Maven, > but I can't figure out how. Any ideas or pointers? > > Thanks! > > -James > > -- > You received this message because you are subscribed to the Google > Groups "Flex Mojos" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/flex-mojos > > http://flexmojos.sonatype.org/ > -- François Le Droff http://www.droff.com -- You received this message because you are subscribed to the Google Groups "Flex Mojos" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/flex-mojos http://flexmojos.sonatype.org/
