.create(OPT_USER_PROPERTIES));
options.addOption(builder.withLongOpt("shared-props").hasArg().withDescription("共享的属性文件URL列表,以逗号分隔")
.create(OPT_SHARED_PROPERTIES));
options.addOption(builder.withLongOpt("shared-props-name").hasArg().withDescription("共享的属性文件的名称")
.create(OPT_SHARED_PROPERTIES_NAME));
options.addOption(builder.withLongOpt("output").hasArg().withDescription("输出文件名或目录名").create(OPT_OUTPUT_FILES));
options.addOption(builder.withLongOpt("type").hasArg().withDescription("文件类型,例如:war, jar, ear等")