Skip to content

Commit

Permalink
Merge pull request #170 from ascopes/task/GH-169-parent-pom
Browse files Browse the repository at this point in the history
Use common parent POM for plugin and all ITs
  • Loading branch information
ascopes authored Apr 20, 2024
2 parents 85af212 + c2d12fc commit c8bcd23
Show file tree
Hide file tree
Showing 164 changed files with 959 additions and 777 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,12 @@ jobs:
- name: Change Maven version to the prerequisite version
shell: bash
run: |-
version=$(./mvnw help:evaluate -q \
# Use -T1 here as the plugins emit warnings about thread safety if we use the
# default concurrency settings for the project.
version=$(./mvnw -T1 help:evaluate -q \
-Dexpression='project.prerequisites.maven' \
-DforceStdout)
./mvnw wrapper:wrapper -Dmaven="${version}"
./mvnw -T1 -B wrapper:wrapper -Dmaven="${version}"
- name: Build and test
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ jobs:
uses: actions/upload-pages-artifact@v3
if: ${{ ! inputs.dry-run && ! inputs.skip-site-publication }}
with:
path: target/site
path: protobuf-maven-plugin/target/site

- name: Create GitHub Release
if: ${{ ! inputs.dry-run && ! inputs.skip-github-release }}
Expand Down
Loading

0 comments on commit c8bcd23

Please sign in to comment.