DOC

it.tidalwave.thesefoolishthings : superpom

Maven & Gradle

Dec 19, 2021

TheseFoolishThings - SuperPOM · [![Build Status](https://drone.io/bitbucket.org/tidalwave/thesefoolishthings-superpom-src/status.png)] (https://drone.io/bitbucket.org/tidalwave/thesefoolishthings-superpom-src/latest) A feature-rich SuperPOM for building Java projects. It features: * explicit version configuration for a number of plugins; * easy configurability by means of pre-defined properties to avoid cut & copy of plugin sections. A number of profiles, that can be easily activated, are available for: * Spring-AOP configuration; * different kinds of Continuous Integration tasks, including a full run of QA tools such as JaCoCo, FindBugs, PMD, etc... * deploying WARs and locally running them with Tomcat or Jetty; * creating a Mac OS X bundle for JavaFX applications; * creating .deb packages for both application and services; * a customized release cycle, including all requirements for the Maven Central such as signing, with a 'transactional' behaviour (all artifacts, both the DSCM and the Maven artifacts are prepared on the local disk, so they can be uploaded in a second moment); Remember to customise it ------------------------ If you use it, please remember to change the ```description```,```url```, ```organization```, ```developers```, ```license```, etc... to override those related to the development of this POM.

Table Of Contents

Latest Version

Download it.tidalwave.thesefoolishthings : superpom Javadoc & API Documentation - Latest Versions:

All Versions

Download it.tidalwave.thesefoolishthings : superpom Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
5.0
4.18
4.17
4.16
4.15
4.14
4.13
4.12
4.11
4.10
4.9
4.8
4.7
4.6
4.5
4.4
4.3
4.2
4.1
4.0
3.3
3.2
3.1
3.0
2.18
2.17
2.16
2.15
2.14
2.13
2.12
2.11
2.10
2.9
2.8
2.7
2.6
2.5
2.4
2.3
2.2
2.1
2.0
1.18
1.17
1.16
1.15
1.14
1.13
1.12
1.11
1.10
1.9
1.8
1.7
1.6
1.5
1.4.x
1.4
1.3
1.2.x
1.2
1.1
1.0.x

How to open Javadoc JAR file in web browser

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