Skip to content

Commit

Permalink
Display the full stack trace of the errors on maven failed build
Browse files Browse the repository at this point in the history
  • Loading branch information
joel-costigliola committed May 3, 2020
1 parent 1b638aa commit 5ff21db
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cross-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ jobs:
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
restore-keys: ${{ runner.os }}-maven
- name: Test
run: ./mvnw -V --no-transfer-progress clean verify javadoc:javadoc
run: ./mvnw -V --no-transfer-progress -e clean verify javadoc:javadoc
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
restore-keys: ${{ runner.os }}-maven
- name: Test
run: ./mvnw -V --no-transfer-progress clean verify javadoc:javadoc
run: ./mvnw -V --no-transfer-progress -e clean verify javadoc:javadoc

sonar:
name: Sonar code analysis
Expand All @@ -44,7 +44,7 @@ jobs:
restore-keys: ${{ runner.os }}-maven
- name: Test with Sonar
run: >
./mvnw -V --no-transfer-progress clean verify javadoc:javadoc
./mvnw -V --no-transfer-progress -e clean verify javadoc:javadoc
org.sonarsource.scanner.maven:sonar-maven-plugin:3.7.0.1746:sonar
-Dsonar.host.url=https://sonarcloud.io
-Dsonar.organization=assertj
Expand Down

0 comments on commit 5ff21db

Please sign in to comment.