Hi, I need to build a maven project that uses the WSO2 Greg as backend. So far, we have our hudson build to do the following build steps: 1.- run an already installed wso2 server using: /$directory/bin/wso2server.sh -start 2.- run mvn clean install 3.- stop the wso2 server using: /$directory/bin/wso2server.sh -stop
To work in our local machines, we basically have to remember to start wso2, then run our builds. Is there a way to have an embeeded wso2 to run straight in our maven run (using a maven plugin)?, or perhaps a testing framework to do this setup?. How do you guys handle this? Regards.
_______________________________________________ Carbon-dev mailing list [email protected] http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
