-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: fix missing informations from POM required by Maven Central
- Loading branch information
1 parent
0f99dd6
commit a7fa4cf
Showing
1 changed file
with
22 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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> | ||
|