av-0.1.5-20180409.140037-5.pom
Checksums
MD5
|
fbbf14c0842a66daca93c2e928a9c9dd
|
SHA1
|
f45a457053aad3b8cf3fe1e8f9deded3d574fc32
|
SHA256
|
51f1422315baba54cbe3b866e630e5dc597fc006bd5d4c56dd8b08edd188c23c
|
SHA512
|
16d5a15115fe323a65857b4d6292463c335498727673e4a91b5826be50d3de5e580f3d7104f5c72111b54b844bf3aa45be953ecb59d7faf1f9e5e65bf7bec77d
|
POM
<?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>
<groupId>ch.ethz.matsim</groupId>
<artifactId>av</artifactId>
<version>0.1.5-SNAPSHOT</version>
<properties>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<skipTests>false</skipTests>
</properties>
<build>
<extensions>
<extension>
<groupId>io.packagecloud.maven.wagon</groupId>
<artifactId>maven-packagecloud-wagon</artifactId>
<version>0.0.6</version>
</extension>
</extensions>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-resources-plugin</artifactId>
<version>3.0.2</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.20</version>
<configuration>
<skipTests>${skipTests}</skipTests>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<executions>
<execution>
<id>attach-sources</id>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>2.6</version>
<executions>
<execution>
<goals>
<goal>test-jar</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
<repositories>
<!-- Needed for geotools in matsim main -->
<repository>
<id>osgeo</id>
<name>Geotools repository</name>
<url>http://download.osgeo.org/webdav/geotools</url>
</repository>
<repository>
<id>matsim-eth</id>
<url>http://dl.bintray.com/matsim-eth/matsim</url>
</repository>
</repositories>
<distributionManagement>
<repository>
<id>matsim-eth-bintray</id>
<url>https://api.bintray.com/maven/matsim-eth/matsim/av/;publish=1</url>
</repository>
<snapshotRepository>
<id>packagecloud-eth-ivt</id>
<url>packagecloud+https://packagecloud.io/eth-ivt/matsim</url>
</snapshotRepository>
</distributionManagement>
<dependencies>
<dependency>
<groupId>org.matsim</groupId>
<artifactId>matsim</artifactId>
<version>0.10.0-nov17</version>
</dependency>
<dependency>
<groupId>org.matsim.contrib</groupId>
<artifactId>dvrp</artifactId>
<version>0.10.0-nov17</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.12</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>