aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorAndy Mayer <am803u@att.com>2018-04-11 14:01:00 +0000
committerGerrit Code Review <gerrit@onap.org>2018-04-11 14:01:00 +0000
commite2cfc77754b0a38f23f9988525f3caa8ee228a1f (patch)
tree1cdc9653bfceb13270085ea49a57a1b3298aaa05 /pom.xml
parentc19393b8e17e520d7fa474da552e86e6cbd41add (diff)
parentb5fb07d04fec092faf966ca488e754558126be47 (diff)
Merge "Add license in missing .http and .properties files"
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml7
1 files changed, 5 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 80f0002..555a218 100644
--- a/pom.xml
+++ b/pom.xml
@@ -274,12 +274,15 @@
<configuration>
<header>LICENSE.TXT</header>
<includes>
- <include>src/main/java/**</include>
- <include>src/test/java/**</include>
+ <include>restclient/**</include>
+ <include>src/**</include>
<include>pom.xml</include>
</includes>
<skipExistingHeaders>true</skipExistingHeaders>
<skip>false</skip>
+ <mapping>
+ <http>SCRIPT_STYLE</http>
+ </mapping>
</configuration>
<executions>
<execution>