summaryrefslogtreecommitdiff
path: root/src/it/settings.xml
diff options
context:
space:
mode:
authorBenjamin Culkin <scorpress@gmail.com>2024-05-15 18:59:22 -0400
committerBenjamin Culkin <scorpress@gmail.com>2024-05-15 18:59:22 -0400
commit68dbb2b7eaae8379bcb185428e46e083a2bf6ecb (patch)
treef74400ff9979c1290e74a51c527fb2abda4969ea /src/it/settings.xml
Initial commit
Diffstat (limited to 'src/it/settings.xml')
-rw-r--r--src/it/settings.xml37
1 files changed, 37 insertions, 0 deletions
diff --git a/src/it/settings.xml b/src/it/settings.xml
new file mode 100644
index 0000000..000e726
--- /dev/null
+++ b/src/it/settings.xml
@@ -0,0 +1,37 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+
+<settings>
+ <profiles>
+ <profile>
+ <id>it-repo</id>
+ <activation>
+ <activeByDefault>true</activeByDefault>
+ </activation>
+ <repositories>
+ <repository>
+ <id>local.central</id>
+ <url>@localRepositoryUrl@</url>
+ <releases>
+ <enabled>true</enabled>
+ </releases>
+ <snapshots>
+ <enabled>true</enabled>
+ </snapshots>
+ </repository>
+ </repositories>
+ <pluginRepositories>
+ <pluginRepository>
+ <id>local.central</id>
+ <url>@localRepositoryUrl@</url>
+ <releases>
+ <enabled>true</enabled>
+ </releases>
+ <snapshots>
+ <enabled>true</enabled>
+ </snapshots>
+ </pluginRepository>
+ </pluginRepositories>
+ </profile>
+ </profiles>
+</settings>