<distributionManagement> hinzugefügt für Gitea Maven Repository
Some checks failed
Productmodel Java CI with Maven / build (push) Failing after 1m2s

This commit is contained in:
2026-01-12 17:12:35 +01:00
parent f0daaaa914
commit 2d4ebba304

13
pom.xml
View File

@@ -280,4 +280,17 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
</dependency>
</dependencies>
<distributionManagement>
<repository>
<id>gitea-maven-repo</id>
<name>Gitea Release Repository</name>
<url>https://gs.kapdion.com/api/v1/packages/KapDion/maven</url>
</repository>
<snapshotRepository>
<id>gitea-maven-repo</id>
<name>Gitea Snapshot Repository</name>
<url>https://gs.kapdion.com/api/v1/packages/KapDion/maven</url>
</snapshotRepository>
</distributionManagement>
</project>