doc
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>net.sf.squirrel-sql</groupId>
<artifactId>doc</artifactId>
<version>3.5.0</version>
</dependency><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>net.sf.squirrel-sql</groupId>
<artifactId>squirrel-root-pom</artifactId>
<version>3.5.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>doc</artifactId>
<packaging>jar</packaging>
<name>SQuirreL-SQL Documentation</name>
<description>
Project that contains documentation for SQuirreL SQL Client that gets distributed in the installer
</description>
<inceptionYear>2001</inceptionYear>
<developers>
<developer>
<name>Gerd Wagner</name>
<roles>
<role>Administrator</role>
<role>Developer</role>
</roles>
</developer>
<developer>
<name>Rob Manning</name>
<roles>
<role>Developer</role>
<role>Release Manager</role>
</roles>
</developer>
</developers>
<licenses>
<license>
<name>GNU Lesser General Public License</name>
<url>http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<url>http://www.squirrelsql.org/</url>
<scm>
<connection>scm:git:git://git.code.sf.net/p/squirrel-sql/git</connection>
<developerConnection>scm:git:ssh://git.code.sf.net/p/squirrel-sql/git</developerConnection>
<url>http://sourceforge.net/p/squirrel-sql/git/ci/fe9318bdee3991f010b5b476244e5629c7d8efee/tree</url>
<tag>squirrel-sql-3.5.0</tag>
</scm>
<issueManagement>
<system>SourceForge Tracker</system>
<url>http://sourceforge.net/tracker/?group_id=28383%26atid=393414</url>
</issueManagement>
<ciManagement>
<system>Hudson</system>
<url>https://www.squirrel-sql.org/hudson/</url>
</ciManagement>
<build>
<resources>
<resource>
<directory>src/main/resources</directory>
<excludes>
<exclude>changes.txt</exclude>
</excludes>
<filtering>false</filtering>
</resource>
<resource>
<directory>src/main/resources</directory>
<includes>
<include>changes.txt</include>
</includes>
<filtering>true</filtering>
</resource>
</resources>
<plugins>
<!-- Set the squirrelsql.changelog.header if it has not already been set. -->
<plugin>
<groupId>net.sf.squirrel-sql</groupId>
<artifactId>squirrelsql-version-plugin</artifactId>
<version>${squirrelsql-version-plugin-version}</version>
<executions>
<execution>
<phase>initialize</phase>
<goals>
<goal>set-version</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<configuration>
<archive>
<addMavenDescriptor>false</addMavenDescriptor>
</archive>
</configuration>
</plugin>
</plugins>
</build>
</project>