diff options
Diffstat (limited to 'pf4j/pom.xml')
-rw-r--r-- | pf4j/pom.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/pf4j/pom.xml b/pf4j/pom.xml index 2266775..06f016f 100644 --- a/pf4j/pom.xml +++ b/pf4j/pom.xml @@ -66,6 +66,18 @@ </manifestEntries> </archive> </configuration> + <executions> + <execution> + <goals> + <goal>test-jar</goal> + </goals> + <configuration> + <includes> + <inculde>org/pf4j/test/*</inculde> + </includes> + </configuration> + </execution> + </executions> </plugin> </plugins> </build> |