Created
April 2, 2018 14:51
-
-
Save geoand/85eb614336c77a8a3c4d57efb5a6d4e5 to your computer and use it in GitHub Desktop.
New configuration for Spring Boot
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
product: | |
name: spring-boot | |
abbreviation: spring-boot | |
stage: GA | |
issueTrackerUrl: http://issues.jboss.org/browse/SB | |
version: 1.5.10 | |
milestone: DR20180330 | |
group: spring-boot-1.5-all | |
defaultBuildParameters: | |
environmentId: 1 | |
buildScript: mvn clean deploy -DskipTests | |
builds: | |
- name: spring-boot-parent-1.5 | |
project: spring-boot-parent | |
buildScript: mvn clean deploy -DskipTests | |
scmUrl: git+ssh://code.engineering.redhat.com/spring-boot/bom-parent.git | |
scmRevision: 1.5.10.SP3 | |
alignmentOverrides: | |
- 'com.fasterxml:classmate@*=' | |
- 'org.apache.tomcat:*@*=8.5.20.redhat-5' | |
- 'org.keycloak:keycloak-adapter-spi@*=2.5.14.Final-redhat-1' | |
- 'org.keycloak:keycloak-spring-boot-adapter@*=' | |
- 'org.keycloak:keycloak-tomcat8-adapter@*=' | |
outputPrefixes: | |
releaseFile: rhoar-spring-boot | |
releaseDir: spring-boot | |
flow: | |
# licensesGeneration: gen.downloadFrom 'Spring-Boot' matching '.*license\.zip' | |
licensesGeneration: | |
strategy: GENERATE | |
repositoryGeneration: | |
strategy: GENERATE | |
sourceBuild: spring-boot-parent-1.5 | |
sourceArtifact: 'spring-boot-bom-.*pom' | |
javadocGeneration: | |
strategy: DOWNLOAD | |
sourceBuild: spring-boot-parent-1.5 | |
sourceArtifact: 'spring-boot-bom-.*pom' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment