Skip to content

Commit

Permalink
chore: fix missing informations from POM required by Maven Central
Browse files Browse the repository at this point in the history
  • Loading branch information
poikilotherm committed May 20, 2024
1 parent 0f99dd6 commit a7fa4cf
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,29 @@
<artifactId>exporter-debug</artifactId>
<version>0.0.2-SNAPSHOT</version>
<packaging>jar</packaging>
<name>JSON/XML Debug Exporter Plugin</name>
<description>
This exporter plugin can be added to a Dataverse installation, dumping all possible JSON and XML data.
It also serves as a demo / example plugin.
</description>

<url>https://github.com/gdcc/exporter-debug</url>
<developers>
<developer>
<id>poikilotherm</id>
<name>Oliver Bertuch</name>
<email>[email protected]</email>
<timezone>+1</timezone>
</developer>
</developers>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>

<scm>
<connection>scm:git:https://github.com/gdcc/exporter-debug.git</connection>
<developerConnection>scm:git:[email protected]:gdcc/exporter-debug.git</developerConnection>
Expand Down

0 comments on commit a7fa4cf

Please sign in to comment.