diff options
author | mharazin <mateusz.harazin@nokia.com> | 2020-01-22 09:04:01 +0100 |
---|---|---|
committer | mharazin <mateusz.harazin@nokia.com> | 2020-01-22 15:15:26 +0100 |
commit | 9f4d6c586c78ea04e6e1489214f4544ca8f209f4 (patch) | |
tree | 64bef38ce74e1f4d9dd96754f85115ad31c89d66 /pom.xml | |
parent | 17413ddf83ba8a51e978b368313cd366d57b1e48 (diff) |
Add some new tests in BBInputSetupUtilsTest
To increase the coverage of BBInputSetupUtils class
Issue-ID: SO-2600
Signed-off-by: Mateusz Harazin <mateusz.harazin@nokia.com>
Change-Id: I9aa36344d7390d502476d9604ef194455a39f204
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 16 |
1 files changed, 8 insertions, 8 deletions
@@ -503,16 +503,16 @@ <version>3.0.0-M3</version> <executions> <execution> - <id>enforce-property</id> - <configuration> - <skip>true</skip> - </configuration> + <id>enforce-property</id> + <configuration> + <skip>true</skip> + </configuration> </execution> <execution> - <id>enforce-no-snapshots</id> - <configuration> - <skip>true</skip> - </configuration> + <id>enforce-no-snapshots</id> + <configuration> + <skip>true</skip> + </configuration> </execution> <execution> <id>enforce-banned-dependencies</id> |