s

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.
Files download
File Operation
staging-2.3.0.jar download
staging-2.3.0.pom download
Apache Maven
<dependency>
  <groupId>io.cucumber</groupId>
  <artifactId>staging</artifactId>
  <version>2.3.0</version>
</dependency>
Gradle Groovy
implementation 'io.cucumber:staging:2.3.0'
Gradle Kotlin
implementation("io.cucumber:staging:2.3.0")
Scala SBT
libraryDependencies += "io.cucumber" % "staging" % "2.3.0"
Groovy Grape
@Grapes(
  @Grab(group='io.cucumber', module='staging', version='2.3.0')
)
Apache Ivy
<dependency org="io.cucumber" name="staging" rev="2.3.0" />
Leiningen
[io.cucumber/staging "2.3.0"]
Apache Buildr
'io.cucumber:staging:jar:2.3.0'