Skip to content

Commit

Permalink
TIKA-2016 Undo orthogonal changes
Browse files Browse the repository at this point in the history
  • Loading branch information
thammegowda committed Apr 14, 2017
1 parent f1caef1 commit 84ffe8d
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions tika-parsers/pom.xml
Expand Up @@ -570,12 +570,9 @@
<artifactId>apache-rat-plugin</artifactId>
<configuration>
<excludes>
<exclude>src/main/java/org/apache/tika/parser/txt/Charset*.java
</exclude>
<exclude>src/main/java/org/apache/tika/parser/txt/Charset*.java</exclude>
<exclude>src/test/resources/test-documents/**</exclude>
<exclude>
src/test/resources/META-INF/services/org.apache.tika.parser.Parser
</exclude>
<exclude>src/test/resources/META-INF/services/org.apache.tika.parser.Parser</exclude>
</excludes>
</configuration>
</plugin>
Expand Down Expand Up @@ -656,9 +653,7 @@
<activation>
<!-- auto activate -->
<file>
<missing>
${basedir}/src/test/resources/org/apache/tika/parser/ner/opennlp/ner-person.bin
</missing>
<missing>${basedir}/src/test/resources/org/apache/tika/parser/ner/opennlp/ner-person.bin</missing>
</file>
</activation>
<build>
Expand Down

0 comments on commit 84ffe8d

Please sign in to comment.