Skip to content

Commit

Permalink
use "mvn verify" for GH actions build
Browse files Browse the repository at this point in the history
was "mvn package" before
  • Loading branch information
thjaeckle committed Jul 20, 2020
1 parent 66d6ab7 commit 3ec4cee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Expand Up @@ -31,4 +31,4 @@ jobs:
java-version: ${{ matrix.java }}
- name: build with Maven
working-directory: java
run: mvn package javadoc:jar source:jar --batch-mode --errors --quiet -DcreateJavadoc=true --file pom.xml --settings .maven.settings.xml
run: mvn verify javadoc:jar source:jar --batch-mode --errors --quiet -DcreateJavadoc=true --file pom.xml --settings .maven.settings.xml

0 comments on commit 3ec4cee

Please sign in to comment.