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

META-INF.maven.com.gwidgets.gwty-leaflet.pom.xml Maven / Gradle / Ivy

There is a newer version: 1.2.1
Show newest version
<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>
	<groupId>com.gwidgets</groupId>
	<artifactId>gwty-leaflet</artifactId>
	<version>0.5</version>
	<packaging>gwt-lib</packaging>

	<properties>
		<gwtVersion>2.8.0</gwtVersion>
		<maven.compiler.target>1.8</maven.compiler.target>
		<maven.compiler.source>1.8</maven.compiler.source>
	</properties>

	<developers>
		<developer>
			<name>Zakaria Amine</name>
			<id>zamine</id>
			<email>[email protected]</email>
			<organization>G-Widgets</organization>
		</developer>
	</developers>

	<licenses>
		<license>
			<name>The Apache License, Version 2.0</name>
			<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
		</license>
	</licenses>

	<scm>
		<connection>scm:git:[email protected]:zak905/gwty-leaflet.git</connection>
		<developerConnection>scm:git:[email protected]:zak905/gwty-leaflet.git</developerConnection>
		<url>[email protected]:zak905/gwty-leaflet.git</url>
	</scm>

	<dependencies>
     <dependency>
      <groupId>com.google.gwt</groupId>
      <artifactId>gwt-user</artifactId>
      <version>${gwtVersion}</version>
      <scope>provided</scope>
    </dependency>
    <dependency>
       <groupId>com.google.gwt</groupId>
        <artifactId>gwt-dev</artifactId>
        <version>${gwtVersion}</version>
      <scope>provided</scope>
        </dependency>
      <dependency>
		<groupId>junit</groupId>
		<artifactId>junit</artifactId>
		<version>4.12</version>
		<scope>test</scope>
	</dependency>
	</dependencies>

	<build>
		<resources>
			<resource>
				<directory>src/main/java</directory>
				<filtering>true</filtering>
			</resource>
		</resources>
		<plugins>
			<plugin>
				<groupId>net.ltgt.gwt.maven</groupId>
				<artifactId>gwt-maven-plugin</artifactId>
				<version>1.0-rc-6</version>
				<extensions>true</extensions>
				<configuration>
					<moduleName>com.gwidgets.api.GwtyLeaflet</moduleName>
				</configuration>
			</plugin>
			<plugin>
				<groupId>org.apache.maven.plugins</groupId>
				<artifactId>maven-jar-plugin</artifactId>
				<version>3.0.1</version>
			</plugin>
		</plugins>
	</build>
	<name>gwty-leaflet</name>

	<description>a JsInterop wrapper for the Leaflet js library</description>

	<organization>
		<name>G-Widgets</name>
		<url>http://www.g-widgets.com/</url>
	</organization>

	<distributionManagement>
		<snapshotRepository>
			<id>ossrh</id>
			<url>https://oss.sonatype.org/content/repositories/snapshots</url>
		</snapshotRepository>
		<repository>
			<id>ossrh</id>
			<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
		</repository>
	</distributionManagement>

	<profiles>
		<profile>
			<id>release</id>
		</profile>
	</profiles>
	<url>https://github.com/gwidgets/gwty-leaflet</url>
</project>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy