mvn: fix cloudmonkey build removing cachegen.py that is no longer required for execution
Signed-off-by: Prasanna Santhanam <[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/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/ui-plugins Commit: 6d3de41d4262abeedab234a08e8fb5714b69a9bf Parents: ddb794d Author: Prasanna Santhanam <[email protected]> Authored: Sun Jan 27 14:49:15 2013 +0530 Committer: Prasanna Santhanam <[email protected]> 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>
