diff --git a/src/main/resources/template/_pom.xml b/src/main/resources/template/_pom.xml index 457471a17052cf15485331b3379a829b959fdec5..bb65c2fedf5ec6d53758e30fa9d6286468026909 100644 --- a/src/main/resources/template/_pom.xml +++ b/src/main/resources/template/_pom.xml @@ -27,6 +27,7 @@ # for (var c in params) { # var starter = params[c]; +# if (c =="pout") continue; # if (starter.enable) { # if (c == "nutzmvc") c = "nutz-mvc"; # else if (c == "nutzdao") c = "nutz-dao";