From 7cf66ad2466049049215438e52a6f3755747f60d Mon Sep 17 00:00:00 2001 From: Alessandro Iezzi Date: Tue, 16 Feb 2021 16:08:26 +0100 Subject: Initial commit --- pom.xml | 106 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 106 insertions(+) create mode 100644 pom.xml (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..85456fe --- /dev/null +++ b/pom.xml @@ -0,0 +1,106 @@ + + + + 4.0.0 + + it.alessandroiezzi + genwebsite + 0.0.1 + + genwebsite + + http://www.example.com + + + UTF-8 + 1.8 + 1.8 + + + + + org.projectlombok + lombok + true + 1.18.4 + + + org.apache.commons + commons-lang3 + 3.7 + + + com.vladsch.flexmark + flexmark-all + 0.62.2 + + + org.freemarker + freemarker + 2.3.30 + + + commons-cli + commons-cli + 1.4 + + + com.fasterxml.jackson.dataformat + jackson-dataformat-xml + 2.11.1 + + + 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 + + + + + -- cgit v1.2.3