diff options
author | 2019-07-11 10:42:11 +0200 | |
---|---|---|
committer | 2019-07-11 10:42:11 +0200 | |
commit | 0414d985162bad8bad29a1e0527b84a3ff6c0aa3 (patch) | |
tree | 87f59001b27b68af308cd0647531ad86dd752571 /pom.xml | |
parent | d8147920f168eddb65722543054cafe06f5bf201 (diff) |
Oparent 2.0 migration
Introduce Oparent 2.0 as parent project, add license headers.
Change-Id: I25dbaa9bf24eb74dac6a7d9ed56f9269fc17ab78
Issue-ID: SDC-2431
Signed-off-by: Piotr Darosz <piotr.darosz@nokia.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -10,6 +10,13 @@ <version>1.5.1-SNAPSHOT</version> <packaging>jar</packaging> + <parent> + <groupId>org.onap.oparent</groupId> + <artifactId>oparent</artifactId> + <version>2.0.0</version> + <relativePath/> + </parent> + <properties> <!-- ==================== --> @@ -197,6 +204,15 @@ </plugin> <plugin> + <artifactId>maven-checkstyle-plugin</artifactId> + <version>2.17</version> + <configuration> + <suppressionsLocation>checkstyle-suppressions.xml</suppressionsLocation> + <suppressionsFileExpression>checkstyle.suppressions.file</suppressionsFileExpression> + </configuration> + </plugin> + + <plugin> <groupId>org.jacoco</groupId> <artifactId>jacoco-maven-plugin</artifactId> <version>0.7.8</version> |