MVN

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

Maven & Gradle

Nov 14, 2011

SQuirreL SQL Dependency Plugin · This maven plugin extends the maven dependency plugin's CopyDependenciesMojo to provide more precise control over which artifacts are included in the copy operation. Specifically, in addition to the normal configuration provided by the CopyDependenciesMojo, it accepts a configuration of includedArtifacts which is a list containing a single entry for each includedArtifact where the value is the groupId and the artifactId joined by a colon (":")

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

  • Latest Stable: 1.0.9

All Versions

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

Version Vulnerabilities Updated
1.0.x
squirrelsql-dependency-plugin-1.0.9
squirrelsql-dependency-plugin-1.0.8
squirrelsql-dependency-plugin-1.0.7

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-dependency-plugin</artifactId>
    <version>1.0.9</version>
</plugin>