From 7c136b90bfd3c2ae7bc604bb38e0906584313cea Mon Sep 17 00:00:00 2001 From: mjkhan21 Date: Thu, 3 Aug 2023 11:06:31 +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 8faf217..262549a 100644 --- a/pom.xml +++ b/pom.xml @@ -85,6 +85,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 + + +