diff --git a/pom.xml b/pom.xml index c67418acbb6bf5c31a6c941bdcfb6389f4f00745..2a90ade7878e4fa0523b0edc3cd2f55961351198 100644 --- a/pom.xml +++ b/pom.xml @@ -54,25 +54,4 @@ <module>nachrichten-manager-postfach-interface</module> </modules> - <profiles> - <profile> - <id>nexus-deploy</id> - <activation> - <activeByDefault>false</activeByDefault> - </activation> - <distributionManagement> - <repository> - <id>ozg-nexus</id> - <name>ozg-releases</name> - <url>https://nexus.ozg-sh.de/repository/ozg-releases/</url> - </repository> - <snapshotRepository> - <id>ozg-snapshots-nexus</id> - <name>ozg-snapshots</name> - <url>https://nexus.ozg-sh.de/repository/ozg-snapshots/</url> - </snapshotRepository> - </distributionManagement> - </profile> - </profiles> - </project>