Created
April 13, 2019 10:25
-
-
Save hugithordarson/3b97a6dd8424baae18228d4167ed40ac 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> | |
</settings> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment