|
42 | 42 | <buildTimestamp>${maven.build.timestamp}</buildTimestamp> |
43 | 43 | <buildType>I</buildType> |
44 | 44 | <buildId>${buildType}${buildTimestamp}</buildId> |
| 45 | + <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
| 46 | + |
45 | 47 | <!-- |
46 | 48 | releaseName should match the yearly "release train" name. |
47 | 49 | For example, "Mars", "Mars.1", "Luna SR2", etc. |
|
85 | 87 | <!-- only used when Tycho snapshot repo is enabled in <pluginRepositories> further down --> |
86 | 88 | <tycho-snapshot-repo.url>https://repo.eclipse.org/content/repositories/tycho-snapshots/</tycho-snapshot-repo.url> |
87 | 89 |
|
88 | | - <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
89 | 90 | <cbi-jdt-repo.url>https://repo.eclipse.org/content/repositories/eclipse-staging/</cbi-jdt-repo.url> |
90 | 91 | <cbi-ecj-version>3.40.0.v20241112-0530</cbi-ecj-version> |
91 | 92 |
|
92 | 93 | <!-- |
93 | 94 | repo for released versions of CBI. Note, we intentionally use as specific a repo as possible. |
94 | 95 | See bug 471835. |
95 | 96 | --> |
96 | | - <eclipse-repo.url>https://repo.eclipse.org/content/repositories/cbi/</eclipse-repo.url> |
97 | | - <cbi-snapshots-repo.url>https://repo.eclipse.org/content/repositories/cbi-snapshots/</cbi-snapshots-repo.url> |
98 | | - |
99 | | - <cbi-releases-repo.url>https://repo.eclipse.org/content/repositories/cbi-releases/</cbi-releases-repo.url> |
100 | | - |
| 97 | + <eclipse-cbi-repo.url>https://repo.eclipse.org/content/repositories/cbi/</eclipse-cbi-repo.url> |
101 | 98 |
|
102 | 99 | <!-- |
103 | 100 | This eclipse-p2-repo.url is specifically for the build-individual-bundles profile. |
|
181 | 178 | <pluginRepository> |
182 | 179 | <id>tycho-snapshots</id> |
183 | 180 | <url>${tycho-snapshot-repo.url}</url> |
184 | | - <releases> |
185 | | - <enabled>true</enabled> |
186 | | - </releases> |
187 | | - <snapshots> |
188 | | - <enabled>true</enabled> |
189 | | - </snapshots> |
190 | 181 | </pluginRepository> |
191 | 182 |
|
192 | 183 | <pluginRepository> |
193 | 184 | <id>cbi-jdt</id> |
194 | 185 | <url>${cbi-jdt-repo.url}</url> |
195 | | - <releases> |
196 | | - <enabled>true</enabled> |
197 | | - </releases> |
198 | | - <snapshots> |
199 | | - <enabled>true</enabled> |
200 | | - </snapshots> |
201 | | - </pluginRepository> |
202 | | - <pluginRepository> |
203 | | - <id>cbi-snapshots</id> |
204 | | - <url>${cbi-snapshots-repo.url}</url> |
205 | | - <snapshots> |
206 | | - <enabled>true</enabled> |
207 | | - </snapshots> |
208 | | - </pluginRepository> |
209 | | - <pluginRepository> |
210 | | - <id>cbi-releases</id> |
211 | | - <url>${cbi-releases-repo.url}</url> |
212 | | - <releases> |
213 | | - <enabled>true</enabled> |
214 | | - </releases> |
215 | | - <snapshots> |
216 | | - <enabled>true</enabled> |
217 | | - </snapshots> |
218 | 186 | </pluginRepository> |
219 | 187 | <pluginRepository> |
220 | | - <id>eclipse</id> |
221 | | - <url>${eclipse-repo.url}</url> |
222 | | - <releases> |
223 | | - <enabled>true</enabled> |
224 | | - </releases> |
225 | | - <snapshots> |
226 | | - <enabled>true</enabled> |
227 | | - </snapshots> |
| 188 | + <id>eclipse-cbi</id> |
| 189 | + <url>${eclipse-cbi-repo.url}</url> |
228 | 190 | </pluginRepository> |
229 | 191 | </pluginRepositories> |
230 | 192 | <build> |
|
0 commit comments