Skip to content

Commit

Permalink
Merge pull request #522 from ppalaga/191206-no-lics-sjms-data
Browse files Browse the repository at this point in the history
Do not check licenses in integration-tests/sjms/data
  • Loading branch information
oscerd committed Dec 6, 2019
2 parents d0b42e3 + 697c482 commit 5b8497a
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 17 deletions.
10 changes: 10 additions & 0 deletions integration-tests/sjms/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,16 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>com.mycila</groupId>
<artifactId>license-maven-plugin</artifactId>
<configuration>
<excludes>
<exclude>data/**/*</exclude>
</excludes>
</configuration>
</plugin>

</plugins>
</build>

Expand Down
34 changes: 17 additions & 17 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -279,29 +279,29 @@
<failIfUnknown>true</failIfUnknown>
<header>header.txt</header>
<excludes>
<exclude>KEYS</exclude>
<exclude>**/NOTICE</exclude>
<exclude>**/LICENSE</exclude>
<exclude>**/NOTICE.txt</exclude>
<exclude>**/LICENSE.txt</exclude>
<exclude>**/*.lock</exclude>
<exclude>doap.rdf</exclude>
<exclude>**/README</exclude>
<exclude>**/*.adoc</exclude>
<exclude>**/node_modules/**</exclude>
<exclude>node/**</exclude>
<exclude>**/cacerts</exclude>
<exclude>**/*.lock</exclude>
<exclude>**/*.mvel</exclude>
<exclude>**/*.p12</exclude>
<exclude>**/*.pem</exclude>
<exclude>**/*.txt</exclude>
<exclude>.mvn/**</exclude>
<exclude>mvnw*</exclude>
<exclude>**/.factorypath</exclude>
<exclude>**/LICENSE.txt</exclude>
<exclude>**/LICENSE</exclude>
<exclude>**/META-INF/persistence*.xsd</exclude>
<exclude>**/NOTICE.txt</exclude>
<exclude>**/NOTICE</exclude>
<exclude>**/README</exclude>
<exclude>**/cacerts</exclude>
<exclude>**/camel-quarkus-test-list.xml</exclude>
<exclude>**/node_modules/**</exclude>
<exclude>**/pom.xml.versionsBackup</exclude>
<exclude>.mvn/**</exclude>
<exclude>KEYS</exclude>
<exclude>doap.rdf</exclude>
<exclude>ide-config/**</exclude>
<exclude>**/*.mvel</exclude>
<exclude>**/*.pem</exclude>
<exclude>**/camel-quarkus-test-list.xml</exclude>
<exclude>**/.factorypath</exclude>
<exclude>mvnw*</exclude>
<exclude>node/**</exclude>
</excludes>
<mapping>
<groovy>SLASHSTAR_STYLE</groovy>
Expand Down

0 comments on commit 5b8497a

Please sign in to comment.