summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml12
1 files changed, 11 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 4b0217cc..959fdce1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,7 +1,8 @@
<?xml version="1.0"?>
<!--
+===========LICENSE_START========================================================
================================================================================
-Copyright (c) 2017 AT&T Intellectual Property. All rights reserved.
+Copyright (c) 2017,2023 AT&T Intellectual Property. All rights reserved.
================================================================================
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@@ -70,6 +71,15 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property.
<sonar.pluginName>JS</sonar.pluginName>
<sonar.inclusions>**/*.js</sonar.inclusions>
-->
+ <onap-gerrit-review>
+ -changelog-missing
+ -missing-setup-py
+ -changelog-or-release-file-missing
+ -copyright-year-not-found-in-file
+ -text-before-copyright
+ -copyright-not-found-in-file
+ -capitalized-extension
+ </onap-gerrit-review>
</properties>
<build>
<finalName>${project.artifactId}-${project.version}</finalName>