DOC

io.github.divinespear : jpa-schema-maven-plugin

Maven & Gradle

Mar 06, 2017
22 stars

jpa-schema-maven-plugin · Maven plugin for generate database schema or DDL scripts from JPA entities.

Table Of Contents

Latest Version

Download io.github.divinespear : jpa-schema-maven-plugin Javadoc & API Documentation - Latest Versions:

How to open Javadoc JAR file in web browser

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

Advertisement