DOC

net.sf.squirrel-sql : squirrelsql-version-plugin

Maven & Gradle

Nov 14, 2011

SQuirreLSQL Version Maven Mojo · This project produces a maven mojo that can set the System property "squirrelsql.version" so that it can be used globally by the installers and the update-site projects. It accepts the project version as an argument which it uses to decide what the squirrelsql.version should be. If the project version ends with "-SNAPSHOT", then the squirrelsql.version will be set to Snapshot-{timestamp} where {timestamp} is the current timestamp in the form of YYYYMMDD_HHMM. If however, the project version does not end with "-SNAPSHOT", then squirrelsql.version will be set to the value of the project version.

Table Of Contents

Latest Version

Download net.sf.squirrel-sql : squirrelsql-version-plugin Javadoc & API Documentation - Latest Versions:

All Versions

Download net.sf.squirrel-sql : squirrelsql-version-plugin Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
1.0.x

How to open Javadoc JAR file in web browser

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