Skip to content

Commit

Permalink
Add minimal POM informations required to deploy in Central repository
Browse files Browse the repository at this point in the history
  • Loading branch information
sfouzi committed May 19, 2022
1 parent 438a7d7 commit 8890b19
Showing 1 changed file with 27 additions and 1 deletion.
28 changes: 27 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,36 @@
<modelVersion>4.0.0</modelVersion>

<groupId>fr.lefebvredalloz.xml</groupId>
<artifactId>xml-validator</artifactId>
<artifactId>java-xml-validator</artifactId>
<version>${revision}</version>
<packaging>jar</packaging>

<name>java-xml-validator</name>
<description>Java program to validate XML files with different kind of grammars : XSD, DTD, RNG, RNC, Schematron, NVDL</description>
<url>https://github.com/ELSGestion/java-xml-validator</url>

<licenses>
<license>
<name>MPL-2.0 license</name>
<url>https://www.mozilla.org/en-US/MPL/2.0/</url>
</license>
</licenses>

<developers>
<developer>
<name>Saleh Fouzi</name>
<email>s.fouzi@lefebvre-dalloz.fr</email>
<organization>Lefebvre Dalloz</organization>
<organizationUrl>https://www.lefebvre-dalloz.fr/</organizationUrl>
</developer>
</developers>

<scm>
<connection>scm:git:git://github.com/ELSGestion/java-xml-validator.git</connection>
<developerConnection>scm:git:ssh://github.com:ELSGestion/java-xml-validator.git</developerConnection>
<url>http://github.com/ELSGestion/java-xml-validator/tree/main</url>
</scm>

<properties>
<revision>1.0.0-SNAPSHOT</revision>
<maven.compiler.source>11</maven.compiler.source>
Expand Down

0 comments on commit 8890b19

Please sign in to comment.