Skip to content

Commit 4c28d2b

Browse files
committed
add maven central config
1 parent 1fe70e0 commit 4c28d2b

1 file changed

Lines changed: 13 additions & 2 deletions

File tree

pom.xml

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,21 @@
1313
<description>Dataverse Plugin to export dataset metadata as printable PDF, following the DDI schema</description>
1414
<url>https://github.com/gdcc/exporter-ddipdf</url>
1515
<scm>
16-
<connection>scm:git:git@github.com:gdcc/exporter-ddipdf.git</connection>
16+
<connection>scm:git:https://github.com/gdcc/exporter-ddipdf.git</connection>
1717
<developerConnection>scm:git:git@github.com:gdcc/exporter-ddipdf.git</developerConnection>
18-
<url>git@github.com:gdcc/exporter-ddipdf.git</url>
18+
<tag>HEAD</tag>
19+
<url>https://github.com/gdcc/exporter-ddipdf</url>
1920
</scm>
21+
<distributionManagement>
22+
<repository>
23+
<id>ossrh</id>
24+
<url>https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url>
25+
</repository>
26+
<snapshotRepository>
27+
<id>ossrh</id>
28+
<url>https://s01.oss.sonatype.org/content/repositories/snapshots</url>
29+
</snapshotRepository>
30+
</distributionManagement>
2031
<issueManagement>
2132
<system>GitHub Issues</system>
2233
<url>https://github.com/gdcc/exporter-ddipdf/issues</url>

0 commit comments

Comments
 (0)