|
73 | 73 | </build> |
74 | 74 |
|
75 | 75 | <profiles> |
76 | | - <profile> |
77 | | - <id>spring</id> |
78 | | - |
79 | | - |
80 | | - </profile> |
81 | 76 | <profile> |
82 | 77 | <id>coverage</id> |
83 | 78 | <activation> |
|
111 | 106 | </plugins> |
112 | 107 | </build> |
113 | 108 | </profile> |
| 109 | + <profile> |
| 110 | + <id>spring</id> |
| 111 | + <repositories> |
| 112 | + <repository> |
| 113 | + <id>spring-snapshots</id> |
| 114 | + <name>Spring Snapshots</name> |
| 115 | + <url>https://repo.spring.io/libs-snapshot-local</url> |
| 116 | + <snapshots> |
| 117 | + <enabled>true</enabled> |
| 118 | + </snapshots> |
| 119 | + <releases> |
| 120 | + <enabled>false</enabled> |
| 121 | + </releases> |
| 122 | + </repository> |
| 123 | + <repository> |
| 124 | + <id>spring-milestones</id> |
| 125 | + <name>Spring Milestones</name> |
| 126 | + <url>https://repo.spring.io/libs-milestone-local</url> |
| 127 | + <snapshots> |
| 128 | + <enabled>false</enabled> |
| 129 | + </snapshots> |
| 130 | + </repository> |
| 131 | + </repositories> |
| 132 | + <pluginRepositories> |
| 133 | + <pluginRepository> |
| 134 | + <id>spring-snapshots</id> |
| 135 | + <name>Spring Snapshots</name> |
| 136 | + <url>https://repo.spring.io/libs-snapshot-local</url> |
| 137 | + <snapshots> |
| 138 | + <enabled>true</enabled> |
| 139 | + </snapshots> |
| 140 | + <releases> |
| 141 | + <enabled>false</enabled> |
| 142 | + </releases> |
| 143 | + </pluginRepository> |
| 144 | + <pluginRepository> |
| 145 | + <id>spring-milestones</id> |
| 146 | + <name>Spring Milestones</name> |
| 147 | + <url>https://repo.spring.io/libs-milestone-local</url> |
| 148 | + <snapshots> |
| 149 | + <enabled>false</enabled> |
| 150 | + </snapshots> |
| 151 | + </pluginRepository> |
| 152 | + </pluginRepositories> |
| 153 | + </profile> |
114 | 154 | </profiles> |
115 | | - <repositories> |
116 | | - <repository> |
117 | | - <id>spring-snapshots</id> |
118 | | - <name>Spring Snapshots</name> |
119 | | - <url>https://repo.spring.io/libs-snapshot-local</url> |
120 | | - </repository> |
121 | | - <repository> |
122 | | - <id>spring-milestones</id> |
123 | | - <name>Spring milestones</name> |
124 | | - <url>https://repo.spring.io/libs-milestone-local</url> |
125 | | - </repository> |
126 | | - <repository> |
127 | | - <id>spring-releases</id> |
128 | | - <name>Spring Releases</name> |
129 | | - <url>https://repo.spring.io/release</url> |
130 | | - </repository> |
131 | | - </repositories> |
132 | | - <pluginRepositories> |
133 | | - <pluginRepository> |
134 | | - <id>spring-snapshots</id> |
135 | | - <name>Spring Snapshots</name> |
136 | | - <url>https://repo.spring.io/snapshot</url> |
137 | | - <snapshots> |
138 | | - <enabled>true</enabled> |
139 | | - </snapshots> |
140 | | - </pluginRepository> |
141 | | - <pluginRepository> |
142 | | - <id>spring-milestones</id> |
143 | | - <name>Spring Milestones</name> |
144 | | - <url>https://repo.spring.io/milestone</url> |
145 | | - <snapshots> |
146 | | - <enabled>false</enabled> |
147 | | - </snapshots> |
148 | | - </pluginRepository> |
149 | | - <pluginRepository> |
150 | | - <id>spring-releases</id> |
151 | | - <name>Spring Releases</name> |
152 | | - <url>https://repo.spring.io/release</url> |
153 | | - </pluginRepository> |
154 | | - </pluginRepositories> |
155 | 155 | <reporting> |
156 | 156 | <plugins> |
157 | 157 | <plugin> |
|
0 commit comments