aboutsummaryrefslogtreecommitdiffstats
path: root/ajsc-aai/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'ajsc-aai/pom.xml')
-rw-r--r--ajsc-aai/pom.xml5
1 files changed, 4 insertions, 1 deletions
diff --git a/ajsc-aai/pom.xml b/ajsc-aai/pom.xml
index 3ed7067..38dc9c9 100644
--- a/ajsc-aai/pom.xml
+++ b/ajsc-aai/pom.xml
@@ -554,13 +554,16 @@
<version>2.12.4</version>
<configuration>
<reuseForks>false</reuseForks>
- <forkMode>always</forkMode>
+ <threadCount>1</threadCount>
<argLine>-javaagent:${project.build.directory}/agents/powermock-javaagent.jar
-noverify</argLine>
<systemPropertyVariables>
<AJSC_HOME>.</AJSC_HOME>
<BUNDLECONFIG_DIR>bundleconfig-local</BUNDLECONFIG_DIR>
</systemPropertyVariables>
+ <excludes>
+ <exclude>**/*.java</exclude>
+ </excludes>
</configuration>
</plugin>
<plugin>