d

docker-manifest-collectosaur-plugin

This plugin is designed to be used in artifacts that generate docker images. babysaur will create a manifest file in artifacts that create docker images and you should use mamasaur in the reactor that controls them. It depends on the "modules" section and will walk down through your POM files looking for submodules of submodules. Given this does not work with Maven when building differences, you should generally NOT use multiple levels of submodules with maven reactors.
https://clearpointnz.github.io/connect/
Apache License 2.0
Richard Vowles
Files download
File Operation
docker-manifest-collectosaur-plugin-1.2.jar download
docker-manifest-collectosaur-plugin-1.2.pom download
docker-manifest-collectosaur-plugin-1.2-sources.jar download
Apache Maven
<dependency>
  <groupId>cd.connect.pipeline</groupId>
  <artifactId>docker-manifest-collectosaur-plugin</artifactId>
  <version>1.2</version>
  <type>maven-plugin</type>
</dependency>
Gradle Groovy
implementation 'cd.connect.pipeline:docker-manifest-collectosaur-plugin:1.2'
Gradle Kotlin
implementation("cd.connect.pipeline:docker-manifest-collectosaur-plugin:1.2")
Scala SBT
libraryDependencies += "cd.connect.pipeline" % "docker-manifest-collectosaur-plugin" % "1.2"
Groovy Grape
@Grapes(
  @Grab(group='cd.connect.pipeline', module='docker-manifest-collectosaur-plugin', version='1.2')
)
Apache Ivy
<dependency org="cd.connect.pipeline" name="docker-manifest-collectosaur-plugin" rev="1.2" />
Leiningen
[cd.connect.pipeline/docker-manifest-collectosaur-plugin "1.2"]
Apache Buildr
'cd.connect.pipeline:docker-manifest-collectosaur-plugin:jar:1.2'