Skip to content

Instantly share code, notes, and snippets.

@Ginxo
Created March 18, 2022 08:30
Show Gist options
  • Save Ginxo/146b0989518e59b44452c5c8376abc5b to your computer and use it in GitHub Desktop.
Save Ginxo/146b0989518e59b44452c5c8376abc5b to your computer and use it in GitHub Desktop.
git clone -b master --single-branch https://gitlab.cee.redhat.com/middleware/build-configurations.git build_config
git clone -b main --single-branch
git clone https://github.com/kiegroup/droolsjbpm-build-bootstrap -b main --single-branch
git clone https://github.com/kiegroup/kie-soup -b main --single-branch
git clone https://github.com/kiegroup/droolsjbpm-knowledge -b 7.x --single-branch
git clone https://github.com/kiegroup/drools -b 7.x --single-branch
git clone https://github.com/kiegroup/optaplanner -b 7.x --single-branch
git clone https://github.com/kiegroup/lienzo-core -b main --single-branch
git clone https://github.com/kiegroup/lienzo-tests -b main --single-branch
git clone https://github.com/kiegroup/appformer -b main --single-branch
git clone https://github.com/kiegroup/kie-uberfire-extensions -b main --single-branch
git clone https://github.com/kiegroup/jbpm -b main --single-branch
git clone https://github.com/kiegroup/droolsjbpm-integration -b main --single-branch
git clone https://github.com/kiegroup/kie-wb-playground -b main --single-branch
git clone https://github.com/kiegroup/kie-wb-common -b main --single-branch
git clone https://github.com/kiegroup/drools-wb -b main --single-branch
git clone https://github.com/kiegroup/jbpm-designer -b main --single-branch
git clone https://github.com/kiegroup/jbpm-work-items -b main --single-branch
git clone https://github.com/kiegroup/jbpm-wb -b main --single-branch
git clone https://github.com/kiegroup/optaplanner-wb -b main --single-branch
git clone https://github.com/kiegroup/kie-wb-distributions -b main --single-branch
git clone https://github.com/kiegroup/openshift-drools-hacep -b main --single-branch
git clone https://github.com/kiegroup/process-migration-service -b main --single-branch
git clone https://github.com/kiegroup/kie-jpmml-integration -b main --single-branch
git clone https://github.com/jboss-integration/izpack -b main --single-branch
git clone https://github.com/jboss-integration/installer-commons -b main --single-branch
git clone https://github.com/jboss-integration/rhba-boms -b main --single-branch
git clone https://github.com/jboss-integration/rhba -b main --single-branch
git clone https://github.com/jboss-integration/rhba-installers -b main --single-branch
git clone https://github.com/jboss-integration/bxms-patch-tools -b main --single-branch
cd droolsjbpm-build-bootstrap
java -jar /opt/tools/pme/pom-manipulation-cli.jar -DallowConfigFilePrecedence=true -DprojectSrcSkip=false -DversionSuffix=redhat-220317 -DpluginRemoval=org.codehaus.mojo:findbugs-maven-plugin -DversionSuffixStrip=1565107131 -DthorntailVersion=2.7.3.Final-redhat-00001 -DerraiVersion=4.15.0.Final -DkeycloakVersion=9.0.14.redhat-00001 -DgroovyScripts=file://$(pwd)/../build_config/rhba/nightly/InlineProperties.groovy,file://$(pwd)/../build_config/rhba/nightly/AlignPropertiesToProjectVersion.groovy,file://$(pwd)/../build_config/rhba/nightly/AlignPropertiesToProjectVersionLast.groovy,file://$(pwd)/../build_config/rhba/nightly/SetThorntailVersion.groovy,file://$(pwd)/../build_config/rhba/nightly/SetErraiVersion.groovy,file://$(pwd)/../build_config/rhba/nightly/SetKeycloakVersion.groovy
mvn -B -s /tmp/maven-settings.xml -fae clean -B -Dfull=true -Drevapi.skip=true -Denforcer.skip=true -Dgwt.compiler.localWorkers=1 -Dproductized=true -Dfindbugs.skip=true -Dcheckstyle.skip=true -DaltDeploymentRepository=local::default::file:///tmp/deployDirectory -DskipTests=true
cd ../kie-soup
java -jar /opt/tools/pme/pom-manipulation-cli.jar -DallowConfigFilePrecedence=true -DprojectSrcSkip=false -DversionSuffix=redhat-220317 -DparentArtifactOverride=kie-parent -DgroovyScripts=file://$(pwd)/../build_config/rhba/nightly/InlineProperties.groovy,file://$(pwd)/../build_config/rhba/nightly/OverrideParentVersionLast.groovy -DkieVersion=7.68.0.redhat-220317
mvn -B -s /tmp/maven-settings.xml -fae clean -B -Dfull=true -Drevapi.skip=true -Denforcer.skip=true -Dgwt.compiler.localWorkers=1 -Dproductized=true -Dfindbugs.skip=true -Dcheckstyle.skip=true -DaltDeploymentRepository=local::default::file:///tmp/deployDirectory -DskipTests=true
cd ../droolsjbpm-knowledge
java -jar /opt/tools/pme/pom-manipulation-cli.jar -DallowConfigFilePrecedence=true -DprojectSrcSkip=false -DversionSuffix=redhat-220317 -DparentArtifactOverride=kie-parent -DgroovyScripts=file://$(pwd)/../build_config/rhba/nightly/InlineProperties.groovy,file://$(pwd)/../build_config/rhba/nightly/OverrideParentVersionLast.groovy -DkieVersion=7.68.0.redhat-220317
mvn -B -s /tmp/maven-settings.xml -fae clean -B -Dfull=true -Drevapi.skip=true -Denforcer.skip=true -Dgwt.compiler.localWorkers=1 -Dproductized=true -Dfindbugs.skip=true -Dcheckstyle.skip=true -DaltDeploymentRepository=local::default::file:///tmp/deployDirectory -DskipTests=true
cd ../drools
java -jar /opt/tools/pme/pom-manipulation-cli.jar -DallowConfigFilePrecedence=true -DprojectSrcSkip=false -DversionSuffix=redhat-220317 -DparentArtifactOverride=kie-parent -DgroovyScripts=file://$(pwd)/../build_config/rhba/nightly/InlineProperties.groovy,file://$(pwd)/../build_config/rhba/nightly/OverrideParentVersionLast.groovy -DkieVersion=7.68.0.redhat-220317
mvn -B -s /tmp/maven-settings.xml -fae clean -B -Dfull=true -Drevapi.skip=true -Denforcer.skip=true -Dgwt.compiler.localWorkers=1 -Dproductized=true -Dfindbugs.skip=true -Dcheckstyle.skip=true -DaltDeploymentRepository=local::default::file:///tmp/deployDirectory -DskipTests=true
cd ../optaplanner
java -jar /opt/tools/pme/pom-manipulation-cli.jar -DallowConfigFilePrecedence=true -DprojectSrcSkip=false -DversionSuffix=redhat-220317 -DparentArtifactOverride=kie-parent -DgroovyScripts=file://$(pwd)/../build_config/rhba/nightly/InlineProperties.groovy,file://$(pwd)/../build_config/rhba/nightly/OverrideParentVersionLast.groovy,file://$(pwd)/../build_config/rhba/nightly/AlignOptaplannerQuickstartsVersion.groovy -DkieVersion=7.68.0.redhat-220317
mvn -B -s /tmp/maven-settings.xml -fae clean -B -Dfull=true -Drevapi.skip=true -Denforcer.skip=true -Dgwt.compiler.localWorkers=1 -Dproductized=true -Dfindbugs.skip=true -Dcheckstyle.skip=true -DaltDeploymentRepository=local::default::file:///tmp/deployDirectory -DskipTests=true
cd ../lienzo-core
java -jar /opt/tools/pme/pom-manipulation-cli.jar -DallowConfigFilePrecedence=true -DprojectSrcSkip=false -DversionSuffix=redhat-220317 -DkieVersion=7.68.0.redhat-220317
mvn -B -s /tmp/maven-settings.xml -fae clean -B -Dfull=true -Drevapi.skip=true -Denforcer.skip=true -Dgwt.compiler.localWorkers=1 -Dproductized=true -Dfindbugs.skip=true -Dcheckstyle.skip=true -DaltDeploymentRepository=local::default::file:///tmp/deployDirectory -DskipTests=true
cd ../lienzo-tests
java -jar /opt/tools/pme/pom-manipulation-cli.jar -DallowConfigFilePrecedence=true -DprojectSrcSkip=false -DversionSuffix=redhat-220317 -DkieVersion=7.68.0.redhat-220317
mvn -B -s /tmp/maven-settings.xml -fae clean -B -Dfull=true -Drevapi.skip=true -Denforcer.skip=true -Dgwt.compiler.localWorkers=1 -Dproductized=true -Dfindbugs.skip=true -Dcheckstyle.skip=true -DaltDeploymentRepository=local::default::file:///tmp/deployDirectory -DskipTests=true
cd ../appformer
java -jar /opt/tools/pme/pom-manipulation-cli.jar -DallowConfigFilePrecedence=true -DprojectSrcSkip=false -DversionSuffix=redhat-220317 -DparentArtifactOverride=kie-parent -DgroovyScripts=file://$(pwd)/../build_config/rhba/nightly/InlineProperties.groovy,file://$(pwd)/../build_config/rhba/nightly/OverrideParentVersionLast.groovy,file://$(pwd)/../build_config/rhba/nightly/RemoveVerionOrgKie.groovy -DdependencyRemoval=io.netty:netty-transport-native-kqueue -DversionSuffixStrip=1565107131 -DkieVersion=7.68.0.redhat-220317
mvn -B -s /tmp/maven-settings.xml -fae clean -B -Dfull=true -Drevapi.skip=true -Denforcer.skip=true -Dgwt.compiler.localWorkers=1 -Dproductized=true -Dfindbugs.skip=true -Dcheckstyle.skip=true -DaltDeploymentRepository=local::default::file:///tmp/deployDirectory -DskipTests=true
cd ../kie-uberfire-extensions
java -jar /opt/tools/pme/pom-manipulation-cli.jar -DallowConfigFilePrecedence=true -DprojectSrcSkip=false -DversionSuffix=redhat-220317 -DparentArtifactOverride=kie-parent -DgroovyScripts=file://$(pwd)/../build_config/rhba/nightly/InlineProperties.groovy,file://$(pwd)/../build_config/rhba/nightly/OverrideParentVersionLast.groovy -DpluginRemoval=org.codehaus.mojo:findbugs-maven-plugin -DkieVersion=7.68.0.redhat-220317
mvn -B -s /tmp/maven-settings.xml -fae clean -B -Dfull=true -Drevapi.skip=true -Denforcer.skip=true -Dgwt.compiler.localWorkers=1 -Dproductized=true -Dfindbugs.skip=true -Dcheckstyle.skip=true -DaltDeploymentRepository=local::default::file:///tmp/deployDirectory -DskipTests=true
cd ../jbpm
java -jar /opt/tools/pme/pom-manipulation-cli.jar -DallowConfigFilePrecedence=true -DprojectSrcSkip=false -DversionSuffix=redhat-220317 -DparentArtifactOverride=kie-parent -DgroovyScripts=file://$(pwd)/../build_config/rhba/nightly/InlineProperties.groovy,file://$(pwd)/../build_config/rhba/nightly/OverrideParentVersionLast.groovy -DkieVersion=7.68.0.redhat-220317
mvn -B -s /tmp/maven-settings.xml -fae clean -B -Dfull=true -Drevapi.skip=true -Denforcer.skip=true -Dgwt.compiler.localWorkers=1 -Dproductized=true -Dfindbugs.skip=true -Dcheckstyle.skip=true -DaltDeploymentRepository=local::default::file:///tmp/deployDirectory -DskipTests=true
cd ../droolsjbpm-integration
java -jar /opt/tools/pme/pom-manipulation-cli.jar -DallowConfigFilePrecedence=true -DprojectSrcSkip=false -DversionSuffix=redhat-220317 -DparentArtifactOverride=kie-parent -DgroovyScripts=file://$(pwd)/../build_config/rhba/nightly/InlineProperties.groovy,file://$(pwd)/../build_config/rhba/nightly/OverrideParentVersionLast.groovy -DkieVersion=7.68.0.redhat-220317
mvn -B -s /tmp/maven-settings.xml -fae clean -B -Dfull=true -Drevapi.skip=true -Denforcer.skip=true -Dgwt.compiler.localWorkers=1 -Dproductized=true -Dfindbugs.skip=true -Dcheckstyle.skip=true -DaltDeploymentRepository=local::default::file:///tmp/deployDirectory -DskipTests=true
cd ../kie-wb-playground
java -jar /opt/tools/pme/pom-manipulation-cli.jar -DallowConfigFilePrecedence=true -DprojectSrcSkip=false -DversionSuffix=redhat-220317 -DparentArtifactOverride=kie-parent -DgroovyScripts=file://$(pwd)/../build_config/rhba/nightly/InlineProperties.groovy,file://$(pwd)/../build_config/rhba/nightly/OverrideParentVersionLast.groovy -DkieVersion=7.68.0.redhat-220317
mvn -B -s /tmp/maven-settings.xml -fae clean -B -Dfull=true -Drevapi.skip=true -Denforcer.skip=true -Dgwt.compiler.localWorkers=1 -Dproductized=true -Dfindbugs.skip=true -Dcheckstyle.skip=true -DaltDeploymentRepository=local::default::file:///tmp/deployDirectory -DskipTests=true
cd ../kie-wb-common
java -jar /opt/tools/pme/pom-manipulation-cli.jar -DallowConfigFilePrecedence=true -DprojectSrcSkip=false -DversionSuffix=redhat-220317 -DparentArtifactOverride=kie-parent -DgroovyScripts=file://$(pwd)/../build_config/rhba/nightly/InlineProperties.groovy,file://$(pwd)/../build_config/rhba/nightly/OverrideParentVersionLast.groovy -DkieVersion=7.68.0.redhat-220317
mvn -B -s /tmp/maven-settings.xml -fae clean -B -Dfull=true -Drevapi.skip=true -Denforcer.skip=true -Dgwt.compiler.localWorkers=1 -Dproductized=true -Dfindbugs.skip=true -Dcheckstyle.skip=true -DaltDeploymentRepository=local::default::file:///tmp/deployDirectory -DskipTests=true
cd ../drools-wb
java -jar /opt/tools/pme/pom-manipulation-cli.jar -DallowConfigFilePrecedence=true -DprojectSrcSkip=false -DversionSuffix=redhat-220317 -DparentArtifactOverride=kie-parent -DgroovyScripts=file://$(pwd)/../build_config/rhba/nightly/InlineProperties.groovy,file://$(pwd)/../build_config/rhba/nightly/OverrideParentVersionLast.groovy -DkieVersion=7.68.0.redhat-220317
mvn -B -s /tmp/maven-settings.xml -fae clean -B -Dfull=true -Drevapi.skip=true -Denforcer.skip=true -Dgwt.compiler.localWorkers=1 -Dproductized=true -Dfindbugs.skip=true -Dcheckstyle.skip=true -DaltDeploymentRepository=local::default::file:///tmp/deployDirectory -DskipTests=true
cd ../jbpm-designer
java -jar /opt/tools/pme/pom-manipulation-cli.jar -DallowConfigFilePrecedence=true -DprojectSrcSkip=false -DversionSuffix=redhat-220317 -DparentArtifactOverride=kie-parent -DgroovyScripts=file://$(pwd)/../build_config/rhba/nightly/InlineProperties.groovy,file://$(pwd)/../build_config/rhba/nightly/OverrideParentVersionLast.groovy -DkieVersion=7.68.0.redhat-220317
mvn -B -s /tmp/maven-settings.xml -fae clean -B -Dfull=true -Drevapi.skip=true -Denforcer.skip=true -Dgwt.compiler.localWorkers=1 -Dproductized=true -Dfindbugs.skip=true -Dcheckstyle.skip=true -DaltDeploymentRepository=local::default::file:///tmp/deployDirectory -DskipTests=true
cd ../jbpm-work-items
java -jar /opt/tools/pme/pom-manipulation-cli.jar -DallowConfigFilePrecedence=true -DprojectSrcSkip=false -DversionSuffix=redhat-220317 -DparentArtifactOverride=kie-parent -DgroovyScripts=file://$(pwd)/../build_config/rhba/nightly/InlineProperties.groovy,file://$(pwd)/../build_config/rhba/nightly/OverrideParentVersionLast.groovy -DkieVersion=7.68.0.redhat-220317
mvn -B -s /tmp/maven-settings.xml -fae clean -B -Dfull=true -Drevapi.skip=true -Denforcer.skip=true -Dgwt.compiler.localWorkers=1 -Dproductized=true -Dfindbugs.skip=true -Dcheckstyle.skip=true -DaltDeploymentRepository=local::default::file:///tmp/deployDirectory -DskipTests=true
cd ../jbpm-wb
java -jar /opt/tools/pme/pom-manipulation-cli.jar -DallowConfigFilePrecedence=true -DprojectSrcSkip=false -DversionSuffix=redhat-220317 -DparentArtifactOverride=kie-parent -DgroovyScripts=file://$(pwd)/../build_config/rhba/nightly/InlineProperties.groovy,file://$(pwd)/../build_config/rhba/nightly/OverrideParentVersionLast.groovy -DkieVersion=7.68.0.redhat-220317
mvn -B -s /tmp/maven-settings.xml -fae clean -B -Dfull=true -Drevapi.skip=true -Denforcer.skip=true -Dgwt.compiler.localWorkers=1 -Dproductized=true -Dfindbugs.skip=true -Dcheckstyle.skip=true -DaltDeploymentRepository=local::default::file:///tmp/deployDirectory -DskipTests=true
cd ../optaplanner-wb
java -jar /opt/tools/pme/pom-manipulation-cli.jar -DallowConfigFilePrecedence=true -DprojectSrcSkip=false -DversionSuffix=redhat-220317 -DparentArtifactOverride=kie-parent -DgroovyScripts=file://$(pwd)/../build_config/rhba/nightly/InlineProperties.groovy,file://$(pwd)/../build_config/rhba/nightly/OverrideParentVersionLast.groovy -DkieVersion=7.68.0.redhat-220317
mvn -B -s /tmp/maven-settings.xml -fae clean -B -Dfull=true -Drevapi.skip=true -Denforcer.skip=true -Dgwt.compiler.localWorkers=1 -Dproductized=true -Dfindbugs.skip=true -Dcheckstyle.skip=true -DaltDeploymentRepository=local::default::file:///tmp/deployDirectory -DskipTests=true
cd ../kie-wb-distributions
java -jar /opt/tools/pme/pom-manipulation-cli.jar -DallowConfigFilePrecedence=true -DprojectSrcSkip=false -DversionSuffix=redhat-220317 -DparentArtifactOverride=kie-parent -DwildflyBootableJarGAV=org.jboss.eap:wildfly-galleon-pack:3.0.0.GA-redhat-00006 -DgroovyScripts=file://$(pwd)/../build_config/rhba/nightly/InlineProperties.groovy,file://$(pwd)/../build_config/rhba/nightly/OverrideParentVersionLast.groovy,file://$(pwd)/../build_config/rhba/nightly/WildflyBootableJarGAV.groovy -DkieVersion=7.68.0.redhat-220317
mvn -B -s /tmp/maven-settings.xml -fae clean -B -Dfull=true -Drevapi.skip=true -Denforcer.skip=true -Dgwt.compiler.localWorkers=1 -Dproductized=true -Dfindbugs.skip=true -Dcheckstyle.skip=true -DaltDeploymentRepository=local::default::file:///tmp/deployDirectory -DskipTests=true
cd ../openshift-drools-hacep
java -jar /opt/tools/pme/pom-manipulation-cli.jar -DallowConfigFilePrecedence=true -DprojectSrcSkip=false -DversionSuffix=redhat-220317 -DparentArtifactOverride=kie-parent -DgroovyScripts=file://$(pwd)/../build_config/rhba/nightly/InlineProperties.groovy,file://$(pwd)/../build_config/rhba/nightly/OverrideParentVersionLast.groovy -DkieVersion=7.68.0.redhat-220317
mvn -B -s /tmp/maven-settings.xml -fae clean -B -Dfull=true -Drevapi.skip=true -Denforcer.skip=true -Dgwt.compiler.localWorkers=1 -Dproductized=true -Dfindbugs.skip=true -Dcheckstyle.skip=true -DaltDeploymentRepository=local::default::file:///tmp/deployDirectory -DskipTests=true
cd ../process-migration-service
java -jar /opt/tools/pme/pom-manipulation-cli.jar -DallowConfigFilePrecedence=true -DprojectSrcSkip=false -DversionSuffix=redhat-220317 -DparentArtifactOverride=droolsjbpm-integration -DgroovyScripts=file://$(pwd)/../build_config/rhba/nightly/InlineProperties.groovy -DkieVersion=7.68.0.redhat-220317
mvn -B -s /tmp/maven-settings.xml -fae clean -B -Dfull=true -Drevapi.skip=true -Denforcer.skip=true -Dgwt.compiler.localWorkers=1 -Dproductized=true -Dfindbugs.skip=true -Dcheckstyle.skip=true -DaltDeploymentRepository=local::default::file:///tmp/deployDirectory -DskipTests=true
cd ../kie-jpmml-integration
java -jar /opt/tools/pme/pom-manipulation-cli.jar -DallowConfigFilePrecedence=true -DprojectSrcSkip=false -DversionSuffix=redhat-220317 -DparentArtifactOverride=kie-parent -DgroovyScripts=file://$(pwd)/../build_config/rhba/nightly/InlineProperties.groovy,file://$(pwd)/../build_config/rhba/nightly/OverrideParentVersionLast.groovy -DkieVersion=7.68.0.redhat-220317
mvn -B -s /tmp/maven-settings.xml -fae clean -B -Dfull=true -Drevapi.skip=true -Denforcer.skip=true -Dgwt.compiler.localWorkers=1 -Dproductized=true -Dfindbugs.skip=true -Dcheckstyle.skip=true -DaltDeploymentRepository=local::default::file:///tmp/deployDirectory -DskipTests=true
cd ../izpack
java -jar /opt/tools/pme/pom-manipulation-cli.jar -DallowConfigFilePrecedence=true -DprojectSrcSkip=false -DversionOverride=4.5.3.rhba -DversionSuffix=redhat-220317 -DkieVersion=7.68.0.redhat-220317
mvn -B -s /tmp/maven-settings.xml -fae clean -B -Dfull=true -Drevapi.skip=true -Denforcer.skip=true -Dgwt.compiler.localWorkers=1 -Dproductized=true -Dfindbugs.skip=true -Dcheckstyle.skip=true -DaltDeploymentRepository=local::default::file:///tmp/deployDirectory -DskipTests=true
cd ../installer-commons
java -jar /opt/tools/pme/pom-manipulation-cli.jar -DallowConfigFilePrecedence=true -DprojectSrcSkip=false -DversionOverride=2.3.7.rhba -DversionSuffix=redhat-220317 -DgroovyScripts=file://$(pwd)/../build_config/rhba/nightly/InstallerCommonsAlignment.groovy -DkieVersion=7.68.0.redhat-220317 -DizpackVersion=4.5.3.rhba-redhat-220317
mvn -B -s /tmp/maven-settings.xml -fae clean -B -Dfull=true -Drevapi.skip=true -Denforcer.skip=true -Dgwt.compiler.localWorkers=1 -Dproductized=true -Dfindbugs.skip=true -Dcheckstyle.skip=true -DaltDeploymentRepository=local::default::file:///tmp/deployDirectory -DskipTests=true
cd ../rhba-boms
java -jar /opt/tools/pme/pom-manipulation-cli.jar -DallowConfigFilePrecedence=true -DprojectSrcSkip=false -DversionOverride=7.13.0 -DversionSuffix=redhat-220317 -DerraiVersion=4.15.0.Final -DgroovyScripts=file://$(pwd)/../build_config/rhba/nightly/InstallerAlignment.groovy,file://$(pwd)/../build_config/rhba/nightly/SetErraiVersion.groovy -DkieVersion=7.68.0.redhat-220317 -DizpackVersion=4.5.3.rhba-redhat-220317 -DinstallerCommonsVersion=2.3.7.rhba-redhat-220317
mvn -B -s /tmp/maven-settings.xml -fae clean -B -Dfull=true -Drevapi.skip=true -Denforcer.skip=true -Dgwt.compiler.localWorkers=1 -Dproductized=true -Dfindbugs.skip=true -Dcheckstyle.skip=true -DaltDeploymentRepository=local::default::file:///tmp/deployDirectory -DskipTests=true
cd ../rhba
java -jar /opt/tools/pme/pom-manipulation-cli.jar -DallowConfigFilePrecedence=true -DprojectSrcSkip=false -DversionOverride=7.13.0 -DversionSuffix=redhat-220317 -DgroovyScripts=file://$(pwd)/../build_config/rhba/nightly/InstallerAlignment.groovy -DkieVersion=7.68.0.redhat-220317 -DizpackVersion=4.5.3.rhba-redhat-220317 -DinstallerCommonsVersion=2.3.7.rhba-redhat-220317
mvn -B -s /tmp/maven-settings.xml -fae clean -B -Dfull=true -Drevapi.skip=true -Denforcer.skip=true -Dgwt.compiler.localWorkers=1 -Dproductized=true -Dfindbugs.skip=true -Dcheckstyle.skip=true -DaltDeploymentRepository=local::default::file:///tmp/deployDirectory -DskipTests=true
cd ../rhba-installers
java -jar /opt/tools/pme/pom-manipulation-cli.jar -DallowConfigFilePrecedence=true -DprojectSrcSkip=false -DversionOverride=7.13.0 -DversionSuffix=redhat-220317 -DgroovyScripts=file://$(pwd)/../build_config/rhba/nightly/InstallerAlignment.groovy,file://$(pwd)/../build_config/rhba/nightly/InstallerCommonsAlignment.groovy,file://$(pwd)/../build_config/rhba/nightly/ForceComRedhatBaVersion.groovy,file://$(pwd)/../build_config/rhba/nightly/ForceComRedhatBaVersionLast.groovy -DkieVersion=7.68.0.redhat-220317 -DizpackVersion=4.5.3.rhba-redhat-220317 -DinstallerCommonsVersion=2.3.7.rhba-redhat-220317
mvn -B -s /tmp/maven-settings.xml -fae clean -B -Dfull=true -Drevapi.skip=true -Denforcer.skip=true -Dgwt.compiler.localWorkers=1 -Dproductized=true -Dfindbugs.skip=true -Dcheckstyle.skip=true -DaltDeploymentRepository=local::default::file:///tmp/deployDirectory -DskipTests=true
cd ../bxms-patch-tools
java -jar /opt/tools/pme/pom-manipulation-cli.jar -DallowConfigFilePrecedence=true -DprojectSrcSkip=false -DversionOverride=7.13.0 -DversionSuffix=redhat-220317 -DupdatableVersionRange=7.11.0.redhat-00005,7.11.1.redhat-00001,7.12.0.redhat-00007 -DlatestRHDMReleasedVersion=7.12.0.redhat-00007 -DgroovyScripts=file://$(pwd)/../build_config/rhba/nightly/BxmsPatchToolsPropertiesAlignment.groovy -DkieVersion=7.68.0.redhat-220317 -DizpackVersion=4.5.3.rhba-redhat-220317 -DinstallerCommonsVersion=2.3.7.rhba-redhat-220317
mvn -B -s /tmp/maven-settings.xml -fae clean -B -Dfull=true -Drevapi.skip=true -Denforcer.skip=true -Dgwt.compiler.localWorkers=1 -Dproductized=true -Dfindbugs.skip=true -Dcheckstyle.skip=true -DaltDeploymentRepository=local::default::file:///tmp/deployDirectory -DskipTests=true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment