From f8f9c4646202537758ed4ec23951df08eee0d73b Mon Sep 17 00:00:00 2001 From: DmitriyMX Date: Sun, 3 Jun 2018 13:33:10 +0300 Subject: [PATCH] Hello, Maven! --- pom.xml | 67 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 67 insertions(+) create mode 100644 pom.xml diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..7170a61 --- /dev/null +++ b/pom.xml @@ -0,0 +1,67 @@ + + + 4.0.0 + 1S Corrector + + ru.dmitriymx + corrector1s + jar + 1.0-SNAPSHOT + + + + DmitriyMX + dmiriymx@yandex.ru + + + + + UTF-8 + 1.8 + + + + ${project.artifactId}-${project.version} + + + org.apache.maven.plugins + maven-compiler-plugin + 3.5.1 + + ${java.version} + ${java.version} + ${project.build.sourceEncoding} + + + + org.apache.maven.plugins + maven-surefire-plugin + 2.15 + + -Dfile.encoding=${project.build.sourceEncoding} + + + + + + maven-assembly-plugin + 2.2-beta-5 + + ${project.artifactId}-${project.version} + false + + + ru.dmitriymx.corrector1s.gui.Main + + + + jar-with-dependencies + + + + + +