This is an automated email from the ASF dual-hosted git repository. lukaszlenart pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-ognl.git
The following commit(s) were added to refs/heads/master by this push: new 473a58c Simplifies build command 473a58c is described below commit 473a58c3999b0dacf4f65790e8c4e6c4c200697b Author: Lukasz Lenart <lukaszlen...@apache.org> AuthorDate: Thu Dec 24 10:05:30 2020 +0100 Simplifies build command --- .github/workflows/maven.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index a519c12..2a1a04f 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -32,4 +32,4 @@ jobs: with: java-version: ${{ matrix.java }} - name: Build with Maven - run: mvn -V apache-rat:check spotbugs:check javadoc:javadoc -Ddoclint=all package --file pom.xml + run: ./mvnw -V clean test package