From 8890b199468d8fede049e7d7071d1e142718b1df Mon Sep 17 00:00:00 2001 From: Saleh Fouzi Date: Thu, 19 May 2022 15:49:22 +0200 Subject: [PATCH] Add minimal POM informations required to deploy in Central repository --- pom.xml | 28 +++++++++++++++++++++++++++- 1 file changed, 27 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index bf18521..fa1e308 100644 --- a/pom.xml +++ b/pom.xml @@ -5,10 +5,36 @@ 4.0.0 fr.lefebvredalloz.xml - xml-validator + java-xml-validator ${revision} jar + java-xml-validator + Java program to validate XML files with different kind of grammars : XSD, DTD, RNG, RNC, Schematron, NVDL + https://github.com/ELSGestion/java-xml-validator + + + + MPL-2.0 license + https://www.mozilla.org/en-US/MPL/2.0/ + + + + + + Saleh Fouzi + s.fouzi@lefebvre-dalloz.fr + Lefebvre Dalloz + https://www.lefebvre-dalloz.fr/ + + + + + scm:git:git://github.com/ELSGestion/java-xml-validator.git + scm:git:ssh://github.com:ELSGestion/java-xml-validator.git + http://github.com/ELSGestion/java-xml-validator/tree/main + + 1.0.0-SNAPSHOT 11