From 2acc4dc634ea8fff629043075037c92d94eb0f7c Mon Sep 17 00:00:00 2001 From: "Brian M. Long" Date: Wed, 7 Aug 2024 11:51:53 -0400 Subject: [PATCH] fix rad --- .../src/main/resources/archetype-resources/rad.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/beedk-acs-platform-module-archetype/src/main/resources/archetype-resources/rad.sh b/beedk-acs-platform-module-archetype/src/main/resources/archetype-resources/rad.sh index eb8c2bc..fa09235 100644 --- a/beedk-acs-platform-module-archetype/src/main/resources/archetype-resources/rad.sh +++ b/beedk-acs-platform-module-archetype/src/main/resources/archetype-resources/rad.sh @@ -1,7 +1,7 @@ #!/bin/sh discoverArtifactId() { - local ARTIFACT_ID=`mvn -q -Dexpression=project.artifactId -DforceStdout help:evaluate` + local ARTIFACT_ID=`mvn -q -Dexpression=project.artifactId -DforceStdout help:evaluate | sed 's/\x1B\[[0-9;]\{1,\}[A-Za-z]//g'` } rebuild() {