Fix the including of resources in the TCK. Signed-off-by: James R. Perkins <jperkins@redhat.com>
diff --git a/jaxrs-tck/pom.xml b/jaxrs-tck/pom.xml index bc26b68..3f336b4 100644 --- a/jaxrs-tck/pom.xml +++ b/jaxrs-tck/pom.xml
@@ -113,7 +113,7 @@ <directory>src/main/resources</directory> <includes> <include>LICENSE_${license}.md</include> - <include>com/</include> + <include>ee/</include> </includes> </resource> </resources>