mode_choice-0.0.1-v2-pat-20180702.174556-2.pom
Checksums
MD5
|
9b70382ea3c7fa73f7528ff994e40e62
|
SHA1
|
142865804da96ba29d28a2478fb9fd12829b7605
|
SHA256
|
305526314e027907c3de3b393a1e1abafb803bc1f3e3ae1917df1540638d9854
|
SHA512
|
d35163afcd3303cd4be7d438282f465ddd666bbd0313979e2eb361f93bc6db5e11315613a378f101d00a803d9dff950065ff4627a9a7b73c5d2ac6d9081e7b3f
|
POM
<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>mode_choice</artifactId>
<version>0.0.1-v2-pat-SNAPSHOT</version>
<properties>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<skipTests>false</skipTests>
</properties>
<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>
<snapshotRepository>
<id>packagecloud-eth-ivt</id>
<url>packagecloud+https://packagecloud.io/eth-ivt/matsim</url>
</snapshotRepository>
</distributionManagement>
<build>
<extensions>
<extension>
<groupId>io.packagecloud.maven.wagon</groupId>
<artifactId>maven-packagecloud-wagon</artifactId>
<version>0.0.6</version>
</extension>
</extensions>
</build>
<profiles>
<profile>
<id>zip</id>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-resources-plugin</artifactId>
<version>3.0.2</version>
</plugin>
<plugin>
<artifactId>maven-assembly-plugin</artifactId>
<version>2.5.3</version>
<configuration>
<descriptor>src/main/assembly/assembly-release.xml</descriptor>
</configuration>
<executions>
<execution>
<id>create-archive</id>
<phase>package</phase>
<goals>
<goal>single</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</profile>
</profiles>
<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>ch.ethz.matsim</groupId>
<artifactId>sioux_falls</artifactId>
<version>0.1.0</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.12</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>