From 434f46f6bc94ad1d016892d10778d5ad99484119 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Ko=C5=BEusznik?= <jan@kozusznik.cz>
Date: Fri, 1 Mar 2019 16:10:38 +0100
Subject: [PATCH] move parent project to root

---
 haas-imagej-client/pom.xml  |  2 +-
 haas-spim-benchmark/pom.xml |  2 +-
 pom.xml                     | 61 +++++++++++++++++++++++++++++++++++--
 3 files changed, 61 insertions(+), 4 deletions(-)

diff --git a/haas-imagej-client/pom.xml b/haas-imagej-client/pom.xml
index ebd8f897..3aacbb41 100644
--- a/haas-imagej-client/pom.xml
+++ b/haas-imagej-client/pom.xml
@@ -6,7 +6,7 @@
 		<groupId>cz.it4i.fiji</groupId>
 		<artifactId>haas-parent</artifactId>
 		<version>1.0.0</version>
-		<relativePath> ../haas-parent/pom.xml</relativePath>
+		<relativePath> ../pom.xml</relativePath>
 	</parent>
 	
 	<artifactId>haas-imagej-client</artifactId>
diff --git a/haas-spim-benchmark/pom.xml b/haas-spim-benchmark/pom.xml
index 476b0efd..b0dab3d8 100644
--- a/haas-spim-benchmark/pom.xml
+++ b/haas-spim-benchmark/pom.xml
@@ -6,7 +6,7 @@
 		<groupId>cz.it4i.fiji</groupId>
 		<artifactId>haas-parent</artifactId>
 		<version>1.0.0</version>
-		<relativePath> ../haas-parent/pom.xml</relativePath>
+		<relativePath> ../pom.xml</relativePath>
 	</parent>
 	<artifactId>haas-spim-benchmark</artifactId>
 	<packaging>jar</packaging>
diff --git a/pom.xml b/pom.xml
index 4bb04500..b39c9b21 100644
--- a/pom.xml
+++ b/pom.xml
@@ -12,7 +12,62 @@
 		<version>17.1.1</version>
 		<relativePath />
 	</parent>
+	<name>HPC Workflow Manager</name>
+	<url>${project_url}</url>
+	<description>Plugin for benchmarking SPIM automated workflow and starting by IT4I HaaS.</description>
+	<inceptionYear>2018</inceptionYear>
+	<organization>
+		<name>${organization.name}</name>
+		<url>${organization.url}</url>
+	</organization>
+	<licenses>
+		<license>
+			<name>${license.name}</name>
+			<url>${license.url}</url>
+			<distribution>${license.distribution}</distribution>
+		</license>
+	</licenses>
+
+	<developers>
+		<developer>
+			<id>koz01</id>
+			<name>Jan Kožusznik</name>
+			<url>http://www.kozusznik.cz</url>
+		</developer>
+	</developers>
+	<contributors>
+		<contributor>
+			<name>None</name>
+		</contributor>
+	</contributors>
+
+	<mailingLists>
+		<mailingList>
+			<name>ImageJ Forum</name>
+			<archive>http://forum.imagej.net/</archive>
+		</mailingList>
+	</mailingLists>
+
+	<scm>
+		<connection>${scm.connection}</connection>
+		<developerConnection>${scm.developerConnection}</developerConnection>
+		<tag>${scm.tag}</tag>
+		<url>${scm.url}</url>
+	</scm>
+	<issueManagement>
+		<system>${issueManagement.system}</system>
+		<url>${issueManagement.url}</url>
+	</issueManagement>
+	<ciManagement>
+		<system>None</system>
+	</ciManagement>
+
+
+
 	<properties>
+		<license.licenseName>${license.base.licenseName}</license.licenseName>
+		<license.copyrightOwners>${license.base.copyrightOwners}</license.copyrightOwners>
+		<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
 		<project_url>https://code.it4i.cz/fiji/haas-java-client/</project_url>
 		<organization.name>IT4Innovations - National Supercomputing Center</organization.name>
 		<organization.url>http://www.it4i.cz/</organization.url>
@@ -28,12 +83,14 @@
 		<scm.tag>HEAD</scm.tag>
 		<scm.url>${project_url}</scm.url>
 
-
-
 		<issueManagement.system>GitLab Issues</issueManagement.system>
 		<issueManagement.url>https://code.it4i.cz/fiji/haas-java-client/issues</issueManagement.url>
 		<maven.deploy.skip>true</maven.deploy.skip>
 	</properties>
+	<modules>
+		<module>haas-spim-benchmark</module>
+		<module>haas-imagej-client</module>
+	</modules>
 	<repositories>
 		<repository>
 			<id>imagej.public</id>
-- 
GitLab