smartsprites
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.github.hazendaz</groupId>
<artifactId>smartsprites</artifactId>
<version>0.4.1</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<!--
SmartSprites Project
Copyright (C) 2007-2009, Stanisław Osiński.
All rights reserved.
Redistribution and use in source and binary forms, with or without modification,
are permitted provided that the following conditions are met:
- Redistributions of source code must retain the above copyright notice, this
list of conditions and the following disclaimer.
- Redistributions in binary form must reproduce the above copyright notice, this
list of conditions and the following disclaimer in the documentation and/or
other materials provided with the distribution.
- Neither the name of the SmartSprites Project nor the names of its contributors
may be used to endorse or promote products derived from this software
without specific prior written permission.
- We kindly request that you include in the end-user documentation provided with
the redistribution and/or in the software itself an acknowledgement equivalent
to the following: "This product includes software developed by the SmartSprites
Project."
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-->
<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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.github.hazendaz</groupId>
<artifactId>base-parent</artifactId>
<version>56</version>
<relativePath />
</parent>
<groupId>com.github.hazendaz</groupId>
<artifactId>smartsprites</artifactId>
<version>0.4.1</version>
<name>smartsprites</name>
<description>CSS Sprites Generator Done Right. SmartSprites maintains CSS sprites in your designs,
fully automatically. No tedious copying and pasting to your CSS when adding or changing
sprited images.</description>
<url>https://github.com/carrotsearch/smartsprites/wiki/Documentation</url>
<organization>
<name>Carrot Search s.c.</name>
<url>https://www.carrotsearch.com/</url>
</organization>
<licenses>
<license>
<name>BSD license</name>
<url>https://opensource.org/license/bsd-2-clause</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<id>stanislaw.osinski</id>
<name>Stanisław Osiński</name>
<email>stanislaw.osinski@carrotsearch.com</email>
</developer>
<developer>
<id>dawid.weiss</id>
<name>Dawid Weiss</name>
<email>dawid.weiss@carrotsearch.com</email>
</developer>
</developers>
<mailingLists>
<mailingList>
<name>Announcements and bug reports mailing list</name>
<subscribe>smartsprites-css-sprite-generator+subscribe@googlegroups.com</subscribe>
<unsubscribe>smartsprites-css-sprite-generator+unsubscribe@googlegroups.com</unsubscribe>
<post>smartsprites-css-sprite-generator@googlegroups.com</post>
</mailingList>
</mailingLists>
<scm>
<connection>scm:git:ssh://git@github.com/hazendaz/smartsprites.git</connection>
<developerConnection>scm:git:ssh://git@github.com/hazendaz/smartsprites.git</developerConnection>
<tag>smartsprites-0.4.1</tag>
<url>https://github.com/hazendaz/smartsprites</url>
</scm>
<issueManagement>
<system>Github</system>
<url>https://github.com/hazendaz/smartsprites/issues</url>
</issueManagement>
<ciManagement>
<system>Github</system>
<url>https://github.com/hazendaz/smartsprites/actions</url>
</ciManagement>
<distributionManagement>
<site>
<id>gh-pages-scm</id>
<name>GitHub Pages</name>
<url>scm:git:ssh://git@github.com/hazendaz/smartsprites.git</url>
</site>
</distributionManagement>
<!-- Global properties. -->
<properties>
<!-- Checkstyle -->
<checkstyle.config>checkstyle-4space.xml</checkstyle.config>
<!-- Automatic Module Name -->
<module.name>org.carrot2.labs.smartsprites</module.name>
<!-- Reproducible Builds -->
<project.build.outputTimestamp>1765139723</project.build.outputTimestamp>
<!-- Require java 11 for project -->
<java.version>11</java.version>
<java.release.version>11</java.release.version>
</properties>
<!-- Dependencies. -->
<dependencies>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>33.5.0-jre</version>
</dependency>
<dependency>
<groupId>args4j</groupId>
<artifactId>args4j</artifactId>
<version>2.37</version>
</dependency>
<!-- Only used in SpriteImageBuilder -->
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-math3</artifactId>
<version>3.6.1</version>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.21.0</version>
</dependency>
<dependency>
<groupId>org.apache.ant</groupId>
<artifactId>ant</artifactId>
<version>1.10.15</version>
<scope>provided</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
<version>6.0.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
<version>3.27.6</version>
<scope>test</scope>
</dependency>
</dependencies>
<!-- Build tuning. -->
<build>
<pluginManagement>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<configuration>
<doctitle>SmartSprites v${project.version} API Documentation</doctitle>
<header><![CDATA[<div id='header'><a class='logo' target='_top' href='http://labs.carrotsearch.com'><img src='resources/logo.png'></a>SmartSprites v${project.version} <br>API Documentation</div>]]></header>
<overview>${project.basedir}/src/main/javadoc/overview.html</overview>
<windowtitle>SmartSprites v${project.version} API Documentation (JavaDoc)</windowtitle>
</configuration>
</plugin>
<plugin>
<groupId>com.mycila</groupId>
<artifactId>license-maven-plugin</artifactId>
<version>${license.plugin}</version>
<configuration>
<licenseSets>
<licenseSet>
<excludes combine.children="append">
<!-- Exclude web.iff file -->
<exclude>**/*web.iff</exclude>
</excludes>
</licenseSet>
</licenseSets>
</configuration>
</plugin>
</plugins>
</pluginManagement>
<plugins>
<!-- Configure assembly of ZIP and TAR.GZ bundles (stand-alone distributions). -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
<configuration>
<descriptors>
<descriptor>${project.basedir}/src/main/assembly/bin.xml</descriptor>
</descriptors>
<attach>true</attach>
<appendAssemblyId>false</appendAssemblyId>
</configuration>
<executions>
<execution>
<id>make-assembly</id>
<goals>
<goal>single</goal>
</goals>
<phase>package</phase>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>