https://linen.dev logo
#wiremock-java
Title
# wiremock-java
o

Oleg Nenashev

10/10/2023, 6:42 AM
For Maven repo structure, I suggest the following @Tom et all:
Copy code
- `org.wiremock` as a root. Core components like `wiremock` or `wiremock-standalone` will be under this root
  - `org.wiremock.extensions` - groupID for extensions
  - `org.wiremock.tools` - groupID for any associated developer tools (e.g. Maven plugins)
  - `org.wiremock.integrations.{type}` - groupID for integration libraries
    - `{type}`- A subgroup defining type of the integration, for example `testcontainers`, `springboot` or `kotlin`
Added it to https://github.com/wiremock/community/issues/44 for comments
👍 2
2 Views