All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.stickycode.plugin.bounds.classifiers.xml Maven / Gradle / Ivy

There is a newer version: 4.12
Show newest version
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright (c) 2012 RedEngine Ltd, http://www.redengine.co.nz. All rights reserved. -->
<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>

	<groupId>net.stickycode.plugins.it</groupId>
	<artifactId>sticky-bounds-plugin-reflector</artifactId>
	<version>1.1-SNAPSHOT</version>
	<packaging>pom</packaging>

	<dependencies>
		<dependency>
			<groupId>net.stickycode</groupId>
			<artifactId>sticky-coercion</artifactId>
			<version>[2.1,3)</version>
		</dependency>
		<dependency>
			<groupId>net.stickycode</groupId>
			<artifactId>sticky-coercion</artifactId>
			<version>[2.1,3)</version>
			<classifier>test-jar</classifier>
		</dependency>
	</dependencies>

	<build>
		<plugins>
			<plugin>
				<groupId>net.stickycode.plugins</groupId>
				<artifactId>sticky-bounds-plugin</artifactId>
				<version>@pom.version@</version>
				<executions>
					<execution>
						<phase>test</phase>
						<goals>
							<goal>update</goal>
						</goals>
					</execution>
				</executions>
			</plugin>

		</plugins>
	</build>
</project>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy