From 0104be2650abee36694c26425204ae5c8b8eba1c Mon Sep 17 00:00:00 2001 From: Martin Goik <goik@hdm-stuttgart.de> Date: Tue, 14 Jul 2015 22:00:07 +0200 Subject: [PATCH] pom.xml parent/child relationship --- P/Sda1/Vaadin/IntegerSet/pom.xml | 44 ++++++----------------- P/Sda1/Vaadin/IntegerSetSkeleton/pom.xml | 46 ++++++------------------ P/pom.xml | 4 +++ 3 files changed, 25 insertions(+), 69 deletions(-) diff --git a/P/Sda1/Vaadin/IntegerSet/pom.xml b/P/Sda1/Vaadin/IntegerSet/pom.xml index ff0252fd6..fbaa16d75 100644 --- a/P/Sda1/Vaadin/IntegerSet/pom.xml +++ b/P/Sda1/Vaadin/IntegerSet/pom.xml @@ -2,7 +2,15 @@ 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>de.hdm-stuttgart.mi</groupId> + <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.sda1</groupId> <artifactId>integerset</artifactId> <version>1.0</version> <packaging>jar</packaging> @@ -11,36 +19,11 @@ <url>http://www.mi.hdm-stuttgart.de/freedocs</url> <properties> - <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <vaadin.version>7.5.0</vaadin.version> </properties> <build> <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-compiler-plugin</artifactId> - <version>3.2</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> - <linksource>true</linksource> - </configuration> - </plugin> - - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-jar-plugin</artifactId> - <version>2.5</version> - </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> @@ -101,13 +84,6 @@ <scope>provided</scope> </dependency> - <dependency> - <groupId>junit</groupId> - <artifactId>junit</artifactId> - <version>4.12</version> - <scope>test</scope> - </dependency> - </dependencies> -</project> \ No newline at end of file +</project> diff --git a/P/Sda1/Vaadin/IntegerSetSkeleton/pom.xml b/P/Sda1/Vaadin/IntegerSetSkeleton/pom.xml index ff0252fd6..f96434e77 100644 --- a/P/Sda1/Vaadin/IntegerSetSkeleton/pom.xml +++ b/P/Sda1/Vaadin/IntegerSetSkeleton/pom.xml @@ -2,45 +2,28 @@ 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>de.hdm-stuttgart.mi</groupId> + <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.sda1</groupId> <artifactId>integerset</artifactId> - <version>1.0</version> + <version>0.9</version> <packaging>jar</packaging> <name>Integerset</name> <url>http://www.mi.hdm-stuttgart.de/freedocs</url> <properties> - <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <vaadin.version>7.5.0</vaadin.version> </properties> <build> <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-compiler-plugin</artifactId> - <version>3.2</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> - <linksource>true</linksource> - </configuration> - </plugin> - - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-jar-plugin</artifactId> - <version>2.5</version> - </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> @@ -101,13 +84,6 @@ <scope>provided</scope> </dependency> - <dependency> - <groupId>junit</groupId> - <artifactId>junit</artifactId> - <version>4.12</version> - <scope>test</scope> - </dependency> - </dependencies> -</project> \ No newline at end of file +</project> diff --git a/P/pom.xml b/P/pom.xml index 47d827d4f..e243a0927 100644 --- a/P/pom.xml +++ b/P/pom.xml @@ -112,6 +112,10 @@ <module>Sda1/rdbms2catalog</module> <module>Sda1/Jpa/rdbms2catalog/solution</module> + + <module>Sda1/Vaadin/IntegerSet</module> + <module>Sda1/Vaadin/IntegerSetSkeleton</module> + <module>Sda1/VerifyImgAccess</module> <module>Sda1/xmlstatistics</module> -- GitLab