Skip to content

Commit

Permalink
Merge pull request ORCID#230 from ORCID/dev-excludingSomeLicenceCheck…
Browse files Browse the repository at this point in the history
…sFromOrcidPersistence

Ignoring some files from licence check
  • Loading branch information
amontenegro committed May 20, 2013
2 parents 95e72e2 + b0faf36 commit 89bbf21
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions orcid-persistence/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,22 @@
</excludes>
</resource>
</resources>
<plugins>
<plugin>
<groupId>com.mycila.maven-license-plugin</groupId>
<artifactId>maven-license-plugin</artifactId>
<configuration>
<mapping>
<xjb>XML_STYLE</xjb>
</mapping>
<excludes>
<exclude>**/src/test/resources/solr/conf/*.*</exclude>
<exclude>**/release_name.txt</exclude>
<exclude>**/.gitignore</exclude>
</excludes>
</configuration>
</plugin>
</plugins>
</build>

<dependencies>
Expand Down

0 comments on commit 89bbf21

Please sign in to comment.