Skip to content

Commit

Permalink
chore: remove repository, add distributionManagement to pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
sitepark-veltrup committed May 24, 2022
1 parent bfdef18 commit 6d6214e
Showing 1 changed file with 9 additions and 15 deletions.
24 changes: 9 additions & 15 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,23 +26,17 @@
<developerConnection>scm:git:git@gitlab.sitepark.com:ies/ies-contentrepository-core.git</developerConnection>
<url>https://gitlab.sitepark.com/ies/ies-contentrepository-core/</url>
</scm>
<repositories>

<distributionManagement>
<repository>
<id>central</id>
<name>Sitepark Maven Repository</name>
<layout>default</layout>
<url>http://develop.sitepark.com/nexus/content/groups/public</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
<id>release</id>
<url>https://develop.sitepark.com/nexus/content/repositories/releases</url>
</repository>
</repositories>
<pluginRepositories>
<pluginRepository>
<id>public.plugins</id>
<url>https://develop.sitepark.com/nexus/content/groups/public/</url>
</pluginRepository>
</pluginRepositories>
<snapshotRepository>
<id>snapshot</id>
<url>https://develop.sitepark.com/nexus/content/repositories/snapshots</url>
</snapshotRepository>
</distributionManagement>

<dependencyManagement>
<dependencies>
Expand Down

0 comments on commit 6d6214e

Please sign in to comment.