This commit is contained in:
Yan Zhang 2017-12-06 15:30:48 +08:00 коммит произвёл Yan Zhang
Родитель d09ee5db27
Коммит cabd671f84
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -4,7 +4,8 @@ import { Archetype } from "./Archetype";
import { Utils } from "./Utils";
import { VSCodeUI } from "./VSCodeUI";
const DEFAULT_ARCHETYPE_CATALOG_URL: string = "https://repo.maven.apache.org/maven2/archetype-catalog.xml";
// tslint:disable-next-line:no-http-string
const DEFAULT_ARCHETYPE_CATALOG_URL: string = "http://repo.maven.apache.org/maven2/archetype-catalog.xml";
export namespace ArchetypeModule {