MVN

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.

<plugin>
    <groupId>net.sf.squirrel-sql</groupId>
    <artifactId>squirrelsql-version-plugin</artifactId>
    <version>1.0.9</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.sf.squirrel-sql : squirrelsql-version-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.0.9

All Versions

Choose a version of net.sf.squirrel-sql : squirrelsql-version-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
squirrelsql-version-plugin-1.0.9
squirrelsql-version-plugin-1.0.8
squirrelsql-version-plugin-1.0.7
squirrelsql-version-plugin-1.0.6
squirrelsql-version-plugin-1.0.5
squirrelsql-version-plugin-1.0.4
squirrelsql-version-plugin-1.0.3
squirrelsql-version-plugin-1.0.1

How to add a plugin to Maven

Add the maven plugin to the pom.xml file information in this tag as follows:

<plugin>
    <groupId>net.sf.squirrel-sql</groupId>
    <artifactId>squirrelsql-version-plugin</artifactId>
    <version>1.0.9</version>
</plugin>