summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorgrabinsk <maciej.grabinski@nokia.com>2019-04-05 13:34:14 +0200
committerMaciej Grabinski <maciej.grabinski@nokia.com>2019-04-05 13:23:14 +0000
commitf34a9a055140573c759df8e34e3121d4956668da (patch)
tree72c2662c069f54ea2254ba018373a5fadebcd1b0 /pom.xml
parent2abfecad9aeb88ba95d62d718376535fb6e00325 (diff)
Remove unused code from autogenerated AAI model objects
Hand written pojos will have to be replaced with autogenerated ones Change-Id: I5d6fd37e8ce56ab1e0cda3d1b308ce51c5e0ebd1 Issue-ID: DCAEGEN2-1391 Signed-off-by: grabinsk <maciej.grabinski@nokia.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml9
1 files changed, 0 insertions, 9 deletions
diff --git a/pom.xml b/pom.xml
index c1d76eb9..bee117ed 100644
--- a/pom.xml
+++ b/pom.xml
@@ -122,15 +122,6 @@
<skip>true</skip>
</configuration>
</plugin>
- <plugin>
- <groupId>org.jacoco</groupId>
- <artifactId>jacoco-maven-plugin</artifactId>
- <configuration>
- <excludes>
- <exclude>**/*ResultModel.*</exclude>
- </excludes>
- </configuration>
- </plugin>
</plugins>
</pluginManagement>
</build>