|
66 | 66 | <xerces.version>2.12.2</xerces.version> |
67 | 67 | <jacoco-maven-plugin.version>0.8.8</jacoco-maven-plugin.version> |
68 | 68 | <exec-maven-plugin.version>1.6.0</exec-maven-plugin.version> |
| 69 | + <flatten-maven-plugin.version>1.5.0</flatten-maven-plugin.version> |
69 | 70 |
|
70 | 71 | <contract.kotlin.version>2.1.10</contract.kotlin.version> |
71 | 72 | <commons-beanutils.version>1.9.4</commons-beanutils.version> |
|
499 | 500 | <url>https://spring.io/</url> |
500 | 501 | </organization> |
501 | 502 |
|
| 503 | + <licenses> |
| 504 | + <license> |
| 505 | + <name>Apache License, Version 2.0</name> |
| 506 | + <url>https://www.apache.org/licenses/LICENSE-2.0</url> |
| 507 | + </license> |
| 508 | + </licenses> |
| 509 | + |
| 510 | + <scm> |
| 511 | + <connection>scm:git:https://github.com/spring-cloud/spring-cloud-contract.git |
| 512 | + </connection> |
| 513 | + <developerConnection> |
| 514 | + scm:git: [email protected]:spring-cloud/spring-cloud-contract.git |
| 515 | + </developerConnection> |
| 516 | + <url>https://github.com/spring-cloud/spring-cloud-contract</url> |
| 517 | + <tag>HEAD</tag> |
| 518 | + </scm> |
| 519 | + |
502 | 520 | <developers> |
503 | 521 | <developer> |
504 | 522 | <id>mariuszs</id> |
|
513 | 531 | <developer> |
514 | 532 | <id>dsyer</id> |
515 | 533 | <name>David Syer</name> |
516 | | - <email>dsyer@vmware.com</email> |
| 534 | + <email>david.syer at broadcom.com</email> |
517 | 535 | </developer> |
518 | 536 | <developer> |
519 | 537 | <id>OlgaMaciaszek</id> |
520 | 538 | <name>Olga Maciaszek-Sharma</name> |
521 | | - |
| 539 | + <email>olga.maciaszek-sharma at broadcom.com</email> |
| 540 | + </developer> |
| 541 | + <developer> |
| 542 | + <id>sgibb</id> |
| 543 | + <name>Spencer Gibb</name> |
| 544 | + <email>spencer.gibb at broadcom.com</email> |
| 545 | + </developer> |
| 546 | + <developer> |
| 547 | + <id>rbaxter</id> |
| 548 | + <name>Ryan Baxter</name> |
| 549 | + <email>ryan.baxter at broadcom.com</email> |
522 | 550 | </developer> |
523 | 551 | </developers> |
524 | 552 |
|
525 | | - <scm> |
526 | | - <connection>scm:git:https://github.com/spring-cloud/spring-cloud-contract.git |
527 | | - </connection> |
528 | | - <developerConnection> |
529 | | - scm:git: [email protected]:spring-cloud/spring-cloud-contract.git |
530 | | - </developerConnection> |
531 | | - <url>https://github.com/spring-cloud/spring-cloud-contract</url> |
532 | | - <tag>HEAD</tag> |
533 | | - </scm> |
534 | | - |
535 | 553 | <issueManagement> |
536 | 554 | <system>GitHub</system> |
537 | 555 | <url>https://github.com/spring-cloud/spring-cloud-contract/issues</url> |
|
548 | 566 | <plugin> |
549 | 567 | <groupId>org.codehaus.mojo</groupId> |
550 | 568 | <artifactId>flatten-maven-plugin</artifactId> |
551 | | - <version>1.5.0</version> |
| 569 | + <version>${flatten-maven-plugin.version}</version> |
552 | 570 | </plugin> |
553 | 571 | <plugin> |
554 | 572 | <groupId>org.apache.maven.plugins</groupId> |
|
609 | 627 | <skip>true</skip> |
610 | 628 | </configuration> |
611 | 629 | </plugin> |
| 630 | + <plugin> |
| 631 | + <groupId>org.codehaus.mojo</groupId> |
| 632 | + <artifactId>flatten-maven-plugin</artifactId> |
| 633 | + </plugin> |
612 | 634 | </plugins> |
613 | 635 | </build> |
614 | 636 |
|
|
745 | 767 | <configuration> |
746 | 768 | <excludeArtifacts> |
747 | 769 | <artifact>spring-cloud-contract-stub-runner-boot</artifact> |
| 770 | + <artifact>spring-cloud-contract-docker-parent</artifact> |
| 771 | + <artifact>spring-cloud-contract-specs</artifact> |
| 772 | + <artifact>spring-cloud-contract-tests</artifact> |
| 773 | + <artifact>spring-cloud-contract-stub-runner-boot-zookeeper</artifact> |
| 774 | + <artifact>spring-cloud-contract-stub-runner-boot-eureka</artifact> |
| 775 | + <artifact>spring-cloud-contract-sample-jms</artifact> |
| 776 | + <artifact>spring-cloud-contract-stub-runner-kafka</artifact> |
| 777 | + <artifactId>spring-cloud-contract-sample-amqp</artifactId> |
| 778 | + <artifactId>spring-cloud-contract-stub-runner-integration</artifactId> |
| 779 | + <artifactId>spring-cloud-contract-stub-runner-amqp</artifactId> |
| 780 | + <artifactId>spring-cloud-contract-sample-integration</artifactId> |
| 781 | + <artifactId>spring-cloud-contract-stub-runner-jms</artifactId> |
| 782 | + <artifactId>spring-cloud-contract-sample-camel</artifactId> |
| 783 | + <artifactId>spring-cloud-contract-stub-runner-stream</artifactId> |
| 784 | + <artifactId>spring-cloud-contract-stub-runner-context-path</artifactId> |
| 785 | + <artifactId>spring-cloud-contract-stub-runner-moco</artifactId> |
| 786 | + <artifactId>spring-cloud-contract-stub-runner-moco-contract-jar</artifactId> |
748 | 787 | </excludeArtifacts> |
749 | 788 | </configuration> |
750 | 789 | </plugin> |
|
0 commit comments