From 36b1d42fbeeb57883c5ec1d2be71db0b9bab31e5 Mon Sep 17 00:00:00 2001 From: Hammy Date: Sun, 18 Jul 2021 06:20:46 +0100 Subject: [PATCH] Add pom.xml --- pom.xml | 72 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 72 insertions(+) create mode 100644 pom.xml diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..e4343a9 --- /dev/null +++ b/pom.xml @@ -0,0 +1,72 @@ + + + + 4.0.0 + + me.goudham + MyClipboard + 1.0-SNAPSHOT + MyClipboard + + + UTF-8 + 11 + 11 + + + + + junit + junit + 4.11 + test + + + + + + + + + maven-clean-plugin + 3.1.0 + + + + maven-resources-plugin + 3.0.2 + + + maven-compiler-plugin + 3.8.0 + + + maven-surefire-plugin + 2.22.1 + + + maven-jar-plugin + 3.0.2 + + + maven-install-plugin + 2.5.2 + + + maven-deploy-plugin + 2.8.2 + + + + maven-site-plugin + 3.7.1 + + + maven-project-info-reports-plugin + 3.0.0 + + + + +