Skip to content

Commit 6d3de41

Browse files
author
Prasanna Santhanam
committed
mvn: fix cloudmonkey build
removing cachegen.py that is no longer required for execution Signed-off-by: Prasanna Santhanam <tsp@apache.org>
1 parent ddb794d commit 6d3de41

1 file changed

Lines changed: 0 additions & 14 deletions

File tree

tools/cli/pom.xml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -71,20 +71,6 @@
7171
</arguments>
7272
</configuration>
7373
</execution>
74-
<execution>
75-
<id>cachegen</id>
76-
<phase>compile</phase>
77-
<goals>
78-
<goal>exec</goal>
79-
</goals>
80-
<configuration>
81-
<workingDirectory>${basedir}/cloudmonkey</workingDirectory>
82-
<executable>python</executable>
83-
<arguments>
84-
<argument>cachegen.py</argument>
85-
</arguments>
86-
</configuration>
87-
</execution>
8874
<execution>
8975
<id>package</id>
9076
<phase>compile</phase>

0 commit comments

Comments
 (0)