From bf125bf1fc55f06927246dc7798de75a8df60e08 Mon Sep 17 00:00:00 2001 From: JMassa Date: Wed, 8 Mar 2023 17:45:54 +0100 Subject: [PATCH] add pom.xml template --- .gitignore | 1 - template/pom.xml | 20 ++++++++++++++++++++ 2 files changed, 20 insertions(+), 1 deletion(-) create mode 100644 template/pom.xml diff --git a/.gitignore b/.gitignore index f69a8db..b6e1ffd 100644 --- a/.gitignore +++ b/.gitignore @@ -2,7 +2,6 @@ /classes /checkouts profiles.clj -pom.xml pom.xml.asc *.jar *.class diff --git a/template/pom.xml b/template/pom.xml new file mode 100644 index 0000000..5ec7f11 --- /dev/null +++ b/template/pom.xml @@ -0,0 +1,20 @@ + + + 4.0.0 + io.replikativ + zufall + jar + zufall + Random name generators + + + Eclipse + http://www.eclipse.org/legal/epl-v10.html + + + + scm:git:git@github.com:replikativ/zufall.git + scm:git:git@github.com/replikativ/zufall.git + https://github.com/replikativ/zufall + +