You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ml...@apache.org on 2013/01/30 21:55:09 UTC

[4/50] git commit: mvn: fix cloudmonkey build

mvn: fix cloudmonkey build

removing cachegen.py that is no longer required for execution

Signed-off-by: Prasanna Santhanam <ts...@apache.org>


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

Branch: refs/heads/add_remove_nics
Commit: 6d3de41d4262abeedab234a08e8fb5714b69a9bf
Parents: ddb794d
Author: Prasanna Santhanam <ts...@apache.org>
Authored: Sun Jan 27 14:49:15 2013 +0530
Committer: Prasanna Santhanam <ts...@apache.org>
Committed: Sun Jan 27 14:49:50 2013 +0530

----------------------------------------------------------------------
 tools/cli/pom.xml |   14 --------------
 1 files changed, 0 insertions(+), 14 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/6d3de41d/tools/cli/pom.xml
----------------------------------------------------------------------
diff --git a/tools/cli/pom.xml b/tools/cli/pom.xml
index aba5ec3..c76cd65 100644
--- a/tools/cli/pom.xml
+++ b/tools/cli/pom.xml
@@ -72,20 +72,6 @@
             </configuration>
           </execution>
           <execution>
-            <id>cachegen</id>
-            <phase>compile</phase>
-            <goals>
-              <goal>exec</goal>
-            </goals>
-            <configuration>
-              <workingDirectory>${basedir}/cloudmonkey</workingDirectory>
-              <executable>python</executable>
-              <arguments>
-                  <argument>cachegen.py</argument>
-              </arguments>
-            </configuration>
-          </execution>
-          <execution>
             <id>package</id>
             <phase>compile</phase>
             <goals>