You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by mu...@apache.org on 2012/12/06 09:09:10 UTC

[21/100] [abbrv] git commit: Fix maven build

Fix maven build


Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/9dea5f5f
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/9dea5f5f
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/9dea5f5f

Branch: refs/heads/events-framework
Commit: 9dea5f5fc15c03ce9290d07476c6b330285e1651
Parents: 70a5a22
Author: Edison Su <su...@gmail.com>
Authored: Tue Nov 13 13:17:26 2012 -0800
Committer: Edison Su <su...@gmail.com>
Committed: Tue Nov 13 13:17:26 2012 -0800

----------------------------------------------------------------------
 console-proxy/pom.xml |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/9dea5f5f/console-proxy/pom.xml
----------------------------------------------------------------------
diff --git a/console-proxy/pom.xml b/console-proxy/pom.xml
index ef0b656..c7871b2 100644
--- a/console-proxy/pom.xml
+++ b/console-proxy/pom.xml
@@ -51,6 +51,7 @@
       <groupId>org.apache.cloudstack</groupId>
       <artifactId>cloud-patches</artifactId>
       <version>${project.version}</version>
+      <type>pom</type>
     </dependency>
   </dependencies>
   <build>