n

nexus-staging

We skip staging of some submodules, but if you skip staging in the last submodule it skips all staging (a serious error in the design of the nexus staging plugin that has been closed "wontfix" - issues.sonatype.org/browse/NEXUS-9138). The backup solution to that problem is to skip the deploy phase in the submodule. We want to deploy the artifact of bedrock-site to AWS, but not publish the war file to nexus. The recommended solution is to add this dummy node at the end of the submodule list.
https://bedrock.irdev.us/nexus-staging/
MIT License
Bretton Wade
Files download
File Operation
nexus-staging-2.2.6.pom download
Apache Maven
<dependency>
  <groupId>us.irdev.bedrock</groupId>
  <artifactId>nexus-staging</artifactId>
  <version>2.2.6</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'us.irdev.bedrock:nexus-staging:2.2.6'
Gradle Kotlin
implementation("us.irdev.bedrock:nexus-staging:2.2.6")
Scala SBT
libraryDependencies += "us.irdev.bedrock" % "nexus-staging" % "2.2.6"
Groovy Grape
@Grapes(
  @Grab(group='us.irdev.bedrock', module='nexus-staging', version='2.2.6')
)
Apache Ivy
<dependency org="us.irdev.bedrock" name="nexus-staging" rev="2.2.6" />
Leiningen
[us.irdev.bedrock/nexus-staging "2.2.6"]
Apache Buildr
'us.irdev.bedrock:nexus-staging:jar:2.2.6'
Dependencies
The project has no third-party dependencies