|
239 | 239 | <artifactId>tycho-versions-plugin</artifactId> |
240 | 240 | <version>${tycho.version}</version> |
241 | 241 | </plugin> |
| 242 | + <plugin> |
| 243 | + <groupId>org.eclipse.tycho</groupId> |
| 244 | + <artifactId>tycho-p2-repository-plugin</artifactId> |
| 245 | + <version>${tycho.version}</version> |
| 246 | + </plugin> |
| 247 | + <plugin> |
| 248 | + <groupId>org.eclipse.tycho</groupId> |
| 249 | + <artifactId>tycho-p2-plugin</artifactId> |
| 250 | + <version>${tycho.version}</version> |
| 251 | + </plugin> |
242 | 252 | </plugins> |
243 | 253 | </pluginManagement> |
244 | 254 | <plugins> |
|
261 | 271 | <showWarnings>true</showWarnings> |
262 | 272 | </configuration> |
263 | 273 | </plugin> |
264 | | - <plugin> |
265 | | - <!-- enable source bundle generation --> |
266 | | - <groupId>org.eclipse.tycho</groupId> |
267 | | - <artifactId>tycho-source-plugin</artifactId> |
268 | | - <executions> |
269 | | - <execution> |
270 | | - <id>plugin-source</id> |
271 | | - <goals> |
272 | | - <goal>plugin-source</goal> |
273 | | - </goals> |
274 | | - </execution> |
275 | | - </executions> |
276 | | - </plugin> |
277 | 274 | <plugin> |
278 | 275 | <groupId>org.eclipse.tycho</groupId> |
279 | 276 | <artifactId>tycho-versions-plugin</artifactId> |
280 | | - <version>${tycho.version}</version> |
281 | 277 | </plugin> |
282 | 278 | <plugin> |
283 | 279 | <groupId>org.eclipse.tycho</groupId> |
|
312 | 308 | </target> |
313 | 309 | </configuration> |
314 | 310 | </plugin> |
315 | | - </plugins> |
316 | | - </build> |
317 | | - </profile> |
318 | | - |
319 | | - <!-- P2-Release Profile: Used to build and Eclipse update site. Should |
320 | | - only be used in conjunction with the P2 Profile --> |
321 | | - <profile> |
322 | | - <id>p2-release</id> |
323 | | - <activation> |
324 | | - <activeByDefault>false</activeByDefault> |
325 | | - </activation> |
326 | | - |
327 | | - <build> |
328 | | - <pluginManagement> |
329 | | - <plugins> |
330 | | - <plugin> |
331 | | - <groupId>org.eclipse.tycho</groupId> |
332 | | - <artifactId>tycho-p2-repository-plugin</artifactId> |
333 | | - <version>${tycho.version}</version> |
334 | | - </plugin> |
335 | | - <plugin> |
336 | | - <groupId>org.eclipse.tycho</groupId> |
337 | | - <artifactId>tycho-p2-plugin</artifactId> |
338 | | - <version>${tycho.version}</version> |
339 | | - </plugin> |
340 | | - </plugins> |
341 | | - </pluginManagement> |
342 | | - <plugins> |
343 | 311 | <plugin> |
344 | 312 | <groupId>org.eclipse.tycho</groupId> |
345 | 313 | <artifactId>tycho-source-plugin</artifactId> |
346 | 314 | <executions> |
| 315 | + <execution> |
| 316 | + <id>plugin-source</id> |
| 317 | + <goals> |
| 318 | + <goal>plugin-source</goal> |
| 319 | + </goals> |
| 320 | + </execution> |
347 | 321 | <execution> |
348 | 322 | <id>feature-source</id> |
349 | 323 | <phase>package</phase> |
|
384 | 358 | </build> |
385 | 359 | </profile> |
386 | 360 |
|
| 361 | + |
387 | 362 | <!-- M2 Profile: Runs a standard maven build that produces jar artifacts --> |
388 | 363 | <profile> |
389 | 364 | <id>m2</id> |
|
566 | 541 | </build> |
567 | 542 | </profile> |
568 | 543 |
|
569 | | - <!--In certain corner cases we only want to use the core modules/plugins e.g. when deploying to maven central. |
570 | | - This profile is active by default and can be deactivated by passing the -DpluginsOnly--> |
| 544 | + <!--In certain corner cases we only want to use the core modules/plugins |
| 545 | + e.g. when deploying to maven central. This profile is active by default and |
| 546 | + can be deactivated by passing the -DpluginsOnly --> |
571 | 547 | <profile> |
572 | 548 | <id>non-plugin-modules</id> |
573 | 549 | <activation> |
|
0 commit comments