Skip to content

Instantly share code, notes, and snippets.

@capotej
Created November 18, 2016 19:54
Show Gist options
  • Save capotej/2a1e40053deb8fc65141d069effd456e to your computer and use it in GitHub Desktop.
Save capotej/2a1e40053deb8fc65141d069effd456e to your computer and use it in GitHub Desktop.
<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