Skip to content

Commit 4177ecd

Browse files
committed
Run the Maven default goal in the GitHub builds.
1 parent 60eccbc commit 4177ecd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@ jobs:
4444
with:
4545
java-version: ${{ matrix.java }}
4646
- name: Build with Maven
47-
run: mvn -V package --file pom.xml --no-transfer-progress
47+
run: mvn -V --file pom.xml --no-transfer-progress

0 commit comments

Comments
 (0)