aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorSotiropoulos, Ioannis (is948x) <Ioannis.Sotiropoulos@amdocs.com>2018-07-12 11:02:18 +0100
committerSotiropoulos, Ioannis (is948x) <Ioannis.Sotiropoulos@amdocs.com>2018-07-12 11:02:18 +0100
commit194adee686ebb90488f739f2c637f6cb3def94d5 (patch)
treee0b5ddf0a188c559f81a228f124c246ddfdab648 /pom.xml
parentd5322dbd0fa1e32d543b24824a28d6bf0a0b5497 (diff)
Fix sonar violations
Issue-ID: AAI-1190 Change-Id: I72894665b288416069d3c2eb84185fcc303976f7 Signed-off-by: Sotiropoulos, Ioannis (is948x) <Ioannis.Sotiropoulos@amdocs.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml5
1 files changed, 4 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index e79e4ad..a3ee5d1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -385,12 +385,15 @@ limitations under the License.
<includes>
<include>src/main/java/**</include>
<include>src/test/java/**</include>
+ <include>pom.xml</include>
</includes>
+ <skipExistingHeaders>true</skipExistingHeaders>
</configuration>
<executions>
<execution>
<goals>
- <goal>format</goal>
+ <!-- Set goal from "check" to "format" to auto update license headers -->
+ <goal>check</goal>
</goals>
<phase>process-sources</phase>
</execution>