Skip to content
Snippets Groups Projects
Commit a4585d48 authored by Benguria Elguezabal, Gorka's avatar Benguria Elguezabal, Gorka
Browse files

adds maven config

parent ae1d7d7a
Branches
Tags
No related merge requests found
<?xml version="1.0" encoding="UTF-8"?>
<settings xmlns="http://maven.apache.org/SETTINGS/1.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0 http://maven.apache.org/xsd/settings-1.0.0.xsd">
<pluginGroups></pluginGroups>
<proxies></proxies>
<servers></servers>
<mirrors></mirrors>
<profiles><profile>
<id>local-proxy</id>
<repositories>
<repository>
<id>local-proxy</id>
<name>Local Internal repo</name>
<url>http://192.168.56.40.nip.io:8090/repository/internal/</url>
<layout>default</layout>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
<repository>
<id>local-proxy-snapshots</id>
<name>Local Internal repo snapshots</name>
<url>http://192.168.56.40.nip.io:8090/repository/snapshots/</url>
<layout>default</layout>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
</repositories>
<pluginRepositories>
<pluginRepository>
<id>local-proxy</id>
<name>Local Internal repo</name>
<url>http://192.168.56.40.nip.io:8090/repository/internal/</url>
<layout>default</layout>
<snapshots>
<enabled>false</enabled>
</snapshots>
</pluginRepository>
<pluginRepository>
<id>local-proxy-snapshots</id>
<name>Local Internal repo snapshots</name>
<url>http://192.168.56.40.nip.io:8090/repository/snapshots/</url>
<layout>default</layout>
<snapshots>
<enabled>true</enabled>
</snapshots>
</pluginRepository>
</pluginRepositories>
</profile>
</profiles>
<activeProfiles>
<activeProfile>local-proxy</activeProfile>
</activeProfiles>
</settings>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment