default to ssl for central

This commit is contained in:
brianf 2014-08-11 08:41:48 -04:00
parent 693f8f6604
commit 9216191869
2 changed files with 3 additions and 3 deletions

View File

@ -52,7 +52,7 @@ public interface RepositorySystem
String DEFAULT_REMOTE_REPO_ID = "central";
String DEFAULT_REMOTE_REPO_URL = "http://repo.maven.apache.org/maven2";
String DEFAULT_REMOTE_REPO_URL = "https://repo.maven.apache.org/maven2";
Artifact createArtifact( String groupId, String artifactId, String version, String packaging );

View File

@ -27,7 +27,7 @@ under the License.
<repository>
<id>central</id>
<name>Central Repository</name>
<url>http://repo.maven.apache.org/maven2</url>
<url>https://repo.maven.apache.org/maven2</url>
<layout>default</layout>
<snapshots>
<enabled>false</enabled>
@ -39,7 +39,7 @@ under the License.
<pluginRepository>
<id>central</id>
<name>Central Repository</name>
<url>http://repo.maven.apache.org/maven2</url>
<url>https://repo.maven.apache.org/maven2</url>
<layout>default</layout>
<snapshots>
<enabled>false</enabled>