MVN

us.irdev.bedrock : nexus-staging

Maven & Gradle

Jul 26, 2023

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.

<dependency>
    <groupId>us.irdev.bedrock</groupId>
    <artifactId>nexus-staging</artifactId>
    <version>2.2.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of us.irdev.bedrock : nexus-staging to add to Maven - Latest Versions:

  • Latest Stable: 2.2.6

All Versions

Choose a version of us.irdev.bedrock : nexus-staging to add to Maven - All Versions:

Version Vulnerabilities Updated
2.2.x
nexus-staging-2.2.6
nexus-staging-2.2.5
nexus-staging-2.2.4
nexus-staging-2.2.3

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>us.irdev.bedrock</groupId>
    <artifactId>nexus-staging</artifactId>
    <version>2.2.6</version>
</dependency>

Advertisement