Skip to content

Commit 970d65c

Browse files
committed
Fix maven flatten plugin setup. Update project info.
Signed-off-by: Olga Maciaszek-Sharma <[email protected]>
1 parent 174d80a commit 970d65c

File tree

1 file changed

+34
-12
lines changed

1 file changed

+34
-12
lines changed

pom.xml

Lines changed: 34 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@
6868
<xerces.version>2.12.2</xerces.version>
6969
<jacoco-maven-plugin.version>0.8.8</jacoco-maven-plugin.version>
7070
<exec-maven-plugin.version>1.6.0</exec-maven-plugin.version>
71+
<flatten-maven-plugin.version>1.5.0</flatten-maven-plugin.version>
7172

7273
<contract.kotlin.version>1.8.22</contract.kotlin.version>
7374
<commons-beanutils.version>1.9.4</commons-beanutils.version>
@@ -506,6 +507,23 @@
506507
<url>https://spring.io/</url>
507508
</organization>
508509

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+
509527
<developers>
510528
<developer>
511529
<id>mariuszs</id>
@@ -520,25 +538,25 @@
520538
<developer>
521539
<id>dsyer</id>
522540
<name>David Syer</name>
523-
<email>dsyer@vmware.com</email>
541+
<email>david.syer at broadcom.com</email>
524542
</developer>
525543
<developer>
526544
<id>OlgaMaciaszek</id>
527545
<name>Olga Maciaszek-Sharma</name>
528-
<email>[email protected]</email>
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>
529557
</developer>
530558
</developers>
531559

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-
542560
<issueManagement>
543561
<system>GitHub</system>
544562
<url>https://github.com/spring-cloud/spring-cloud-contract/issues</url>
@@ -625,6 +643,10 @@
625643
<groupId>org.apache.maven.plugins</groupId>
626644
<artifactId>maven-checkstyle-plugin</artifactId>
627645
</plugin>
646+
<plugin>
647+
<groupId>org.codehaus.mojo</groupId>
648+
<artifactId>flatten-maven-plugin</artifactId>
649+
</plugin>
628650
</plugins>
629651
</reporting>
630652

0 commit comments

Comments
 (0)