|
68 | 68 | <xerces.version>2.12.2</xerces.version> |
69 | 69 | <jacoco-maven-plugin.version>0.8.8</jacoco-maven-plugin.version> |
70 | 70 | <exec-maven-plugin.version>1.6.0</exec-maven-plugin.version> |
| 71 | + <flatten-maven-plugin.version>1.5.0</flatten-maven-plugin.version> |
71 | 72 |
|
72 | 73 | <contract.kotlin.version>1.8.22</contract.kotlin.version> |
73 | 74 | <commons-beanutils.version>1.9.4</commons-beanutils.version> |
|
506 | 507 | <url>https://spring.io/</url> |
507 | 508 | </organization> |
508 | 509 |
|
| 510 | + <licenses> |
| 511 | + <license> |
| 512 | + <name>Apache License, Version 2.0</name> |
| 513 | + <url>https://www.apache.org/licenses/LICENSE-2.0</url> |
| 514 | + </license> |
| 515 | + </licenses> |
| 516 | + |
| 517 | + <scm> |
| 518 | + <connection>scm:git:https://github.com/spring-cloud/spring-cloud-contract.git |
| 519 | + </connection> |
| 520 | + <developerConnection> |
| 521 | + scm:git: [email protected]:spring-cloud/spring-cloud-contract.git |
| 522 | + </developerConnection> |
| 523 | + <url>https://github.com/spring-cloud/spring-cloud-contract</url> |
| 524 | + <tag>HEAD</tag> |
| 525 | + </scm> |
| 526 | + |
509 | 527 | <developers> |
510 | 528 | <developer> |
511 | 529 | <id>mariuszs</id> |
|
520 | 538 | <developer> |
521 | 539 | <id>dsyer</id> |
522 | 540 | <name>David Syer</name> |
523 | | - <email>dsyer@vmware.com</email> |
| 541 | + <email>david.syer at broadcom.com</email> |
524 | 542 | </developer> |
525 | 543 | <developer> |
526 | 544 | <id>OlgaMaciaszek</id> |
527 | 545 | <name>Olga Maciaszek-Sharma</name> |
528 | | - |
| 546 | + <email>olga.maciaszek-sharma at broadcom.com</email> |
| 547 | + </developer> |
| 548 | + <developer> |
| 549 | + <id>sgibb</id> |
| 550 | + <name>Spencer Gibb</name> |
| 551 | + <email>spencer.gibb at broadcom.com</email> |
| 552 | + </developer> |
| 553 | + <developer> |
| 554 | + <id>rbaxter</id> |
| 555 | + <name>Ryan Baxter</name> |
| 556 | + <email>ryan.baxter at broadcom.com</email> |
529 | 557 | </developer> |
530 | 558 | </developers> |
531 | 559 |
|
532 | | - <scm> |
533 | | - <connection>scm:git:https://github.com/spring-cloud/spring-cloud-contract.git |
534 | | - </connection> |
535 | | - <developerConnection> |
536 | | - scm:git: [email protected]:spring-cloud/spring-cloud-contract.git |
537 | | - </developerConnection> |
538 | | - <url>https://github.com/spring-cloud/spring-cloud-contract</url> |
539 | | - <tag>HEAD</tag> |
540 | | - </scm> |
541 | | - |
542 | 560 | <issueManagement> |
543 | 561 | <system>GitHub</system> |
544 | 562 | <url>https://github.com/spring-cloud/spring-cloud-contract/issues</url> |
|
555 | 573 | <plugin> |
556 | 574 | <groupId>org.codehaus.mojo</groupId> |
557 | 575 | <artifactId>flatten-maven-plugin</artifactId> |
558 | | - <version>1.5.0</version> |
| 576 | + <version>${flatten-maven-plugin.version}</version> |
559 | 577 | </plugin> |
560 | 578 | <plugin> |
561 | 579 | <groupId>org.apache.maven.plugins</groupId> |
|
616 | 634 | <skip>true</skip> |
617 | 635 | </configuration> |
618 | 636 | </plugin> |
| 637 | + <plugin> |
| 638 | + <groupId>org.codehaus.mojo</groupId> |
| 639 | + <artifactId>flatten-maven-plugin</artifactId> |
| 640 | + </plugin> |
619 | 641 | </plugins> |
620 | 642 | </build> |
621 | 643 |
|
|
752 | 774 | <configuration> |
753 | 775 | <excludeArtifacts> |
754 | 776 | <artifact>spring-cloud-contract-stub-runner-boot</artifact> |
| 777 | + <artifact>spring-cloud-contract-dependencies</artifact> |
| 778 | + <artifact>spring-cloud-contract-parent</artifact> |
| 779 | + <artifact>spring-cloud-contract-spec-java</artifact> |
| 780 | + <artifact>spring-cloud-contract-spec-groovy</artifact> |
| 781 | + <artifact>spring-cloud-contract-spec</artifact> |
| 782 | + <artifact>spring-cloud-contract-spec-kotlin</artifact> |
| 783 | + <artifact>spring-cloud-contract-specs</artifact> |
| 784 | + <artifact>spring-cloud-contract-shade</artifact> |
| 785 | + <artifact>spring-cloud-starter-contract-verifier</artifact> |
| 786 | + <artifact>spring-cloud-starter-contract-stub-runner</artifact> |
| 787 | + <artifact>spring-cloud-starter-contract-stub-runner-jetty</artifact> |
| 788 | + <artifact>spring-cloud-contract-starters</artifact> |
| 789 | + <artifact>spring-cloud-contract-wiremock</artifact> |
| 790 | + <artifact>spring-cloud-contract-tools</artifact> |
| 791 | + <artifact>spring-cloud-contract-converters</artifact> |
| 792 | + <artifact>spring-cloud-contract-maven-plugin</artifact> |
| 793 | + <artifact>spring-cloud-contract-verifier</artifact> |
| 794 | + <artifact>spring-cloud-contract-stub-runner</artifact> |
| 795 | + <artifact>spring-cloud-contract-docs</artifact> |
| 796 | + <artifact>spring-cloud-contract-tests</artifact> |
| 797 | + <artifact>spring-cloud-contract-sample-amqp</artifact> |
| 798 | + <artifact>spring-cloud-contract-sample-camel</artifact> |
| 799 | + <artifact>spring-cloud-contract-sample-integration</artifact> |
| 800 | + <artifact>spring-cloud-contract-sample-jms</artifact> |
| 801 | + <artifact>spring-cloud-contract-stub-runner-amqp</artifact> |
| 802 | + <artifact>spring-cloud-contract-stub-runner-boot-eureka</artifact> |
| 803 | + <artifact>spring-cloud-contract-stub-runner-boot-zookeeper</artifact> |
| 804 | + <artifact>spring-cloud-contract-stub-runner-context-path</artifact> |
| 805 | + <artifact>spring-cloud-contract-stub-runner-integration</artifact> |
| 806 | + <artifact>spring-cloud-contract-stub-runner-jms</artifact> |
| 807 | + <artifact>spring-cloud-contract-stub-runner-kafka</artifact> |
| 808 | + <artifact>spring-cloud-contract-stub-runner-moco</artifact> |
| 809 | + <artifact>spring-cloud-contract-stub-runner-moco-contract-jar</artifact> |
| 810 | + <artifact>spring-cloud-contract-stub-runner-stream</artifact> |
755 | 811 | </excludeArtifacts> |
756 | 812 | </configuration> |
757 | 813 | </plugin> |
|
0 commit comments