Skip to content

Commit

Permalink
Add distribution metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
thorstenb committed Jul 31, 2023
1 parent 1b13b32 commit c721649
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,34 @@

<scm>
<developerConnection>scm:git:[email protected]:LibreOffice/lots.git</developerConnection>
<url>https://github.com/LibreOffice/lots</url>
<tag>HEAD</tag>
</scm>

<issueManagement>
<url>https://github.com/LibreOffice/lots/issues</url>
<system>LibreOffice Template System Issue Tracker</system>
</issueManagement>

<developers>
<developer>
<name>The Document Foundation</name>
</developer>
</developers>

<distributionManagement>
<repository>
<id>ossrh-repository</id>
<name>maven-central-release</name>
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
</repository>
<snapshotRepository>
<id>ossrh-repository</id>
<name>maven-central-snapshots</name>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
</snapshotRepository>
</distributionManagement>

<build>
<pluginManagement>
<plugins>
Expand Down

0 comments on commit c721649

Please sign in to comment.