is not current version
Last Version 3.0.2

io.cucumber:continuous-deployment 2.3.1

When using local staging the deployment is deferred to the last module. Because half the project consists of examples that should not be deployed and thus skip the execution of the nexus staging plugin this causes the whole whole project to skip deployment. By being the last module in the build we can ensure that the nexus plugin is triggered uploads all artifacts at the end of the build.

Categories

Categories

Cucumber Application Testing & Monitoring
GroupId

GroupId

io.cucumber
ArtifactId

ArtifactId

continuous-deployment
Version

Version

2.3.1
Type

Type

jar

Download continuous-deployment 2.3.1


<!-- https://jarcasting.com/artifacts/io.cucumber/continuous-deployment/ -->
<dependency>
    <groupId>io.cucumber</groupId>
    <artifactId>continuous-deployment</artifactId>
    <version>2.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.cucumber/continuous-deployment/
implementation 'io.cucumber:continuous-deployment:2.3.1'
// https://jarcasting.com/artifacts/io.cucumber/continuous-deployment/
implementation ("io.cucumber:continuous-deployment:2.3.1")
'io.cucumber:continuous-deployment:jar:2.3.1'
<dependency org="io.cucumber" name="continuous-deployment" rev="2.3.1">
  <artifact name="continuous-deployment" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.cucumber', module='continuous-deployment', version='2.3.1')
)
libraryDependencies += "io.cucumber" % "continuous-deployment" % "2.3.1"
[io.cucumber/continuous-deployment "2.3.1"]