on ubuntu, in order to build debs, need to add add-apt-repository ppa:natecarlson/maven3, then install maven3
Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/17b2af2a Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/17b2af2a Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/17b2af2a Branch: refs/heads/javelin Commit: 17b2af2a90a2f07475a9cd2007a2a04a55d82704 Parents: ff58e05 Author: Edison Su <[email protected]> Authored: Wed Sep 12 15:26:59 2012 -0700 Committer: Edison Su <[email protected]> Committed: Wed Sep 12 15:27:51 2012 -0700 ---------------------------------------------------------------------- debian/control | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/17b2af2a/debian/control ---------------------------------------------------------------------- diff --git a/debian/control b/debian/control index 796b49d..a39df26 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: cloud Section: libs Priority: extra Maintainer: Wido den Hollander <[email protected]> -Build-Depends: debhelper (>= 7), openjdk-6-jdk, tomcat6, libws-commons-util-java, libcommons-dbcp-java, libcommons-collections-java, libcommons-httpclient-java, libservlet2.5-java, genisoimage, python-mysqldb, maven (>= 3.0.4), liblog4j1.2-java (>= 1.2.16) + Build-Depends: debhelper (>= 7), openjdk-6-jdk, tomcat6, libws-commons-util-java, libcommons-dbcp-java, libcommons-collections-java, libcommons-httpclient-java, libservlet2.5-java, genisoimage, python-mysqldb, maven3, liblog4j1.2-java (>= 1.2.16) Standards-Version: 3.8.1 Homepage: http://www.cloudstack.org/
