From 99b2c646d30b3c30a39007e0add2f45a65cc1a74 Mon Sep 17 00:00:00 2001 From: Gintas Grigelionis Date: Sat, 27 Oct 2018 10:36:49 +0200 Subject: Make contents of jar files similar to those built by Ant --- src/etc/poms/ant-swing/pom.xml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) (limited to 'src/etc/poms/ant-swing') diff --git a/src/etc/poms/ant-swing/pom.xml b/src/etc/poms/ant-swing/pom.xml index 5447dfd79..61b1b0896 100644 --- a/src/etc/poms/ant-swing/pom.xml +++ b/src/etc/poms/ant-swing/pom.xml @@ -55,7 +55,31 @@ + + org.apache.maven.plugins + maven-jar-plugin + + + true + + true + true + true + + + + + + + ../../../.. + META-INF + + LICENSE + NOTICE + + + ../../../../src/main ../../../../src/testcases ../../../../target/${project.artifactId}/classes -- cgit v1.2.1