From 03260969ffb3fe247e36e97b4d526c6629b0ec70 Mon Sep 17 00:00:00 2001 From: Dan Mulloy Date: Sat, 15 Nov 2014 16:52:03 -0500 Subject: [PATCH] Name the built jar ProtocolLib.jar --- ProtocolLib/pom.xml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/ProtocolLib/pom.xml b/ProtocolLib/pom.xml index 069e21a3..d70f326c 100644 --- a/ProtocolLib/pom.xml +++ b/ProtocolLib/pom.xml @@ -110,6 +110,19 @@ + + + org.apache.maven.plugins + maven-jar-plugin + 2.1 + + + false + + ${project.name} + + +