This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
#!/usr/bin/env bash
echo ""
echo "[信息] 打包Web工程,生成war/jar包文件。"
cd "$(dirname "$0")" || exit
cd ..
mvn clean package -Dmaven.test.skip=true