MVN

net.sf.squirrel-sql : squirrelsql-update-site-plugin

Maven & Gradle

Nov 14, 2011

SQuirreLSQL Update Site Maven Mojo · This project produces the Mojo that can build a proper release.xml for the SQuirreLSQL update site, given a directory where the updated jar artifacts are located. This plugin accepts a directory in it's configuration and expects to find three sub-directories there : core, plugins and i18n. It then categorizes the artifacts found in those directories accordingly in the final release.xml file, that is generated in the specified folder.

<plugin>
    <groupId>net.sf.squirrel-sql</groupId>
    <artifactId>squirrelsql-update-site-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-update-site-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.0.9

All Versions

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

Version Vulnerabilities Updated
1.0.x
squirrelsql-update-site-plugin-1.0.9
squirrelsql-update-site-plugin-1.0.8
squirrelsql-update-site-plugin-1.0.7
squirrelsql-update-site-plugin-1.0.6
squirrelsql-update-site-plugin-1.0.5
squirrelsql-update-site-plugin-1.0.4
squirrelsql-update-site-plugin-1.0.3
squirrelsql-update-site-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-update-site-plugin</artifactId>
    <version>1.0.9</version>
</plugin>