Skip to content

Commit

Permalink
Fix Maven version to '3.8.7' (#110)
Browse files Browse the repository at this point in the history
* Fix Maven version to '3.8.7'

* Enabled Windows runners to restore cache saved on other platform
  • Loading branch information
mrizzi authored Feb 21, 2023
1 parent f264988 commit cda7dea
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/pull_request_push_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,13 @@ jobs:
with:
path: ~/.m2/repository
key: maven-windup-cli-build-${{ github.sha }}
enableCrossOsArchive: true
fail-on-cache-miss: true
restore-keys: |
maven-windup-rulesets-build-${{ github.sha }}
- name: Set up Maven
uses: stCarolas/[email protected]
with:
maven-version: 3.8.7
- name: Maven build
run: mvn clean install -DskipTests -B -s build/settings.xml
9 changes: 1 addition & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -87,13 +87,6 @@
<groupId>org.jboss.forge.furnace</groupId>
<artifactId>furnace-maven-plugin</artifactId>
<version>${version.furnace}</version>
<dependencies>
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-utils</artifactId>
<version>3.5.0</version>
</dependency>
</dependencies>
<executions>
<execution>
<id>deploy-addons</id>
Expand Down Expand Up @@ -223,7 +216,7 @@
<groupId>org.jboss.forge.furnace</groupId>
<artifactId>furnace-maven-plugin</artifactId>
<!-- Configuration won't be propagated to children -->
<inherited>true</inherited>
<inherited>false</inherited>
<executions>
<execution>
<!--This matches and thus overrides execution defined above -->
Expand Down

0 comments on commit cda7dea

Please sign in to comment.