This commit is contained in:
parent
3ba1143711
commit
b7b5b79dcb
12
nexus-settings.xml
Normal file
12
nexus-settings.xml
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
<settings xmlns="http://maven.apache.org/SETTINGS/1.0.0"
|
||||||
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||||
|
xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0
|
||||||
|
http://maven.apache.org/xsd/settings-1.0.0.xsd">
|
||||||
|
<servers>
|
||||||
|
<server>
|
||||||
|
<id>nexus</id>
|
||||||
|
<username>yandel</username>
|
||||||
|
<password>yandel</password>
|
||||||
|
</server>
|
||||||
|
</servers>
|
||||||
|
</settings>
|
33
pom.xml
33
pom.xml
@ -49,6 +49,16 @@
|
|||||||
<maven.compiler.target>21</maven.compiler.target>
|
<maven.compiler.target>21</maven.compiler.target>
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<pluginRepositories>
|
||||||
|
<pluginRepository>
|
||||||
|
<id>nexus</id>
|
||||||
|
<url>https://nexus.myapps.bo/repository/maven-public/</url>
|
||||||
|
</pluginRepository>
|
||||||
|
</pluginRepositories>
|
||||||
|
|
||||||
|
|
||||||
<repositories>
|
<repositories>
|
||||||
<repository>
|
<repository>
|
||||||
<id>spring-milestones</id>
|
<id>spring-milestones</id>
|
||||||
@ -58,6 +68,11 @@
|
|||||||
<id>millicom-nexus-mirror</id>
|
<id>millicom-nexus-mirror</id>
|
||||||
<url>http://3.208.115.4:30081/repository/maven-public</url>
|
<url>http://3.208.115.4:30081/repository/maven-public</url>
|
||||||
</repository>
|
</repository>
|
||||||
|
|
||||||
|
<repository>
|
||||||
|
<id>nexus</id>
|
||||||
|
<url>https://nexus.myapps.bo/repository/maven-public/</url>
|
||||||
|
</repository>
|
||||||
</repositories>
|
</repositories>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
@ -193,7 +208,9 @@
|
|||||||
<verbose>true</verbose>
|
<verbose>true</verbose>
|
||||||
|
|
||||||
<buildArgs>
|
<buildArgs>
|
||||||
<arg>ch.qos.logback.core.util.Loader,ch.qos.logback.classic.Logger,ch.qos.logback.core.status.StatusBase,com.ctc.wstx.stax.WstxInputFactory,ch.qos.logback.core.util.StatusPrinter,com.ctc.wstx.util.DefaultXmlSymbolTable,com.ctc.wstx.api.CommonConfig,ch.qos.logback.core.status.InfoStatus,ch.qos.logback.classic.Level,com.ctc.wstx.api.ReaderConfig,ch.qos.logback.core.CoreConstants,org.slf4j.LoggerFactory</arg>
|
<arg>
|
||||||
|
ch.qos.logback.core.util.Loader,ch.qos.logback.classic.Logger,ch.qos.logback.core.status.StatusBase,com.ctc.wstx.stax.WstxInputFactory,ch.qos.logback.core.util.StatusPrinter,com.ctc.wstx.util.DefaultXmlSymbolTable,com.ctc.wstx.api.CommonConfig,ch.qos.logback.core.status.InfoStatus,ch.qos.logback.classic.Level,com.ctc.wstx.api.ReaderConfig,ch.qos.logback.core.CoreConstants,org.slf4j.LoggerFactory
|
||||||
|
</arg>
|
||||||
</buildArgs>
|
</buildArgs>
|
||||||
|
|
||||||
</configuration>
|
</configuration>
|
||||||
@ -207,7 +224,9 @@
|
|||||||
<phase>package</phase>
|
<phase>package</phase>
|
||||||
<configuration>
|
<configuration>
|
||||||
<environment>
|
<environment>
|
||||||
<GRAALVM_NATIVE_IMAGE_OPTIONS>--initialize-at-build-time=com.ctc.wstx.stax.WstxInputFactory</GRAALVM_NATIVE_IMAGE_OPTIONS>
|
<GRAALVM_NATIVE_IMAGE_OPTIONS>
|
||||||
|
--initialize-at-build-time=com.ctc.wstx.stax.WstxInputFactory
|
||||||
|
</GRAALVM_NATIVE_IMAGE_OPTIONS>
|
||||||
</environment>
|
</environment>
|
||||||
<commandLine>
|
<commandLine>
|
||||||
</commandLine>
|
</commandLine>
|
||||||
@ -218,7 +237,9 @@
|
|||||||
<image>
|
<image>
|
||||||
<env>
|
<env>
|
||||||
<BP_JVM_VERSION>${java.version}</BP_JVM_VERSION>
|
<BP_JVM_VERSION>${java.version}</BP_JVM_VERSION>
|
||||||
<GRAALVM_NATIVE_IMAGE_OPTIONS>--initialize-at-build-time=com.ctc.wstx.stax.WstxInputFactory</GRAALVM_NATIVE_IMAGE_OPTIONS>
|
<GRAALVM_NATIVE_IMAGE_OPTIONS>
|
||||||
|
--initialize-at-build-time=com.ctc.wstx.stax.WstxInputFactory
|
||||||
|
</GRAALVM_NATIVE_IMAGE_OPTIONS>
|
||||||
</env>
|
</env>
|
||||||
</image>
|
</image>
|
||||||
</configuration>
|
</configuration>
|
||||||
@ -280,9 +301,11 @@
|
|||||||
<configuration>
|
<configuration>
|
||||||
<propertyFile>src/main/resources/liquibase.properties</propertyFile>
|
<propertyFile>src/main/resources/liquibase.properties</propertyFile>
|
||||||
<outputChangeLogFile>
|
<outputChangeLogFile>
|
||||||
${project.basedir}/src/main/resources/db/changelog/${maven.build.timestamp}_changelog.xml</outputChangeLogFile>
|
${project.basedir}/src/main/resources/db/changelog/${maven.build.timestamp}_changelog.xml
|
||||||
|
</outputChangeLogFile>
|
||||||
<diffChangeLogFile>
|
<diffChangeLogFile>
|
||||||
${project.basedir}/src/main/resources/db/changelog/structure/${maven.build.timestamp}_entity_update.xml</diffChangeLogFile>
|
${project.basedir}/src/main/resources/db/changelog/structure/${maven.build.timestamp}_entity_update.xml
|
||||||
|
</diffChangeLogFile>
|
||||||
<verbose>true</verbose>
|
<verbose>true</verbose>
|
||||||
<contexts>!test</contexts>
|
<contexts>!test</contexts>
|
||||||
</configuration>
|
</configuration>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user