Searched +full:- +full:dgeneratebackuppoms (Results 1 – 4 of 4) sorted by relevance
4 #JDK8 - mvn site:site9 #mvn -Ddoclint=none -Dadditionalparam=-Xdoclint:none javadoc:aggregate12 #mvn versions:set -DgenerateBackupPoms=false -DnewVersion=${VERSION_NUMBER} 14 MVN='/java/maven-3.5.2//bin/mvn'47 if [ ! -z "$PASS" ]50 echoRunAndCheck "$MVN deploy -P javadocjar,sign-artifacts"54 git tag -m "tagging" -a v_${VERSION_NUMBER}55 git push --tags
5 runtime-versions:10 - git config --global user.name "AWS"11 - git config --global user.email "<>"15 - git checkout master16 - git merge origin/release --no-ff --no-edit17 - CURRENT_VERSION=$(cat pom.xml | grep "<version>" | head -1 | cut -d\> -f 2 | cut -d\< -f 1)18 - echo "Current version is $CURRENT_VERSION"19 - RELEASE_VERSION=`echo "$CURRENT_VERSION" | cut -d "-" -f1`20 - MAJOR=$(echo $RELEASE_VERSION | cut -d'.' -f1)21 - MINOR=$(echo $RELEASE_VERSION | cut -d'.' -f2)[all …]
5 runtime-versions:10 - git config --global user.name "AWS"11 - git config --global user.email "<>"12 - 'PUBLIC_REPOSITORY_URL="https://[email protected]/aws/aws-sdk-java-v2.git"'16 - mkdir release17 - cd release18 -19 - git clone -o public -b release $PUBLIC_REPOSITORY_URL .20 - echo 'For debugging, running version command without -q'21 - mvn -Dexec.executable=echo -Dexec.args='${project.version}' --non-recursive exec:exec[all …]
6 - 'tzdb*'8 - cron: '50 1 * * *'16 contents: write # for peter-evans/create-pull-request to create branch17 pull-requests: write # for peter-evans/create-pull-request to create a PR18 runs-on: ubuntu-latest21 - name: Checkout26 - name: Set up JDK27 uses: actions/setup-java@2c7a4878f5d120bd643426d54ae1209b29cc01a3 #v3.4.129 java-version: 833 - name: Maven version[all …]