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 2021/02/19 09:48:23 UTC

[isis] branch master updated: ISIS-2536: fixes typo

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

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


The following commit(s) were added to refs/heads/master by this push:
     new df80567  ISIS-2536: fixes typo
df80567 is described below

commit df80567428db31ef6b2db1773fd1af4b6e8b77f7
Author: danhaywood <da...@haywood-associates.co.uk>
AuthorDate: Fri Feb 19 09:48:05 2021 +0000

    ISIS-2536: fixes typo
---
 scripts/ci/build-artifacts.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/ci/build-artifacts.sh b/scripts/ci/build-artifacts.sh
index 62169b0..e29ec40 100644
--- a/scripts/ci/build-artifacts.sh
+++ b/scripts/ci/build-artifacts.sh
@@ -37,7 +37,7 @@ esac
 # (else) ... explicitly ensure that maven-source-plugin is disabled. (in case maven-source-plugin is included by some other means)
 # this is a bit belt-n-braces
 case $SOURCE_MODE in
-  "attach") SOURCE_MODE_OPTS="-Dsource" ;;
+  "attach") SOURCE_MODE_OPTS="-Dsources" ;;
   "*") SOURCE_MODE_OPTS="-Dmaven.source.skip=true" ;;
 esac