Created
July 2, 2018 10:07
-
-
Save hugithordarson/68744d482e7bfd9ec9b0a84df9ef2137 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
<settings xmlns="http://maven.apache.org/POM/4.0.0" | |
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | |
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 | |
http://maven.apache.org/xsd/settings-1.0.0.xsd"> | |
<pluginGroups> | |
<pluginGroup>org.objectstyle.woproject.maven2</pluginGroup> | |
</pluginGroups> | |
<profiles> | |
<profile> | |
<id>default</id> | |
<activation> | |
<activeByDefault>true</activeByDefault> | |
</activation> | |
<repositories> | |
<repository> | |
<id>wocommunity.releases</id> | |
<name>WOCommunity Releases Repository</name> | |
<url> | |
http://maven.wocommunity.org/content/groups/public | |
</url> | |
<releases> | |
<enabled>true</enabled> | |
</releases> | |
<snapshots> | |
<enabled>false</enabled> | |
</snapshots> | |
</repository> | |
<repository> | |
<id>wocommunity.snapshots</id> | |
<name>WOCommunity Snapshots Repository</name> | |
<url> | |
http://maven.wocommunity.org/content/groups/public-snapshots | |
</url> | |
<releases> | |
<enabled>false</enabled> | |
</releases> | |
<snapshots> | |
<enabled>true</enabled> | |
</snapshots> | |
</repository> | |
</repositories> | |
<pluginRepositories> | |
<pluginRepository> | |
<id>wocommunity.releases</id> | |
<name>WOCommunity Releases Repository</name> | |
<url> | |
http://maven.wocommunity.org/content/groups/public | |
</url> | |
<releases> | |
<enabled>true</enabled> | |
</releases> | |
<snapshots> | |
<enabled>false</enabled> | |
</snapshots> | |
</pluginRepository> | |
<pluginRepository> | |
<id>wocommunity.snapshots</id> | |
<name>WOCommunity Snapshots Repository</name> | |
<url> | |
http://maven.wocommunity.org/content/groups/public-snapshots | |
</url> | |
<releases> | |
<enabled>false</enabled> | |
</releases> | |
<snapshots> | |
<enabled>true</enabled> | |
</snapshots> | |
</pluginRepository> | |
</pluginRepositories> | |
</profile> | |
</profiles> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment