diff --git a/P/Sd1/Console_sum/pom.xml b/P/Sd1/Console_sum/pom.xml index 178334655462df297bb1a3fa0331f00c67fb9876..8f6f82501aab919a625a888c261350d838eea3ae 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 62cd648e662834434aa38a58775074e60b22c9f1..882cda0088d9313bc03fbce2ba951f2564c28f08 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 aa848d27e8777be68c92c164a560c567e103d49a..40158b2c92f91ce2d9fc07b0d11a519c87d9f9ba 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>