|
237 | 237 | </dependencies> |
238 | 238 | </dependencyManagement> |
239 | 239 |
|
240 | | - <repositories> |
241 | | - <repository> |
242 | | - <!-- todo: remove before merging to main --> |
243 | | - <snapshots> |
244 | | - <enabled>true</enabled> |
245 | | - <updatePolicy>always</updatePolicy> |
246 | | - </snapshots> |
247 | | - <id>ossrh</id> |
248 | | - <url>https://oss.sonatype.org/content/repositories/snapshots/</url> |
249 | | - </repository> |
250 | | - </repositories> |
251 | | - |
252 | | - <pluginRepositories> |
253 | | - <pluginRepository> |
254 | | - <!-- todo: remove before merging to main --> |
255 | | - <snapshots> |
256 | | - <enabled>true</enabled> |
257 | | - <updatePolicy>always</updatePolicy> |
258 | | - </snapshots> |
259 | | - <id>ossrh</id> |
260 | | - <url>https://oss.sonatype.org/content/repositories/snapshots/</url> |
261 | | - </pluginRepository> |
262 | | - </pluginRepositories> |
263 | | - |
264 | 240 | <build> |
265 | 241 | <pluginManagement> |
266 | 242 | <plugins> |
267 | 243 | <plugin> |
268 | 244 | <groupId>org.apache.maven.plugins</groupId> |
269 | 245 | <artifactId>maven-compiler-plugin</artifactId> |
270 | 246 | <version>${maven-compiler-plugin.version}</version> |
271 | | - <configuration> |
272 | | - <compilerArgs> |
273 | | - <arg>-Aio.fabric8.crd.generator.parallel=true</arg> |
274 | | - </compilerArgs> |
275 | | - </configuration> |
276 | 247 | </plugin> |
277 | 248 | <plugin> |
278 | 249 | <groupId>org.apache.maven.plugins</groupId> |
|
385 | 356 | <profiles> |
386 | 357 | <profile> |
387 | 358 | <id>integration-tests</id> |
388 | | - <dependencies> |
389 | | - <dependency> |
390 | | - <groupId>io.fabric8</groupId> |
391 | | - <artifactId>crd-generator-apt</artifactId> |
392 | | - <scope>test</scope> |
393 | | - </dependency> |
394 | | - </dependencies> |
395 | 359 | <build> |
396 | 360 | <plugins> |
397 | 361 | <plugin> |
|
412 | 376 | </profile> |
413 | 377 | <profile> |
414 | 378 | <id>integration-tests-baseapi</id> |
415 | | - <dependencies> |
416 | | - <dependency> |
417 | | - <groupId>io.fabric8</groupId> |
418 | | - <artifactId>crd-generator-apt</artifactId> |
419 | | - <scope>test</scope> |
420 | | - </dependency> |
421 | | - </dependencies> |
422 | 379 | <build> |
423 | 380 | <plugins> |
424 | 381 | <plugin> |
|
439 | 396 | </profile> |
440 | 397 | <profile> |
441 | 398 | <id>integration-tests-dependent</id> |
442 | | - <dependencies> |
443 | | - <dependency> |
444 | | - <groupId>io.fabric8</groupId> |
445 | | - <artifactId>crd-generator-apt</artifactId> |
446 | | - <scope>test</scope> |
447 | | - </dependency> |
448 | | - </dependencies> |
449 | 399 | <build> |
450 | 400 | <plugins> |
451 | 401 | <plugin> |
|
466 | 416 | </profile> |
467 | 417 | <profile> |
468 | 418 | <id>integration-tests-workflow</id> |
469 | | - <dependencies> |
470 | | - <dependency> |
471 | | - <groupId>io.fabric8</groupId> |
472 | | - <artifactId>crd-generator-apt</artifactId> |
473 | | - <scope>test</scope> |
474 | | - </dependency> |
475 | | - </dependencies> |
476 | 419 | <build> |
477 | 420 | <plugins> |
478 | 421 | <plugin> |
|
494 | 437 | <!-- Special category of tests. See usage in source code. --> |
495 | 438 | <profile> |
496 | 439 | <id>minimal-watch-timeout-dependent-it</id> |
497 | | - <dependencies> |
498 | | - <dependency> |
499 | | - <groupId>io.fabric8</groupId> |
500 | | - <artifactId>crd-generator-apt</artifactId> |
501 | | - <scope>test</scope> |
502 | | - </dependency> |
503 | | - </dependencies> |
504 | 440 | <build> |
505 | 441 | <plugins> |
506 | 442 | <plugin> |
|
522 | 458 | </profile> |
523 | 459 | <profile> |
524 | 460 | <id>end-to-end-tests</id> |
525 | | - <dependencies> |
526 | | - <dependency> |
527 | | - <groupId>io.fabric8</groupId> |
528 | | - <artifactId>crd-generator-apt</artifactId> |
529 | | - <scope>test</scope> |
530 | | - </dependency> |
531 | | - </dependencies> |
532 | 461 | <build> |
533 | 462 | <plugins> |
534 | 463 | <plugin> |
|
0 commit comments