From 28520ca95b7ce0193d1619274988428ada975b26 Mon Sep 17 00:00:00 2001
From: Martin Goik <goik@hdm-stuttgart.de>
Date: Wed, 6 May 2015 16:57:52 +0200
Subject: [PATCH] Correction

---
 P/Sd1/Console_sum/pom.xml | 86 ++++++---------------------------------
 P/Sd1/Gcd/V1/pom.xml      |  1 +
 P/pom.xml                 |  2 +
 3 files changed, 15 insertions(+), 74 deletions(-)

diff --git a/P/Sd1/Console_sum/pom.xml b/P/Sd1/Console_sum/pom.xml
index 178334655..8f6f82501 100644
--- a/P/Sd1/Console_sum/pom.xml
+++ b/P/Sd1/Console_sum/pom.xml
@@ -1,6 +1,15 @@
-<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">
+<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.hdm-stuttgart.mi</groupId>
+    <artifactId>lecturenotes-pom</artifactId>
+    <version>1.0</version>
+
+    <relativePath>../../pom.xml</relativePath>
+  </parent>
+
   <groupId>de.hdm-stuttgart.mi.sd1</groupId>
   <artifactId>largestproductingrid</artifactId>
   <version>0.9</version>
@@ -8,77 +17,6 @@
   
   <name>largestproductingrid</name>
 
-  <!--Fixme: Add a sensible project related domain here -->
-  <url>http://somedomain.org</url>
-  
-  <properties>
-    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-  </properties>
-  
-  <dependencies>
-    <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <version>4.11</version>
-      <scope>test</scope>
-    </dependency>
-
-    <dependency>
-      <groupId>org.apache.logging.log4j</groupId>
-      <artifactId>log4j-api</artifactId>
-      <version>2.1</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.logging.log4j</groupId>
-      <artifactId>log4j-core</artifactId>
-      <version>2.1</version>
-    </dependency>
-
-  </dependencies>
-  
-  <build>
-    <plugins>
-
-        <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-compiler-plugin</artifactId>
-        <version>3.1</version>
-        <configuration>
-          <source>1.8</source>
-          <target>1.8</target>
-        </configuration>
-      </plugin>
-
-    <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-javadoc-plugin</artifactId>
-        <version>2.10.1</version>
-        <configuration/>
-      </plugin>
+  <url>http://www.mi.hdm-stuttgart.de/freedocs</url>
 
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-shade-plugin</artifactId>
-        <version>2.3</version>
-        <configuration>
-          <transformers>
-            <transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
-              <manifestEntries>
-                <Main-Class>de.hdm_stuttgart.mi.sd1.largestproductingrid.App</Main-Class>
-              </manifestEntries>
-            </transformer>
-          </transformers>
-        </configuration>
-        <executions>
-          <execution>
-            <phase>package</phase>
-            <goals>
-              <goal>shade</goal>
-            </goals>
-          </execution>
-        </executions>
-      </plugin>
-      
-    </plugins>
-  </build>
 </project>
diff --git a/P/Sd1/Gcd/V1/pom.xml b/P/Sd1/Gcd/V1/pom.xml
index 62cd648e6..882cda008 100644
--- a/P/Sd1/Gcd/V1/pom.xml
+++ b/P/Sd1/Gcd/V1/pom.xml
@@ -13,6 +13,7 @@
   <groupId>de.hdm-stuttgart.de.sd1</groupId>
   <artifactId>gcd</artifactId>
   <packaging>jar</packaging>
+  <version>1.0</version>
 
   <name>gcd</name>
   <url>http://www.mi.hdm-stuttgart.de/freedocs</url>
diff --git a/P/pom.xml b/P/pom.xml
index aa848d27e..40158b2c9 100644
--- a/P/pom.xml
+++ b/P/pom.xml
@@ -38,6 +38,8 @@
     <module>Sd1/Collection/Intro/LookupSet</module>
     <module>Sd1/CollectionImplement/StringSet/Solution</module>
 
+    <module>Sd1/Console_sum</module>
+
     <module>Sd1/fraction/V05</module>
     <module>Sd1/fraction/V1</module>
     <module>Sd1/fraction/V2</module>
-- 
GitLab