aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml15
1 files changed, 15 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 3071906..b161eff 100644
--- a/pom.xml
+++ b/pom.xml
@@ -68,6 +68,21 @@
</arguments>
</configuration>
</execution>
+ <execution>
+ <id>python-clean</id>
+ <phase>clean</phase>
+ <goals>
+ <goal>exec</goal>
+ </goals>
+ <configuration>
+ <workingDirectory>./src/python</workingDirectory>
+ <executable>rm</executable>
+ <arguments>
+ <argument>-rf</argument>
+ <argument>.tox</argument>
+ </arguments>
+ </configuration>
+ </execution>
</executions>
</plugin>
</plugins>