summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/pom.xml b/pom.xml
index 2b59034..7dff143 100644
--- a/pom.xml
+++ b/pom.xml
@@ -267,6 +267,11 @@
<goals>
<goal>prepare-agent</goal>
</goals>
+ <configuration>
+ <excludes>
+ <exclude>*</exclude>
+ </excludes>
+ </configuration>
</execution>
<execution>
<id>report</id>
@@ -276,11 +281,6 @@
</goals>
</execution>
</executions>
- <configuration>
- <excludes>
- <exclude>**/*App.*</exclude>
- </excludes>
- </configuration>
</plugin>
</plugins>
</build>