Skip to content

Commit

Permalink
Merge pull request #85 from wiremock/maven-metadata
Browse files Browse the repository at this point in the history
Add Maven metadata for the project and developers
  • Loading branch information
oleg-nenashev authored Oct 25, 2023
2 parents 2ed62e7 + 7d0b14b commit 2e07464
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@

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

<licenses>
<license>
Expand All @@ -15,6 +17,17 @@
</license>
</licenses>

<developers>
<developer>
<id>oleg-nenashev</id> <!-- OSSRH -->
<name>Oleg Nenashev</name>
<url>https://github.com/oleg-nenashev/</url>
<timezone>CEST</timezone>
<organization>WireMock Inc.</organization>
<organizationUrl>https://www.wiremock.io/</organizationUrl>
</developer>
</developers>

<properties>
<java.version>1.8</java.version>
<maven.compiler.target>${java.version}</maven.compiler.target>
Expand Down

0 comments on commit 2e07464

Please sign in to comment.