You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2022/03/14 19:20:10 UTC

[isis] branch ISIS-2975 updated: ISIS-2975: experiments (23)

This is an automated email from the ASF dual-hosted git repository.

danhaywood pushed a commit to branch ISIS-2975
in repository https://gitbox.apache.org/repos/asf/isis.git


The following commit(s) were added to refs/heads/ISIS-2975 by this push:
     new 832236a  ISIS-2975: experiments (23)
832236a is described below

commit 832236a700301f90f65bb21b9923f1ee4f2ddef6
Author: Dan Haywood <da...@haywood-associates.co.uk>
AuthorDate: Mon Mar 14 19:20:02 2022 +0000

    ISIS-2975: experiments (23)
---
 .github/workflows/ci-build-artifacts-push-maven.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/ci-build-artifacts-push-maven.yml b/.github/workflows/ci-build-artifacts-push-maven.yml
index a38a59c..d40bb8a 100644
--- a/.github/workflows/ci-build-artifacts-push-maven.yml
+++ b/.github/workflows/ci-build-artifacts-push-maven.yml
@@ -79,6 +79,7 @@ jobs:
         # -Djacoco.skip=true ... no need for the CI build to add test coverage reports
         # -T 1C ... 1 build thread per core
         MVN_ADDITIONAL_OPTS: >-
+          -f isis-parent/pom.xml
           -Dreleased
           -Dgithub
           -Denforcer.failFast=true