# TODO: This is a bad solution! Maven should write necessary information into an extra file.
ARTIFACT_ID="$(grep -C3 '<groupId>de.craftinc'"$SCRIPT_DIR/../pom.xml"| grep '<artifactId>'| sed 's/\s*<artifactId>//g'| sed 's/<\/artifactId>\s*//g')"
# TODO: This is a bad solution! Maven should write necessary information into an extra file.
VERSION="$(grep -C3 '<groupId>de.craftinc'"$SCRIPT_DIR/../pom.xml"| grep '<version>'| sed 's/\s*<version>//g'| sed 's/<\/version>\s*//g')"