Skip to content

Commit 2e07464

Browse files
Merge pull request #85 from wiremock/maven-metadata
Add Maven metadata for the project and developers
2 parents 2ed62e7 + 7d0b14b commit 2e07464

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

pom.xml

+15-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,10 @@
44

55
<groupId>org.wiremock.integrations.testcontainers</groupId>
66
<artifactId>wiremock-testcontainers-module</artifactId>
7-
<description>Testcontainers Java module for WireMock</description>
8-
<version>1.0-alpha-9-SNAPSHOT</version>
7+
<name>WireMock module for Testcontainers Java</name>
8+
<description>This Testcontainers module allows provisioning the WireMock server as a standalone container within your unit tests, based on WireMock Docker</description>
9+
<url>https://github.com/wiremock/wiremock-testcontainers-java</url>
10+
<version>1.0-alpha-12-SNAPSHOT</version>
911

1012
<licenses>
1113
<license>
@@ -15,6 +17,17 @@
1517
</license>
1618
</licenses>
1719

20+
<developers>
21+
<developer>
22+
<id>oleg-nenashev</id> <!-- OSSRH -->
23+
<name>Oleg Nenashev</name>
24+
<url>https://github.com/oleg-nenashev/</url>
25+
<timezone>CEST</timezone>
26+
<organization>WireMock Inc.</organization>
27+
<organizationUrl>https://www.wiremock.io/</organizationUrl>
28+
</developer>
29+
</developers>
30+
1831
<properties>
1932
<java.version>1.8</java.version>
2033
<maven.compiler.target>${java.version}</maven.compiler.target>

0 commit comments

Comments
 (0)