DOC

org.apache.maven.archetype : maven-archetype

Maven & Gradle

Dec 28, 2021
129 stars

Maven Archetype · Maven Archetype is a set of tools to deal with archetypes, i.e. an abstract representation of a kind of project that can be instantiated into a concrete customized Maven project. An archetype knows which files will be part of the instantiated project and which properties to fill to properly customize the project.

Table Of Contents

Latest Version

Download org.apache.maven.archetype : maven-archetype Javadoc & API Documentation - Latest Versions:

How to open Javadoc JAR file in web browser

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