From 2eae7755b5a47c8b9c6940bcfa990aca4279243c Mon Sep 17 00:00:00 2001 From: Prominence Date: Wed, 18 Jul 2018 23:12:23 +0300 Subject: [PATCH] Added 'maven-jar-plugin' configuration. --- pom.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/pom.xml b/pom.xml index 81ecf21..b4d0510 100644 --- a/pom.xml +++ b/pom.xml @@ -18,6 +18,16 @@ 8 + + org.apache.maven.plugins + maven-jar-plugin + 3.1.0 + + + ApplicationTest.class + + +