我正在尝试编写一个脚本来更快地生成 Lift 项目,但我相信我遇到了空白问题。
val strLiftGen = "mvn archetype:generate -U\-DarchetypeGroupId=net.liftweb\
-DarchetypeArtifactId=lift-archetype-blank\
-DarchetypeVersion=1.0\
-DremoteRepositories=http://scala-tools.org/repo-releases\-DgroupId=" + args(0)"\-DartifactId=" + args(1)"\-Dversion=1.0-SNAPSHOT */"
有谁愿意用智慧之杖打新人并告诉我处理这样长字符串的聪明方法?