diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml index 0c7fe84..bb5e25c 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -21,7 +21,7 @@ jobs: distribution: 'temurin' cache: maven - name: Build release for default platform - run: 'mvn -Dsite.dir=release clean verify' + run: 'mvn -ntp -Dsite.dir=release clean verify' - name: Assign build.version.properties to env variable run: cat site/target/build.version.properties >> $GITHUB_ENV - name: Create Pull Request diff --git a/.github/workflows/build-testing.yml b/.github/workflows/build-testing.yml index 6061e93..46aed29 100644 --- a/.github/workflows/build-testing.yml +++ b/.github/workflows/build-testing.yml @@ -21,7 +21,7 @@ jobs: distribution: 'temurin' cache: maven - name: Build testing for default platform - run: 'mvn -Dsite.dir=testing clean verify' + run: 'mvn -ntp -Dsite.dir=testing clean verify' - name: Assign build.version.properties to env variable run: cat site/target/build.version.properties >> $GITHUB_ENV - name: Create Pull Request diff --git a/.github/workflows/pull_request-or-main.yml b/.github/workflows/pull_request-or-main.yml index f6ed948..d6e9613 100644 --- a/.github/workflows/pull_request-or-main.yml +++ b/.github/workflows/pull_request-or-main.yml @@ -31,7 +31,7 @@ jobs: distribution: 'temurin' cache: maven - name: 'Build for platform: ${{ matrix.target-platform }}' - run: 'mvn -Dtarget.platform=${{ matrix.target-platform }} -Dsite.dir=testing clean verify' + run: 'mvn -ntp -Dtarget.platform=${{ matrix.target-platform }} -Dsite.dir=testing clean verify' - name: Assign build.version.properties to env variable if: matrix.target-platform == env.DEFAULT_TARGET_PLATFORM run: cat site/target/build.version.properties >> $GITHUB_ENV diff --git a/EasyShell-Release-Build.launch b/EasyShell-Release-Build.launch index f169d68..53936ac 100644 --- a/EasyShell-Release-Build.launch +++ b/EasyShell-Release-Build.launch @@ -1,18 +1,23 @@ - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + diff --git a/EasyShell-Testing-Build.launch b/EasyShell-Testing-Build.launch index ddcb677..f19d6b2 100644 --- a/EasyShell-Testing-Build.launch +++ b/EasyShell-Testing-Build.launch @@ -1,18 +1,23 @@ - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + diff --git a/EasyShell-set-new-version.launch b/EasyShell-set-new-version.launch index c464008..dd175d4 100644 --- a/EasyShell-set-new-version.launch +++ b/EasyShell-set-new-version.launch @@ -1,18 +1,23 @@ - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + +