Updated Branches: refs/heads/javelin 8ef9e32cf -> b104d22b7
if db.properties.override missing, shouldn't panic Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/b104d22b Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/b104d22b Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/b104d22b Branch: refs/heads/javelin Commit: b104d22b777089deded266c19200bd1d571df232 Parents: f6ac4db Author: Edison Su <[email protected]> Authored: Wed Oct 10 16:20:35 2012 -0700 Committer: Edison Su <[email protected]> Committed: Fri Oct 19 15:27:44 2012 -0700 ---------------------------------------------------------------------- .gitignore | 1 + developer/pom.xml | 1 + 2 files changed, 2 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/b104d22b/.gitignore ---------------------------------------------------------------------- diff --git a/.gitignore b/.gitignore index 3db1674..8a80bcc 100644 --- a/.gitignore +++ b/.gitignore @@ -58,3 +58,4 @@ awsapi/modules/* .project .settings.xml .settings/ +db.properties.override http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/b104d22b/developer/pom.xml ---------------------------------------------------------------------- diff --git a/developer/pom.xml b/developer/pom.xml index 74edead..d2352c2 100644 --- a/developer/pom.xml +++ b/developer/pom.xml @@ -56,6 +56,7 @@ <file>${project.parent.basedir}/utils/conf/db.properties</file> <file>${project.parent.basedir}/utils/conf/db.properties.override</file> </files> + <quiet>true</quiet> </configuration> </execution> </executions>
