Skip to content

Commit

Permalink
Move common distributionManagement to nexus profile
Browse files Browse the repository at this point in the history
  • Loading branch information
Skaar, Bjørn-Andre committed Jan 11, 2024
1 parent 353b1a5 commit 45a98e7
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,18 +27,6 @@
<tag>HEAD</tag>
</scm>

<distributionManagement>
<repository>
<id>releases</id>
<url>https://nexus.ssb.no/repository/maven-releases</url>
</repository>
<snapshotRepository>
<id>snapshots</id>
<url>https://nexus.ssb.no/repository/maven-snapshots</url>
<uniqueVersion>false</uniqueVersion>
</snapshotRepository>
</distributionManagement>

<properties>

<java.version>1.8</java.version>
Expand Down Expand Up @@ -150,6 +138,18 @@
<profiles>
<profile>
<id>nexus</id>
<distributionManagement>
<repository>
<id>releases</id>
<url>https://nexus.ssb.no/repository/maven-releases</url>
</repository>
<snapshotRepository>
<id>snapshots</id>
<url>https://nexus.ssb.no/repository/maven-snapshots</url>
<uniqueVersion>false</uniqueVersion>
</snapshotRepository>
</distributionManagement>

<repositories>
<repository>
<id>ssb-repo</id>
Expand Down

0 comments on commit 45a98e7

Please sign in to comment.