Skip to content

Commit

Permalink
Ensure TCK includes non-class resources
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleAure committed Jan 18, 2022
1 parent 797b007 commit ec03232
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions tck/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -112,4 +112,16 @@
<scope>compile</scope>
</dependency>
</dependencies>
<build>
<resources>
<resource>
<directory>src/main/java</directory>
<includes>
<include>**/*.xml</include>
<include>**/*.sig</include>
<include>**/*.jsp</include>
</includes>
</resource>
</resources>
</build>
</project>

0 comments on commit ec03232

Please sign in to comment.