File tree Expand file tree Collapse file tree 1 file changed +0
-25
lines changed
cobigen-maven/cobigen-maven-test/src/main/resources Expand file tree Collapse file tree 1 file changed +0
-25
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
22<settings >
33 <localRepository >${locRep}</localRepository >
4-
5- <profiles >
6- <profile >
7- <id >sonartype</id >
8- <repositories >
9- <repository >
10- <id >sonartype.snapshots</id >
11- <name >Sonartype Snapshots</name >
12- <url >https://oss.sonatype.org/content/repositories/snapshots/</url >
13- <releases >
14- <enabled >false</enabled >
15- <updatePolicy >always</updatePolicy >
16- </releases >
17- <snapshots >
18- <enabled >true</enabled >
19- <updatePolicy >always</updatePolicy >
20- </snapshots >
21- </repository >
22- </repositories >
23- </profile >
24- </profiles >
25-
26- <activeProfiles >
27- <activeProfile >sonartype</activeProfile >
28- </activeProfiles >
294</settings >
You can’t perform that action at this time.
0 commit comments