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.

License

License

Categories

Categories

Cucumber Application Testing & Monitoring
GroupId

GroupId

io.cucumber
ArtifactId

ArtifactId

staging
Last Version

Last Version

2.3.0
Release Date

Release Date

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

How to add to project

<!-- 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.

Cucumber JVM

OpenCollective OpenCollective

Maven Central Build Status Coverage Status

Cucumber-JVM is a pure Java implementation of Cucumber. You can run it with the tool of your choice.

Cucumber-JVM also integrates with all the popular Dependency Injection containers.

Getting started

Questions, Problems, Help needed?

Please ask on

Bugs and Feature requests

You can register bugs and feature requests in the Github Issue Tracker.

Please bear in mind that this project is almost entirely developed by volunteers. If you do not provide the implementation yourself (or pay someone to do it for you), the bug might never get fixed. If it is a serious bug, other people than you might care enough to provide a fix.

Contributing

If you'd like to contribute to the documentation, checkout cucumber/docs.cucumber.io otherwise see our CONTRIBUTING.md.

io.cucumber

Cucumber

Cucumber Open

Versions

Version
2.3.0