kaiv587hh
Results
2
comments of
kaiv587hh
my version is 1.4.1
my one solution is using a script to rewrite the **pom.xml** as below ```bash #!/bin/bash echo "project is $1" path=sdk/build/poms/pom-default.xml sysOS=`uname -s` echo "system is $sysOS" if [ $sysOS ==...