From 620ab882400599fc0e4355495551fab4e8156cbf Mon Sep 17 00:00:00 2001 From: Ryan Baxter Date: Wed, 26 Oct 2016 14:30:35 -0400 Subject: [PATCH] Added test-jar packaging to reuse helper classes downstream --- pom.xml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/pom.xml b/pom.xml index 6f9be7e1..cbaaa00a 100644 --- a/pom.xml +++ b/pom.xml @@ -68,6 +68,23 @@ + + org.apache.maven.plugins + maven-jar-plugin + 3.0.2 + + + + test-jar + + + + + + **/*.properties + + +