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>
|
||||
</properties>
|
||||
|
||||
|
||||
|
||||
<pluginRepositories>
|
||||
<pluginRepository>
|
||||
<id>nexus</id>
|
||||
<url>https://nexus.myapps.bo/repository/maven-public/</url>
|
||||
</pluginRepository>
|
||||
</pluginRepositories>
|
||||
|
||||
|
||||
<repositories>
|
||||
<repository>
|
||||
<id>spring-milestones</id>
|
||||
@ -58,6 +68,11 @@
|
||||
<id>millicom-nexus-mirror</id>
|
||||
<url>http://3.208.115.4:30081/repository/maven-public</url>
|
||||
</repository>
|
||||
|
||||
<repository>
|
||||
<id>nexus</id>
|
||||
<url>https://nexus.myapps.bo/repository/maven-public/</url>
|
||||
</repository>
|
||||
</repositories>
|
||||
|
||||
<dependencies>
|
||||
@ -193,7 +208,9 @@
|
||||
<verbose>true</verbose>
|
||||
|
||||
<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>
|
||||
|
||||
</configuration>
|
||||
@ -207,7 +224,9 @@
|
||||
<phase>package</phase>
|
||||
<configuration>
|
||||
<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>
|
||||
<commandLine>
|
||||
</commandLine>
|
||||
@ -218,7 +237,9 @@
|
||||
<image>
|
||||
<env>
|
||||
<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>
|
||||
</image>
|
||||
</configuration>
|
||||
@ -280,9 +301,11 @@
|
||||
<configuration>
|
||||
<propertyFile>src/main/resources/liquibase.properties</propertyFile>
|
||||
<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>
|
||||
${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>
|
||||
<contexts>!test</contexts>
|
||||
</configuration>
|
||||
|
Loading…
x
Reference in New Issue
Block a user