Created
November 18, 2016 19:54
-
-
Save capotej/2a1e40053deb8fc65141d069effd456e to your computer and use it in GitHub Desktop.
move to https://repo1.maven.org/
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<profiles> | |
<profile> | |
<id>alternative</id> | |
<activation> | |
<activeByDefault>true</activeByDefault> | |
</activation> | |
<repositories> | |
<repository> | |
<id>repo1.maven.org</id> | |
<url>https://repo1.maven.org/maven2</url> | |
</repository> | |
</repositories> | |
<pluginRepositories> | |
<pluginRepository> | |
<id>repo1.maven.org</id> | |
<url>https://repo1.maven.org/maven2</url> | |
</pluginRepository> | |
</pluginRepositories> | |
</profile> | |
</profiles> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment