|
85 | 85 | </build> |
86 | 86 |
|
87 | 87 | <profiles> |
88 | | - <profile> |
89 | | - <id>spring</id> |
90 | | - |
91 | | - |
92 | | - </profile> |
93 | 88 | <profile> |
94 | 89 | <id>coverage</id> |
95 | 90 | <activation> |
|
123 | 118 | </plugins> |
124 | 119 | </build> |
125 | 120 | </profile> |
| 121 | + <profile> |
| 122 | + <id>spring</id> |
| 123 | + <repositories> |
| 124 | + <repository> |
| 125 | + <id>spring-snapshots</id> |
| 126 | + <name>Spring Snapshots</name> |
| 127 | + <url>https://repo.spring.io/libs-snapshot-local</url> |
| 128 | + <snapshots> |
| 129 | + <enabled>true</enabled> |
| 130 | + </snapshots> |
| 131 | + <releases> |
| 132 | + <enabled>false</enabled> |
| 133 | + </releases> |
| 134 | + </repository> |
| 135 | + <repository> |
| 136 | + <id>spring-milestones</id> |
| 137 | + <name>Spring Milestones</name> |
| 138 | + <url>https://repo.spring.io/libs-milestone-local</url> |
| 139 | + <snapshots> |
| 140 | + <enabled>false</enabled> |
| 141 | + </snapshots> |
| 142 | + </repository> |
| 143 | + </repositories> |
| 144 | + <pluginRepositories> |
| 145 | + <pluginRepository> |
| 146 | + <id>spring-snapshots</id> |
| 147 | + <name>Spring Snapshots</name> |
| 148 | + <url>https://repo.spring.io/libs-snapshot-local</url> |
| 149 | + <snapshots> |
| 150 | + <enabled>true</enabled> |
| 151 | + </snapshots> |
| 152 | + <releases> |
| 153 | + <enabled>false</enabled> |
| 154 | + </releases> |
| 155 | + </pluginRepository> |
| 156 | + <pluginRepository> |
| 157 | + <id>spring-milestones</id> |
| 158 | + <name>Spring Milestones</name> |
| 159 | + <url>https://repo.spring.io/libs-milestone-local</url> |
| 160 | + <snapshots> |
| 161 | + <enabled>false</enabled> |
| 162 | + </snapshots> |
| 163 | + </pluginRepository> |
| 164 | + </pluginRepositories> |
| 165 | + </profile> |
126 | 166 | </profiles> |
127 | | - <repositories> |
128 | | - <repository> |
129 | | - <id>spring-snapshots</id> |
130 | | - <name>Spring Snapshots</name> |
131 | | - <url>https://repo.spring.io/libs-snapshot-local</url> |
132 | | - </repository> |
133 | | - <repository> |
134 | | - <id>spring-milestones</id> |
135 | | - <name>Spring milestones</name> |
136 | | - <url>https://repo.spring.io/libs-milestone-local</url> |
137 | | - </repository> |
138 | | - <repository> |
139 | | - <id>rsocket-snapshots</id> |
140 | | - <name>RSocket Snapshots</name> |
141 | | - <url>https://oss.jfrog.org/oss-snapshot-local</url> |
142 | | - <snapshots> |
143 | | - <enabled>true</enabled> |
144 | | - </snapshots> |
145 | | - </repository> |
146 | | - <repository> |
147 | | - <id>spring-releases</id> |
148 | | - <name>Spring Releases</name> |
149 | | - <url>https://repo.spring.io/release</url> |
150 | | - </repository> |
151 | | - </repositories> |
152 | | - <pluginRepositories> |
153 | | - <pluginRepository> |
154 | | - <id>spring-snapshots</id> |
155 | | - <name>Spring Snapshots</name> |
156 | | - <url>https://repo.spring.io/snapshot</url> |
157 | | - <snapshots> |
158 | | - <enabled>true</enabled> |
159 | | - </snapshots> |
160 | | - </pluginRepository> |
161 | | - <pluginRepository> |
162 | | - <id>spring-milestones</id> |
163 | | - <name>Spring Milestones</name> |
164 | | - <url>https://repo.spring.io/milestone</url> |
165 | | - <snapshots> |
166 | | - <enabled>false</enabled> |
167 | | - </snapshots> |
168 | | - </pluginRepository> |
169 | | - <pluginRepository> |
170 | | - <id>spring-releases</id> |
171 | | - <name>Spring Releases</name> |
172 | | - <url>https://repo.spring.io/release</url> |
173 | | - </pluginRepository> |
174 | | - </pluginRepositories> |
175 | 167 | <reporting> |
176 | 168 | <plugins> |
177 | 169 | <plugin> |
|
0 commit comments