From a429058cf6f9462ccbb9e7efe751932dc6b4f50d Mon Sep 17 00:00:00 2001 From: Antonin Delpeuch Date: Mon, 10 Sep 2018 14:10:21 +0100 Subject: [PATCH] Expose main tests as jar, for Travis --- main/pom.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/main/pom.xml b/main/pom.xml index 24c69648a..393d8fa79 100644 --- a/main/pom.xml +++ b/main/pom.xml @@ -97,6 +97,18 @@ true + + org.apache.maven.plugins + maven-jar-plugin + 3.1.0 + + + + test-jar + + + + org.apache.maven.plugins maven-install-plugin