<distributionManagement> hinzugefügt für Gitea Maven Repository
Some checks failed
Productmodel Java CI with Maven / build (push) Failing after 1m2s
Some checks failed
Productmodel Java CI with Maven / build (push) Failing after 1m2s
This commit is contained in:
13
pom.xml
13
pom.xml
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user