mirror of https://github.com/apache/cloudstack.git
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:
parent
ddb794d960
commit
6d3de41d42
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue