This commit is contained in:
Brian Long 2024-08-07 11:51:53 -04:00
parent 189e416014
commit 2acc4dc634

View File

@ -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() {