Last Version

Nexus Staging 2.3.0

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.

License

License

Categories

Categories

Cucumber Application Testing & Monitoring
GroupId

GroupId

io.cucumber
ArtifactId

ArtifactId

staging
Version

Version

2.3.0
Type

Type

jar
Description

Description

Nexus Staging
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.

Download staging 2.3.0


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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.