From c5d43f9756390a98c4b90bc92214f81abeda44d6 Mon Sep 17 00:00:00 2001 From: mjkhan21 Date: Thu, 3 Aug 2023 11:08:47 +0900 Subject: [PATCH] =?UTF-8?q?build=20plugin=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 55 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) diff --git a/pom.xml b/pom.xml index 664909b..728b4ad 100644 --- a/pom.xml +++ b/pom.xml @@ -67,6 +67,61 @@ ${basedir}/src/test/resources ${basedir}/src/main/resources + + + + org.apache.maven.plugins + maven-jar-plugin + 3.3.0 + + + **/*.class + + + + + + org.apache.maven.plugins + maven-surefire-plugin + 3.0.0 + + true + xml + + **/Abstract*.java + **/*Suite.java + + + **/*Test.java + + + + + org.codehaus.mojo + emma-maven-plugin + true + + + org.apache.maven.plugins + maven-source-plugin + 2.2 + + + attach-sources + + jar + + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + 2.9.1 + + +