Skip to content

Commit

Permalink
CAMEL-13336: update license header configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
zregvart committed Mar 19, 2019
1 parent 6e3c5ba commit 13239ad
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion buildingtools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
<include>**/header-xml.txt</include>
</includes>
<mapping>
<header-java.txt>JAVADOC_STYLE</header-java.txt>
<header-java.txt>SLASHSTAR_STYLE</header-java.txt>
<header-properties.txt>CAMEL_PROPERTIES_STYLE</header-properties.txt>
<header-xml.txt>XML_STYLE</header-xml.txt>
</mapping>
Expand Down
2 changes: 1 addition & 1 deletion buildingtools/src/main/resources/header-java.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/**
/*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
Expand Down
3 changes: 3 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -774,8 +774,11 @@
<exclude>**/cacerts</exclude>
<exclude>**/*.p12</exclude>
<exclude>**/*.txt</exclude>
<exclude>.mvn/**</exclude>
<exclude>mvnw*</exclude>
</excludes>
<mapping>
<java>SLASHSTAR_STYLE</java>
<properties>CAMEL_PROPERTIES_STYLE</properties>
<spring.factories>CAMEL_PROPERTIES_STYLE</spring.factories>
<spring.provides>CAMEL_PROPERTIES_STYLE</spring.provides>
Expand Down

0 comments on commit 13239ad

Please sign in to comment.