Skip to content

Commit

Permalink
List plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
oharsta committed Sep 10, 2024
1 parent 6838fa9 commit ee27766
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@ jobs:

- name: Maven dependency tree
run: |
echo "mvn dependency:tree"
mvn dependency:tree
mvn -v
mvn dependency:resolve-plugins
- name: Log coverage percentage
run: |
Expand Down
5 changes: 5 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,11 @@
<release>11</release>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.5.0</version>
</plugin>
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
Expand Down

0 comments on commit ee27766

Please sign in to comment.