Skip to content

Commit

Permalink
Set nexus for release management
Browse files Browse the repository at this point in the history
  • Loading branch information
csrster committed Oct 25, 2022
1 parent 9165230 commit 31298d9
Showing 1 changed file with 46 additions and 16 deletions.
62 changes: 46 additions & 16 deletions pom.xml
Expand Up @@ -56,24 +56,15 @@
</developer>

<developer>
<name>Søren Vejrup Carlsen</name>
<name>Colin Rosenthal</name>
<roles>
<role>reviewer</role>
<role>Tech Lead</role>
</roles>
<email>svc@kb.dk</email>
<organization>Det Kongelige Bibliotek/Royal Danish Library</organization>
<email>csr@kb.dk</email>
<organization>Det Kgl. Bibliotek/Royal Danish Library</organization>
<organizationUrl>http://www.kb.dk</organizationUrl>
</developer>

<developer>
<name>Mikis Seth Sørensen</name>
<roles>
<role>project manager</role>
</roles>
<email>mss@statsbiblioteket.dk</email>
<organization>Statsbiblioteket/Danish State Library</organization>
<organizationUrl>http://statsbiblioteket.dk</organizationUrl>
</developer>
</developers>

<properties>
Expand Down Expand Up @@ -120,19 +111,58 @@
<bug-pattern.version>1.5.0</bug-pattern.version>
</properties>

<distributionManagement>
<!-- <distributionManagement>
<snapshotRepository>
<id>ossrh</id>
<!-->url>https://s01.oss.sonatype.org/content/repositories/snapshots</url-->
&lt;!&ndash;dash;&gt;url>https://s01.oss.sonatype.org/content/repositories/snapshots</url&ndash;&gt;
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
</snapshotRepository>
<repository>
<id>ossrh</id>
<!-->url>https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url-->
&lt;!&ndash;dash;&gt;url>https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url&ndash;&gt;
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
</repository>
</distributionManagement>-->

<distributionManagement>
<repository>
<id>sbforge-nexus</id>
<name>SBForge Nexus Repo manager</name>
<url>https://sbforge.org/nexus/content/repositories/releases</url>
</repository>

<snapshotRepository>
<id>sbforge-nexus</id>
<name>SBForge Nexus Repo manager</name>
<url>https://sbforge.org/nexus/content/repositories/snapshots/</url>
</snapshotRepository>
</distributionManagement>

<repositories>
<repository>
<id>sbforge-nexus</id>
<url>https://sbforge.org/nexus/content/groups/public</url>
<releases>
<enabled>true</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>

<repository>
<id>builds.archive.org,maven2</id>
<url>http://builds.archive.org/maven2</url>
<releases>
<enabled>true</enabled>
</releases>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>

</repositories>

<modules>
<module>jwat-common</module>
<module>jwat-archive-common</module>
Expand Down

0 comments on commit 31298d9

Please sign in to comment.