GitHub user miguelaferreira opened a pull request: https://github.com/apache/cloudstack/pull/947
Add MySQL connector dependency to developer profile The most common way to run the management server while developing is to start up Jetty via maven. However, in a continuous integration pipeline it is best to actually deploy the WAR file in a tomcat instance to make the setup as close as possible to a production environment. This PR adds the MySQL connector dependency to the maven developer profile in order to make it easier to deploy a WAR file in the context of a continuous integration pipeline. You can merge this pull request into a Git repository by running: $ git pull https://github.com/miguelaferreira/cloudstack add-mysql-to-developer-profile Alternatively you can review and apply these changes as the patch at: https://github.com/apache/cloudstack/pull/947.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #947 ---- commit e9ab28f6a2de81d8596fdb4b8e6d4aa967acfe1a Author: Miguel Ferreira <miguelferre...@me.com> Date: 2015-10-19T09:29:23Z Add MySQL connector dependency to developer profile ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---