summaryrefslogtreecommitdiff
path: root/spec/fixtures/java/custom-maven-settings.xml
diff options
context:
space:
mode:
Diffstat (limited to 'spec/fixtures/java/custom-maven-settings.xml')
-rw-r--r--spec/fixtures/java/custom-maven-settings.xml16
1 files changed, 16 insertions, 0 deletions
diff --git a/spec/fixtures/java/custom-maven-settings.xml b/spec/fixtures/java/custom-maven-settings.xml
new file mode 100644
index 0000000..4fa5d16
--- /dev/null
+++ b/spec/fixtures/java/custom-maven-settings.xml
@@ -0,0 +1,16 @@
+<settings>
+ <profiles>
+ <profile>
+ <id>custom</id>
+ <activation>
+ <activeByDefault>true</activeByDefault>
+ </activation>
+ <repositories>
+ <repository>
+ <id>gitlab-maven</id>
+ <url>https://gitlab.com/api/v4/projects/17523603/packages/maven</url>
+ </repository>
+ </repositories>
+ </profile>
+ </profiles>
+</settings>