commit before Docker task

This commit is contained in:
avmang 2025-01-21 17:03:54 +04:00
parent 0421bcb750
commit ad772369cc

26
pom.xml
View file

@ -2,6 +2,16 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<distributionManagement>
<snapshotRepository>
<id>nexus-snapshots</id>
<url>http://localhost:8081/repository/maven-snapshots/</url>
</snapshotRepository>
<repository>
<id>nexus-releases</id>
<url>http://localhost:8081/repository/maven-releases/</url>
</repository>
</distributionManagement>
<scm> <scm>
@ -175,7 +185,6 @@
</goals> </goals>
<configuration> <configuration>
<!-- Customize the deployment process if needed --> <!-- Customize the deployment process if needed -->
<altDeploymentRepository>nexus-snapshots::default::http://localhost:8081/#browse/browse:maven-snapshots</altDeploymentRepository>
</configuration> </configuration>
</execution> </execution>
</executions> </executions>
@ -335,10 +344,6 @@
</licenses> </licenses>
<repositories> <repositories>
<!-- <repository>
<id>maven-group</id>
<url>http://localhost:8081/repository/maven-group/</url>
</repository> -->
<repository> <repository>
<snapshots> <snapshots>
<enabled>true</enabled> <enabled>true</enabled>
@ -435,16 +440,7 @@
</property> </property>
</activation> </activation>
<distributionManagement>
<snapshotRepository>
<id>nexus-snapshots</id>
<url>http://localhost:8081/repository/maven-snapshots/</url>
</snapshotRepository>
<repository>
<id>nexus-releases</id>
<url>http://localhost:8081/repository/maven-releases/</url>
</repository>
</distributionManagement>
<build> <build>