From bb844c776230a2d51ec1fbdacec43148b9c5b424 Mon Sep 17 00:00:00 2001 From: Adrien Hopkins Date: Tue, 15 Oct 2019 21:38:56 +0000 Subject: Revert "Moved project out of Maven." This reverts commit 074d48df131f073965fa1a1106c4be1bed9d2b51 --- .classpath | 1 - .project | 6 ++++++ pom.xml | 55 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 61 insertions(+), 1 deletion(-) create mode 100644 pom.xml diff --git a/.classpath b/.classpath index 60b8884..ef141e6 100644 --- a/.classpath +++ b/.classpath @@ -5,7 +5,6 @@ - diff --git a/.project b/.project index 656186b..56f686e 100644 --- a/.project +++ b/.project @@ -10,8 +10,14 @@ + + org.eclipse.m2e.core.maven2Builder + + + + org.eclipse.m2e.core.maven2Nature org.eclipse.jdt.core.javanature diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..5b3e468 --- /dev/null +++ b/pom.xml @@ -0,0 +1,55 @@ + + 4.0.0 + org.unitConverter + unitConverter + 0.1.0 + Unit Converter + A Java unit converter inspired by GNU Units + + src + + + maven-compiler-plugin + 3.8.0 + + 1.8 + 1.8 + + + + org.apache.maven.plugins + maven-surefire-plugin + + false + + + + org.codehaus.mojo + exec-maven-plugin + + org.unitConverter.converterGUI.UnitConverterGUI + + + + org.apache.maven.plugins + maven-jar-plugin + + + + org.unitConverter.converterGUI.UnitConverterGUI + + + + + + + + + junit + junit + 4.11 + + + -- cgit v1.2.3