diff options
author | Decebal Suiu <decebal.suiu@gmail.com> | 2021-01-09 18:45:20 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-09 18:45:20 +0200 |
commit | 02c52acbd05e4ccea00b98c84318f44eefc1a66d (patch) | |
tree | d65ced07054d2636f2d7120715a33fa34f100928 /pf4j/pom.xml | |
parent | 10442f4daec70b2b7088116d4babfa8abd7d50ec (diff) | |
download | pf4j-02c52acbd05e4ccea00b98c84318f44eefc1a66d.tar.gz pf4j-02c52acbd05e4ccea00b98c84318f44eefc1a66d.zip |
Externalize some useful classes from testing (#415)
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> |