is not current version
Last Version 5.0-ALPHA-15

it.tidalwave.thesefoolishthings:superpom 3.2

[![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, easily activatable, are available for: * Spring-AOP configuration; * different kinds of Continous 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 a Mac OS X bundle for NetBeans Platform applications; * 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.

GroupId

GroupId

it.tidalwave.thesefoolishthings
ArtifactId

ArtifactId

superpom
Version

Version

3.2
Type

Type

pom

Download superpom 3.2

Filename Size
superpom-3.2.pom 146 KB
Browse

<!-- https://jarcasting.com/artifacts/it.tidalwave.thesefoolishthings/superpom/ -->
<dependency>
    <groupId>it.tidalwave.thesefoolishthings</groupId>
    <artifactId>superpom</artifactId>
    <version>3.2</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/it.tidalwave.thesefoolishthings/superpom/
implementation 'it.tidalwave.thesefoolishthings:superpom:3.2'
// https://jarcasting.com/artifacts/it.tidalwave.thesefoolishthings/superpom/
implementation ("it.tidalwave.thesefoolishthings:superpom:3.2")
'it.tidalwave.thesefoolishthings:superpom:pom:3.2'
<dependency org="it.tidalwave.thesefoolishthings" name="superpom" rev="3.2">
  <artifact name="superpom" type="pom" />
</dependency>
@Grapes(
@Grab(group='it.tidalwave.thesefoolishthings', module='superpom', version='3.2')
)
libraryDependencies += "it.tidalwave.thesefoolishthings" % "superpom" % "3.2"
[it.tidalwave.thesefoolishthings/superpom "3.2"]