Skip to content
This repository has been archived by the owner on Aug 11, 2020. It is now read-only.

Commit

Permalink
Exclude all .* files from license check
Browse files Browse the repository at this point in the history
  • Loading branch information
jdillon authored and cstamas committed Nov 21, 2012
1 parent c983df4 commit 769488c
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions pom.xml
Expand Up @@ -75,6 +75,7 @@
<include>**/*.js</include>
</includes>
<excludes>
<exclude>**/.*/**</exclude>
<!-- we have target pattern in this format because of target package in nexus-api and nexus-proxy modules -->
<exclude>**/nexus*/target/**</exclude>
<exclude>**/ldap-common/target/**</exclude>
Expand All @@ -90,10 +91,6 @@
<exclude>**/gwt/ext/ui/**/*.css</exclude>
<!-- already has a lgpl license -->
<exclude>**/Ext.ux.form.LovCombo.css</exclude>
<!-- grid makes this directory -->
<exclude>.maven/**</exclude>
<!-- eclipse makes this directory -->
<exclude>**/.settings/**</exclude>
<!-- temp file created by maven-shade-plugin in basedir, deleted on maven jvm exit but possibly still around during license check -->
<exclude>**/dependency-reduced-pom.xml</exclude>
<!-- netbeans adds these -->
Expand All @@ -107,8 +104,6 @@
<exclude>nexus/nexus-webapp/src/main/webapp/style/ext/ux/**</exclude>
<!-- tell license plugin to ignore workaround for MINDEXER-65 -->
<exclude>**/nexus-indexer-lucene-plugin/src/main/java/copied/org/apache/maven/index/DefaultScannerListener.java</exclude>
<!-- Exclude zion work directory -->
<exclude>zwork/**</exclude>
</excludes>
<mapping>
<vm>SHARPSTAR_STYLE</vm>
Expand Down

0 comments on commit 769488c

Please sign in to comment.