diff options
author | grabinsk <maciej.grabinski@nokia.com> | 2019-04-05 13:34:14 +0200 |
---|---|---|
committer | Maciej Grabinski <maciej.grabinski@nokia.com> | 2019-04-05 13:23:14 +0000 |
commit | f34a9a055140573c759df8e34e3121d4956668da (patch) | |
tree | 72c2662c069f54ea2254ba018373a5fadebcd1b0 /pom.xml | |
parent | 2abfecad9aeb88ba95d62d718376535fb6e00325 (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.xml | 9 |
1 files changed, 0 insertions, 9 deletions
@@ -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> |