summaryrefslogtreecommitdiff
path: root/addons/tutorial/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'addons/tutorial/pom.xml')
-rw-r--r--addons/tutorial/pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/addons/tutorial/pom.xml b/addons/tutorial/pom.xml
index 5d39e6e7..2384571d 100644
--- a/addons/tutorial/pom.xml
+++ b/addons/tutorial/pom.xml
@@ -1,10 +1,11 @@
+<?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>
<parent>
<groupId>de.lmu.ifi.dbs.elki</groupId>
- <version>0.7.0</version>
+ <version>0.7.1</version>
<artifactId>elki-project</artifactId>
<relativePath>../../</relativePath>
</parent>
@@ -29,9 +30,7 @@
<plugins>
<!-- jar packaging -->
<plugin>
- <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
- <version>2.3.1</version>
<configuration>
<archive>
<manifestFile>${elki.projdir}/elki/src/main/resources/META-INF/MANIFEST.MF</manifestFile>
@@ -63,6 +62,7 @@
<groupId>de.lmu.ifi.dbs.elki</groupId>
<artifactId>elki-batik-visualization</artifactId>
<version>${project.version}</version>
+ <optional>true</optional>
</dependency>
</dependencies>
</project>