client: In pom.xml fix jetty:run to include utilities/scripts/db/ in its classpath
Signed-off-by: Rohit Yadav <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/295b3272 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/295b3272 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/295b3272 Branch: refs/heads/master Commit: 295b327281182c2767be57f8c3b75b8126452ea2 Parents: 0e35447 Author: Rohit Yadav <[email protected]> Authored: Sat Feb 16 13:28:43 2013 +0530 Committer: Rohit Yadav <[email protected]> Committed: Sat Feb 16 13:31:59 2013 +0530 ---------------------------------------------------------------------- client/pom.xml | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/295b3272/client/pom.xml ---------------------------------------------------------------------- diff --git a/client/pom.xml b/client/pom.xml index bd8283d..38d0c4e 100644 --- a/client/pom.xml +++ b/client/pom.xml @@ -229,9 +229,12 @@ </connector> </connectors> <jvmArgs>-XX:MaxPermSize=512m -Xmx2g</jvmArgs> - <contextPath>/client</contextPath> <webXml>${project.build.directory}/${project.build.finalName}/WEB-INF/web.xml</webXml> <webAppSourceDirectory>${project.build.directory}/${project.build.finalName}</webAppSourceDirectory> + <webAppConfig> + <contextPath>/client</contextPath> + <extraClasspath>${project.build.directory}/utilities/scripts/db/;${project.build.directory}/utilities/scripts/db/db/</extraClasspath> + </webAppConfig> </configuration> </plugin> <plugin>
