Ensure Proper Process is Killed With Managix Stop
Change-Id: I781317c8266f5e310fcee771f98a53081d9cc34a
Reviewed-on: https://asterix-gerrit.ics.uci.edu/1707
Reviewed-by: Ian Maxon <imaxon@apache.org>
Sonar-Qube: Jenkins <jenkins@fulliautomatix.ics.uci.edu>
Tested-by: Jenkins <jenkins@fulliautomatix.ics.uci.edu>
diff --git a/hyracks-fullstack/pom.xml b/hyracks-fullstack/pom.xml
index 310e346..0ab040b 100644
--- a/hyracks-fullstack/pom.xml
+++ b/hyracks-fullstack/pom.xml
@@ -225,6 +225,9 @@
<licenseFamily implementation="org.apache.rat.license.Apache20LicenseFamily"/>
</licenseFamilies>
<excludeSubProjects>true</excludeSubProjects>
+ <excludes combine.children="append">
+ <exclude>**/*.iml</exclude>
+ </excludes>
</configuration>
</plugin>
<plugin>