mvn: fix cloudmonkey build

removing cachegen.py that is no longer required for execution

Signed-off-by: Prasanna Santhanam <tsp@apache.org>
This commit is contained in:
Prasanna Santhanam 2013-01-27 14:49:15 +05:30
parent ddb794d960
commit 6d3de41d42
1 changed files with 0 additions and 14 deletions

View File

@ -71,20 +71,6 @@
</arguments>
</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>