DOC

no.nav.common : mor-pom

Maven & Gradle

Jan 10, 2023
8 stars

SBL - Common Maven configuration · This is a common root POM for many NAV projects. It defines versions of core plugins, configuration of code quality metrics, CI server URLs, and distribution management for artifact deploys.

Table Of Contents

Latest Version

Download no.nav.common : mor-pom Javadoc & API Documentation - Latest Versions:

All Versions

Download no.nav.common : mor-pom Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
2.2023.x
2.2022.x
2.2021.x
2.2020.x
1.2021.x
1.2020.x
1.2019.x
1

How to open Javadoc JAR file in web browser

  1. Rename the file mor-pom-2.2023.01.10_13.49-81ddc732df3a-javadoc.jar to mor-pom-2.2023.01.10_13.49-81ddc732df3a-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder mor-pom-2.2023.01.10_13.49-81ddc732df3a-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 "mor-pom-2.2023.01.10_13.49-81ddc732df3a-sources.jar" -d "mor-pom-2.2023.01.10_13.49-81ddc732df3a-javadoc" -subpackages 

Advertisement