Skip to content

Commit

Permalink
Adds pom.xml print
Browse files Browse the repository at this point in the history
  • Loading branch information
XComp committed Jun 19, 2024
1 parent 0880340 commit 3b6572b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/mavenwrapper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,5 @@ jobs:
mvnw.cmd
- name: Create dummy project for Windows
run: ${{ matrix.cmd }} archetype:generate -DgroupId=com.mycompany.app -DartifactId=my-app -DarchetypeArtifactId=maven-archetype-quickstart -DarchetypeVersion=1.4 -DinteractiveMode=false
- name: Print pom.xml
run: cat pom.xml

0 comments on commit 3b6572b

Please sign in to comment.