diff options
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -33,7 +33,7 @@ <parent> <groupId>org.onap.oparent</groupId> <artifactId>oparent</artifactId> - <version>2.0.0</version> + <version>2.1.0</version> </parent> <description> @@ -1164,7 +1164,7 @@ </goals> <phase>deploy</phase> <configuration> - <arguments>run-script publish</arguments> + <arguments>publish</arguments> </configuration> </execution> </executions> @@ -1178,6 +1178,11 @@ <target>13</target> </configuration> </plugin> + <plugin> + <groupId>org.sonarsource.scanner.maven</groupId> + <artifactId>sonar-maven-plugin</artifactId> + <version>3.7.0.1746</version> + </plugin> </plugins> </build> </project> |