diff --git a/common.sh b/common.sh index 2a88cdf..ddde036 100644 --- a/common.sh +++ b/common.sh @@ -15,5 +15,5 @@ JAVA_OPTS="$JAVA_OPTS -Dlog4j.configurationFile=${LOG4J2_FILE}" SOURCE_PATH="third_party/wjtx/game-web/trunk" PRE_COMPILE_CMD="" COMPILE_CMD="mvn clean package install -Dmaven.test.skip=true" -POST_COMPILE_CMD="" -EXT_PKG_FILES="conf public static templates" +POST_COMPILE_CMD="cp -f config/conf/* config/" +EXT_PKG_FILES="public static templates" diff --git a/conf b/conf deleted file mode 120000 index a1fb580..0000000 --- a/conf +++ /dev/null @@ -1 +0,0 @@ -config/conf \ No newline at end of file