aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorMatthieuGeerebaert <matthieu.geerebaert@orange.com>2018-04-11 12:27:00 +0200
committerMatthieuGeerebaert <matthieu.geerebaert@orange.com>2018-04-11 12:27:00 +0200
commitb5fb07d04fec092faf966ca488e754558126be47 (patch)
tree3968582a75dcc4f9f2716a762737d725cf729f66 /pom.xml
parent5fba6668566c68b23d97541192fef43fb074bf9b (diff)
Add license in missing .http and .properties files
Change-Id: I363151c3469442f056068346e6d9f9a14b54765b Issue-ID: EXTAPI-53 Signed-off-by: Matthieu Geerebaert <matthieu.geerebaert@orange.com>
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 a85cb4c..6d048c0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -261,12 +261,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>