spincast-plugins-cookies
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.spincast</groupId>
<artifactId>spincast-plugins-cookies</artifactId>
<version>0.9.32</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.spincast</groupId>
<artifactId>spincast-plugins-cookies-parent</artifactId>
<version>0.9.32</version>
</parent>
<artifactId>spincast-plugins-cookies</artifactId>
<name>${project.groupId}:${project.artifactId}</name>
<description>The default Spincast Cookies plugin</description>
<url>https://www.spincast.org</url>
<dependencies>
<!--===================================
Spincast core - provided
====================================-->
<dependency>
<groupId>org.spincast</groupId>
<artifactId>spincast-core</artifactId>
<version>${project.version}</version>
<scope>provided</scope>
</dependency>
</dependencies>
<build>
<plugins>
<!--===================================
Generate the source artifact in a way this
error is prevented :
@see http://stackoverflow.com/a/10794985/843699
====================================-->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
</plugin>
</plugins>
</build>
</project>