Skip to content

Commit c721649

Browse files
committed
Add distribution metadata
1 parent 1b13b32 commit c721649

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

Diff for: pom.xml

+25
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,34 @@
2828

2929
<scm>
3030
<developerConnection>scm:git:[email protected]:LibreOffice/lots.git</developerConnection>
31+
<url>https://github.com/LibreOffice/lots</url>
3132
<tag>HEAD</tag>
3233
</scm>
3334

35+
<issueManagement>
36+
<url>https://github.com/LibreOffice/lots/issues</url>
37+
<system>LibreOffice Template System Issue Tracker</system>
38+
</issueManagement>
39+
40+
<developers>
41+
<developer>
42+
<name>The Document Foundation</name>
43+
</developer>
44+
</developers>
45+
46+
<distributionManagement>
47+
<repository>
48+
<id>ossrh-repository</id>
49+
<name>maven-central-release</name>
50+
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
51+
</repository>
52+
<snapshotRepository>
53+
<id>ossrh-repository</id>
54+
<name>maven-central-snapshots</name>
55+
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
56+
</snapshotRepository>
57+
</distributionManagement>
58+
3459
<build>
3560
<pluginManagement>
3661
<plugins>

0 commit comments

Comments
 (0)