DOC

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.

Table Of Contents

Latest Version

Download us.irdev.bedrock : nexus-staging Javadoc & API Documentation - Latest Versions:

All Versions

Download us.irdev.bedrock : nexus-staging Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
2.2.x

How to open Javadoc JAR file in web browser

  1. Rename the file nexus-staging-2.2.6-javadoc.jar to nexus-staging-2.2.6-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder nexus-staging-2.2.6-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "nexus-staging-2.2.6-sources.jar" -d "nexus-staging-2.2.6-javadoc" -subpackages 

Advertisement