diff --git a/Jenkinsfile b/Jenkinsfile index 88b3456..7e28abe 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -6,6 +6,5 @@ import org.jenkinsci.plugins.workflow.libs.Library @Library(['jenkins-cx-shared-library@feature/new-stages']) _ PipelineGlobal(new PipelineMavenBuildConfig(logLevelType: LogLevelType.DEBUG) - .configStageJenkinsConvertPluginsTxt(true,true) .configStageMavenCompile(true,true) ) \ No newline at end of file diff --git a/pom.xml b/pom.xml index 53aee53..b23f6f8 100644 --- a/pom.xml +++ b/pom.xml @@ -1,98 +1,147 @@ - 4.0.0 - - org.springframework.boot - spring-boot-starter-parent - 2.3.1.RELEASE - - - com.cx.java.example - springboot-sample-app - 0.0.1-SNAPSHOT - war - springboot-sample-app - Demo project for Spring Boot + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> + 4.0.0 + + org.springframework.boot + spring-boot-starter-parent + 2.3.1.RELEASE + + + com.cx.java.example + springboot-sample-app + 0.0.1-SNAPSHOT + war + springboot-sample-app + Demo project for Spring Boot - - 11 - + + 11 + - - https://maven.pkg.github.com/Continuous-X/springboot-sample-app/ - + + https://maven.pkg.github.com/Continuous-X/springboot-sample-app/ + - - - org.springframework.boot - spring-boot-starter-actuator - - - org.springframework.boot - spring-boot-starter-security - - - org.springframework.boot - spring-boot-starter-web - + + + org.springframework.boot + spring-boot-starter-actuator + + + org.springframework.boot + spring-boot-starter-security + + + org.springframework.boot + spring-boot-starter-web + - - io.micrometer - micrometer-registry-influx - runtime - - - org.springframework.boot - spring-boot-starter-tomcat - provided - - - org.springframework.boot - spring-boot-starter-test - test - - - org.junit.vintage - junit-vintage-engine - - - - - org.springframework.security - spring-security-test - test - - + + io.micrometer + micrometer-registry-influx + runtime + + + org.springframework.boot + spring-boot-starter-tomcat + provided + + + org.springframework.boot + spring-boot-starter-test + test + + + org.junit.vintage + junit-vintage-engine + + + + + org.springframework.security + spring-security-test + test + + - - - - org.springframework.boot - spring-boot-maven-plugin - - - + + + + org.springframework.boot + spring-boot-maven-plugin + + + - - - github-cx - false - GitHub Continuous-X Apache Maven Packages - https://maven.pkg.github.com/Continuous-X/springboot-sample-app/ - - - github-cx - GitHub Continuous-X Apache Maven Packages - https://maven.pkg.github.com/Continuous-X/springboot-sample-app/ - - + + + github-cx + false + GitHub Continuous-X Apache Maven Packages + https://maven.pkg.github.com/Continuous-X/springboot-sample-app/ + + + github-cx + GitHub Continuous-X Apache Maven Packages + https://maven.pkg.github.com/Continuous-X/springboot-sample-app/ + + - - - github-cx - https://maven.pkg.github.com/Continuous-X/springboot-sample-app/ - - + + + github-cx + https://maven.pkg.github.com/Continuous-X/springboot-sample-app/ + + + + + + local-dev + + + + Windows + + + + + + org.codehaus.gmavenplus + gmavenplus-plugin + 1.9.0 + + + + addSources + compile + + + + + 1.8 + + + ${project.basedir} + + Jenkinsfile + + + + + + + + + + com.cx.jenkins.sharedlib + jenkins-cx-shared-lib + 1.0.0-SNAPSHOT + + + +