download from the same repositories on both initial configuration stage and synchronization stage

This commit is contained in:
Eugene Zhuravlev
2017-04-13 20:11:32 +03:00
parent 28eb457cc2
commit ec6ed69d29
11 changed files with 58 additions and 99 deletions
@@ -28,7 +28,7 @@ public class RemoteRepositoryDescription {
public static final RemoteRepositoryDescription MAVEN_CENTRAL = new RemoteRepositoryDescription(
"central",
"Maven Central repository",
"http://repo1.maven.org/maven2"
"https://repo1.maven.org/maven2"
);
public static final RemoteRepositoryDescription JBOSS_COMMUNITY = new RemoteRepositoryDescription(
"jboss.community",