Skip to content

Commit

Permalink
Merge pull request #146 from gsmet/license-fix
Browse files Browse the repository at this point in the history
BVAL-721 Move the license check configuration files to another directory
  • Loading branch information
gsmet committed Aug 1, 2019
2 parents 30b35cd + 3d9447e commit 9e42361
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
6 changes: 3 additions & 3 deletions pom.xml
Expand Up @@ -235,11 +235,11 @@
<artifactId>license-maven-plugin</artifactId>
<version>3.0</version>
<configuration>
<header>${project.basedir}/src/main/resources/license.header</header>
<header>${project.basedir}/license/license.header</header>
<strictCheck>true</strictCheck>
<headerDefinitions>
<headerDefinition>${project.basedir}/src/main/resources/java-header-style.xml</headerDefinition>
<headerDefinition>${project.basedir}/src/main/resources/xml-header-style.xml</headerDefinition>
<headerDefinition>${project.basedir}/license/java-header-style.xml</headerDefinition>
<headerDefinition>${project.basedir}/license/xml-header-style.xml</headerDefinition>
</headerDefinitions>
<mapping>
<java>JAVA_CLASS_STYLE</java>
Expand Down

0 comments on commit 9e42361

Please sign in to comment.