<?xml version="1.0" encoding="ISO-8859-1"?>
<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>
  <artifactId>org.gvsig.sld.app.mainplugin</artifactId>
  <packaging>jar</packaging>

  <name>Formats: SLD (for legends and symbols)</name>

  <parent>
    <groupId>org.gvsig</groupId>
    <artifactId>org.gvsig.sld.app</artifactId>
    <version>2.0.259</version>
  </parent>


  <dependencies>

		<dependency>
			<groupId>org.gvsig</groupId>
			<artifactId>org.gvsig.andami</artifactId>
            <scope>compile</scope>
		</dependency>
		<dependency>
			<groupId>org.gvsig</groupId>
			<artifactId>org.gvsig.fmap.mapcontext.api</artifactId>
		</dependency>

			<dependency>
				<groupId>org.gvsig</groupId>
    	  		<artifactId>org.gvsig.sldsupport.lib.api</artifactId>
	  		</dependency>
			<dependency>
				<groupId>org.gvsig</groupId>
    	  		<artifactId>org.gvsig.sldconverter.lib.api</artifactId>
	  		</dependency>

    		<dependency>
      			<groupId>org.gvsig</groupId>
      			<artifactId>org.gvsig.sldconverter.lib.impl</artifactId>
      			<scope>runtime</scope>
    		</dependency>
    		<dependency>
      			<groupId>org.gvsig</groupId>
      			<artifactId>org.gvsig.sldsupport.lib.impl</artifactId>
      			<scope>runtime</scope>
    		</dependency>

  </dependencies>

  <build>
  	<plugins>

  		<plugin>
  			<groupId>org.apache.maven.plugins</groupId>
  			<artifactId>maven-surefire-plugin</artifactId>
  			<configuration>
  				<skipTests>true</skipTests>
  			</configuration>
		</plugin>
	</plugins>
  </build>

	<properties>
        <gvsig.package.info.state>testing</gvsig.package.info.state>
        <gvsig.package.info.categories>Formats,Symbology,OGC</gvsig.package.info.categories>
        <gvsig.package.info.official>true</gvsig.package.info.official>
        <gvsig.package.info.dependencies>required: org.gvsig.app.mainplugin -ge 2</gvsig.package.info.dependencies>
        <gvsig.package.info.poolURL>https://devel.gvsig.org/download/projects/gvsig-sldtools/pool</gvsig.package.info.poolURL>

	</properties>
</project>
