From 0edaf865103ed7f5f81abcf2c57a4f8245d48148 Mon Sep 17 00:00:00 2001 From: Martin Goik <goik@hdm-stuttgart.de> Date: Thu, 5 Feb 2015 21:19:31 +0100 Subject: [PATCH] Finalizing Sd1 + Sda1 --- P/Sd1/fraction/V05/pom.xml | 12 ++- P/Sd1/fraction/V1/pom.xml | 11 +- P/Sd1/fraction/V2/pom.xml | 11 +- P/Sd1/interest/V1/pom.xml | 14 ++- P/Sd1/interest/V2/pom.xml | 14 ++- P/Sd1/math/V1/pom.xml | 26 ++++- P/Sd1/math/V2/pom.xml | 26 ++++- P/Sd1/math/V3/pom.xml | 26 ++++- P/Sd1/math/V4/pom.xml | 25 ++++- P/pom.xml | 143 ++++++++++--------------- pom.xml | 73 +++++++++++++ ws/Docbook/Dbtools/pom.xml | 70 ++++-------- ws/eclipse/HtmlExtensionTaglet/pom.xml | 52 ++++----- ws/eclipse/Jdbc/pom.xml | 112 ++++++++----------- 14 files changed, 361 insertions(+), 254 deletions(-) create mode 100644 pom.xml diff --git a/P/Sd1/fraction/V05/pom.xml b/P/Sd1/fraction/V05/pom.xml index 39822bbf8..9dd8fff74 100644 --- a/P/Sd1/fraction/V05/pom.xml +++ b/P/Sd1/fraction/V05/pom.xml @@ -15,7 +15,6 @@ <packaging>jar</packaging> <name>fraction-skeleton</name> - <url>http://www.mi.hdm-stuttgart.de/freedocs</url> <build> <plugins> @@ -23,20 +22,23 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> - <version>2.9.1</version> + <version>2.10.1</version> <configuration> <linksource>true</linksource> - <taglets> <taglet> <tagletClass>de.hdm_stuttgart.de.sd1.taglet.HtmlExtensionTaglet</tagletClass> + <tagletArtifact> + <groupId>de.hdm-stuttgart.de.sd1</groupId> + <artifactId>taglet</artifactId> + <version>1.0</version> + </tagletArtifact> </taglet> </taglets> - <tagletpath>../../../../../../../ws/eclipse/HtmlExtensionTaglet/target/classes</tagletpath> </configuration> </plugin> - </plugins> + </plugins> </build> </project> diff --git a/P/Sd1/fraction/V1/pom.xml b/P/Sd1/fraction/V1/pom.xml index 0a98b790e..07380e5ab 100644 --- a/P/Sd1/fraction/V1/pom.xml +++ b/P/Sd1/fraction/V1/pom.xml @@ -23,20 +23,23 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> - <version>2.9.1</version> + <version>2.10.1</version> <configuration> <linksource>true</linksource> - <taglets> <taglet> <tagletClass>de.hdm_stuttgart.de.sd1.taglet.HtmlExtensionTaglet</tagletClass> + <tagletArtifact> + <groupId>de.hdm-stuttgart.de.sd1</groupId> + <artifactId>taglet</artifactId> + <version>1.0</version> + </tagletArtifact> </taglet> </taglets> - <tagletpath>../../../../../../../ws/eclipse/HtmlExtensionTaglet/target/classes</tagletpath> </configuration> </plugin> - </plugins> + </plugins> </build> </project> diff --git a/P/Sd1/fraction/V2/pom.xml b/P/Sd1/fraction/V2/pom.xml index 664fc4837..813e730ed 100644 --- a/P/Sd1/fraction/V2/pom.xml +++ b/P/Sd1/fraction/V2/pom.xml @@ -23,20 +23,23 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> - <version>2.9.1</version> + <version>2.10.1</version> <configuration> <linksource>true</linksource> - <taglets> <taglet> <tagletClass>de.hdm_stuttgart.de.sd1.taglet.HtmlExtensionTaglet</tagletClass> + <tagletArtifact> + <groupId>de.hdm-stuttgart.de.sd1</groupId> + <artifactId>taglet</artifactId> + <version>1.0</version> + </tagletArtifact> </taglet> </taglets> - <tagletpath>../../../../../../../ws/eclipse/HtmlExtensionTaglet/target/classes</tagletpath> </configuration> </plugin> - </plugins> + </plugins> </build> <dependencies> diff --git a/P/Sd1/interest/V1/pom.xml b/P/Sd1/interest/V1/pom.xml index d585ad36c..d9a2ea82d 100644 --- a/P/Sd1/interest/V1/pom.xml +++ b/P/Sd1/interest/V1/pom.xml @@ -16,26 +16,30 @@ <packaging>jar</packaging> <name>interest_V1</name> - <url>http://www.mi.hdm-stuttgart.de/freedocs</url> <build> <plugins> + <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> - <version>2.9.1</version> + <version>2.10.1</version> <configuration> <linksource>true</linksource> - <taglets> <taglet> <tagletClass>de.hdm_stuttgart.de.sd1.taglet.HtmlExtensionTaglet</tagletClass> + <tagletArtifact> + <groupId>de.hdm-stuttgart.de.sd1</groupId> + <artifactId>taglet</artifactId> + <version>1.0</version> + </tagletArtifact> </taglet> </taglets> - <tagletpath>../../../../../../../ws/eclipse/HtmlExtensionTaglet/target/classes</tagletpath> </configuration> </plugin> + </plugins> - </build> + </build> </project> diff --git a/P/Sd1/interest/V2/pom.xml b/P/Sd1/interest/V2/pom.xml index baa9b15a5..5b58ba541 100644 --- a/P/Sd1/interest/V2/pom.xml +++ b/P/Sd1/interest/V2/pom.xml @@ -16,26 +16,30 @@ <packaging>jar</packaging> <name>interest_V2</name> - <url>http://www.mi.hdm-stuttgart.de/freedocs</url> <build> <plugins> + <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> - <version>2.9.1</version> + <version>2.10.1</version> <configuration> <linksource>true</linksource> - <taglets> <taglet> <tagletClass>de.hdm_stuttgart.de.sd1.taglet.HtmlExtensionTaglet</tagletClass> + <tagletArtifact> + <groupId>de.hdm-stuttgart.de.sd1</groupId> + <artifactId>taglet</artifactId> + <version>1.0</version> + </tagletArtifact> </taglet> </taglets> - <tagletpath>../../../../../../../ws/eclipse/HtmlExtensionTaglet/target/classes</tagletpath> </configuration> </plugin> + </plugins> - </build> + </build> </project> diff --git a/P/Sd1/math/V1/pom.xml b/P/Sd1/math/V1/pom.xml index 272e9093f..a954675a0 100644 --- a/P/Sd1/math/V1/pom.xml +++ b/P/Sd1/math/V1/pom.xml @@ -16,6 +16,30 @@ <packaging>jar</packaging> <name>math_v1</name> - <url>http://www.mi.hdm-stuttgart.de/freedocs</url> + + <build> + <plugins> + + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-javadoc-plugin</artifactId> + <version>2.10.1</version> + <configuration> + <linksource>true</linksource> + <taglets> + <taglet> + <tagletClass>de.hdm_stuttgart.de.sd1.taglet.HtmlExtensionTaglet</tagletClass> + <tagletArtifact> + <groupId>de.hdm-stuttgart.de.sd1</groupId> + <artifactId>taglet</artifactId> + <version>1.0</version> + </tagletArtifact> + </taglet> + </taglets> + </configuration> + </plugin> + + </plugins> + </build> </project> diff --git a/P/Sd1/math/V2/pom.xml b/P/Sd1/math/V2/pom.xml index b5b6c01cf..b08509763 100644 --- a/P/Sd1/math/V2/pom.xml +++ b/P/Sd1/math/V2/pom.xml @@ -16,6 +16,30 @@ <packaging>jar</packaging> <name>math_v2</name> - <url>http://www.mi.hdm-stuttgart.de/freedocs</url> + + <build> + <plugins> + + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-javadoc-plugin</artifactId> + <version>2.10.1</version> + <configuration> + <linksource>true</linksource> + <taglets> + <taglet> + <tagletClass>de.hdm_stuttgart.de.sd1.taglet.HtmlExtensionTaglet</tagletClass> + <tagletArtifact> + <groupId>de.hdm-stuttgart.de.sd1</groupId> + <artifactId>taglet</artifactId> + <version>1.0</version> + </tagletArtifact> + </taglet> + </taglets> + </configuration> + </plugin> + + </plugins> + </build> </project> diff --git a/P/Sd1/math/V3/pom.xml b/P/Sd1/math/V3/pom.xml index b55b4cac4..0f6d9dde3 100644 --- a/P/Sd1/math/V3/pom.xml +++ b/P/Sd1/math/V3/pom.xml @@ -16,6 +16,30 @@ <packaging>jar</packaging> <name>math_v3</name> - <url>http://www.mi.hdm-stuttgart.de/freedocs</url> + + <build> + <plugins> + + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-javadoc-plugin</artifactId> + <version>2.10.1</version> + <configuration> + <linksource>true</linksource> + <taglets> + <taglet> + <tagletClass>de.hdm_stuttgart.de.sd1.taglet.HtmlExtensionTaglet</tagletClass> + <tagletArtifact> + <groupId>de.hdm-stuttgart.de.sd1</groupId> + <artifactId>taglet</artifactId> + <version>1.0</version> + </tagletArtifact> + </taglet> + </taglets> + </configuration> + </plugin> + + </plugins> + </build> </project> diff --git a/P/Sd1/math/V4/pom.xml b/P/Sd1/math/V4/pom.xml index 5cf12781a..101fd1e59 100644 --- a/P/Sd1/math/V4/pom.xml +++ b/P/Sd1/math/V4/pom.xml @@ -16,6 +16,29 @@ <packaging>jar</packaging> <name>math_v4</name> - <url>http://www.mi.hdm-stuttgart.de/freedocs</url> + <build> + <plugins> + + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-javadoc-plugin</artifactId> + <version>2.10.1</version> + <configuration> + <linksource>true</linksource> + <taglets> + <taglet> + <tagletClass>de.hdm_stuttgart.de.sd1.taglet.HtmlExtensionTaglet</tagletClass> + <tagletArtifact> + <groupId>de.hdm-stuttgart.de.sd1</groupId> + <artifactId>taglet</artifactId> + <version>1.0</version> + </tagletArtifact> + </taglet> + </taglets> + </configuration> + </plugin> + + </plugins> + </build> </project> diff --git a/P/pom.xml b/P/pom.xml index 9b84a2409..cdf906452 100644 --- a/P/pom.xml +++ b/P/pom.xml @@ -1,121 +1,94 @@ <!-- "mvn -fail-at-end" required! This file is used to build and run all the examples --> <project> - <modelVersion>4.0.0</modelVersion> + <modelVersion>4.0.0</modelVersion> + <parent> <groupId>de.hdm-stuttgart.mi</groupId> - <artifactId>lecturenotes-pom</artifactId> + <artifactId>lecturenotes-base-pom</artifactId> <version>1.0</version> - <packaging>pom</packaging> - <name>Martin Goik lecture note examples</name> + <relativePath>../pom.xml</relativePath> + </parent> - <properties> - <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> - <javadocDestdir>~/tmp</javadocDestdir> - </properties> + <groupId>de.hdm-stuttgart.mi</groupId> + <artifactId>lecturenotes-pom</artifactId> + <version>1.0</version> + <packaging>pom</packaging> - <modules> + <name>Martin Goik lecture note examples</name> - <!-- Software development 1 --> - <module>Sd1/Array/medianCmdLine</module> - <module>Sd1/Array/integerStoreUnbounded</module> - <module>Sd1/Array/arraycalcExercise</module> - <module>Sd1/Array/integerStoreStat</module> - <module>Sd1/Array/integerStoreSkeleton</module> - <module>Sd1/Array/arraycalcSolution</module> - <module>Sd1/Array/integerStore</module> - <module>Sd1/Array/integerStoreMedianAnswer</module> + <modules> - <module>Sd1/Collection/Intro/LookupSet</module> - <module>Sd1/CollectionImplement/StringSet/Solution</module> + <!-- Software development 1 --> + <module>Sd1/Array/medianCmdLine</module> + <module>Sd1/Array/integerStoreUnbounded</module> + <module>Sd1/Array/arraycalcExercise</module> + <module>Sd1/Array/integerStoreStat</module> + <module>Sd1/Array/integerStoreSkeleton</module> + <module>Sd1/Array/arraycalcSolution</module> + <module>Sd1/Array/integerStore</module> + <module>Sd1/Array/integerStoreMedianAnswer</module> - <module>Sd1/fraction/V05</module> - <module>Sd1/fraction/V1</module> - <module>Sd1/fraction/V2</module> + <module>Sd1/Collection/Intro/LookupSet</module> + <module>Sd1/CollectionImplement/StringSet/Solution</module> - <module>Sd1/Gcd/V1</module> + <module>Sd1/fraction/V05</module> + <module>Sd1/fraction/V1</module> + <module>Sd1/fraction/V2</module> - <module>Sd1/HtmlFormatting/Simple/Exercise</module> - <module>Sd1/HtmlFormatting/Simple/Solution</module> + <module>Sd1/Gcd/V1</module> + <module>Sd1/HtmlFormatting/Simple/Exercise</module> + <module>Sd1/HtmlFormatting/Simple/Solution</module> - <module>Sd1/interest/V1</module> - <module>Sd1/interest/V2</module> - <module>Sd1/loop/answer</module> - <module>Sd1/loop/question</module> + <module>Sd1/interest/V1</module> + <module>Sd1/interest/V2</module> + <module>Sd1/loop/answer</module> + <module>Sd1/loop/question</module> - <module>Sd1/Marks/Solution1</module> - <module>Sd1/Marks/Solution2</module> - <module>Sd1/math/V0_5</module> - <module>Sd1/math/V1</module> - <module>Sd1/math/V2</module> - <module>Sd1/math/V3</module> - <module>Sd1/math/V4</module> + <module>Sd1/Marks/Solution1</module> + <module>Sd1/Marks/Solution2</module> - <module>Sd1/plot</module> + <module>Sd1/math/V0_5</module> + <module>Sd1/math/V1</module> + <module>Sd1/math/V2</module> + <module>Sd1/math/V3</module> + <module>Sd1/math/V4</module> - <module>Sd1/Prime/V1</module> - <module>Sd1/Prime/V2</module> + <module>Sd1/plot</module> - <module>Sd1/rounding</module> + <module>Sd1/Prime/V1</module> + <module>Sd1/Prime/V2</module> - <module>Sd1/StringLengthSort/Solution</module> - <module>Sd1/Wc/wc</module> - <module>Sd1/Wc/readFile</module> + <module>Sd1/rounding</module> - <module>Sd1/WordFrequency1/Solution</module> + <module>Sd1/StringLengthSort/Solution</module> + <module>Sd1/Wc/wc</module> + <module>Sd1/Wc/readFile</module> - <module>Sd1/WordFrequency2/Solution1</module> - <module>Sd1/WordFrequency2/Solution2</module> + <module>Sd1/WordFrequency1/Solution</module> - <module>Sd1/Wordlist/Solution</module> - <module>Sd1/Wordlist/Solution2</module> + <module>Sd1/WordFrequency2/Solution1</module> + <module>Sd1/WordFrequency2/Solution2</module> - <!-- Structured data and applications 1 --> - <module>Sda1/saxerrorhandler</module> - <module>Sda1/catalog2sql</module> - <module>Sda1/catalog2rdbms</module> + <module>Sd1/Wordlist/Solution</module> + <module>Sd1/Wordlist/Solution2</module> - <module>Sda1/rdbms2catalog</module> - <module>Sda1/xmlstatistics</module> + <!-- Structured data and applications 1 --> + <module>Sda1/saxerrorhandler</module> + <module>Sda1/catalog2sql</module> + <module>Sda1/catalog2rdbms</module> - </modules> + <module>Sda1/rdbms2catalog</module> + <module>Sda1/xmlstatistics</module> - <dependencies> - <dependency> - <groupId>junit</groupId> - <artifactId>junit</artifactId> - <version>4.12</version> - <scope>test</scope> - </dependency> - </dependencies> + </modules> <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> - </plugins> - <resources> <resource> <directory>src/main/java</directory> diff --git a/pom.xml b/pom.xml new file mode 100644 index 000000000..e7f79499a --- /dev/null +++ b/pom.xml @@ -0,0 +1,73 @@ +<!-- "mvn -fail-at-end" required! + This file is used to build and run all the examples --> +<project> + <modelVersion>4.0.0</modelVersion> + + <groupId>de.hdm-stuttgart.mi</groupId> + <artifactId>lecturenotes-base-pom</artifactId> + <version>1.0</version> + <packaging>pom</packaging> + + <name>Martin Goik lecture notes</name> + <url>http://www.mi.hdm-stuttgart.de/freedocs</url> + + <modules> + <module>P</module> + <module>ws/eclipse/HtmlExtensionTaglet</module> + <module>ws/eclipse/Jdbc</module> + <module>ws/Docbook/Dbtools</module> + </modules> + + <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> + <artifactId>maven-install-plugin</artifactId> + <version>2.5.2</version> + </plugin> + + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-resources-plugin</artifactId> + <version>2.5</version> + </plugin> + + </plugins> + + </build> + + <dependencies> + <dependency> + <groupId>junit</groupId> + <artifactId>junit</artifactId> + <version>4.12</version> + <scope>test</scope> + </dependency> + </dependencies> + +</project> diff --git a/ws/Docbook/Dbtools/pom.xml b/ws/Docbook/Dbtools/pom.xml index d55378918..7a8d19ed7 100644 --- a/ws/Docbook/Dbtools/pom.xml +++ b/ws/Docbook/Dbtools/pom.xml @@ -1,59 +1,29 @@ <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> + 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>Dbtools</groupId> - <artifactId>Dbtools</artifactId> + <parent> + <groupId>de.hdm-stuttgart.mi</groupId> + <artifactId>lecturenotes-base-pom</artifactId> + <version>1.0</version> + <relativePath>../../../pom.xml</relativePath> + </parent> - <version>0.0.1-SNAPSHOT</version> - <packaging>jar</packaging> - <name>Dbtools</name> + <groupId>Dbtools</groupId> + <artifactId>Dbtools</artifactId> + <version>1.0</version> - <url>http://maven.apache.org</url> + <packaging>jar</packaging> - <properties> - <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> - </properties> + <name>Dbtools</name> - - <dependencies> - <dependency> - <groupId>junit</groupId> - <artifactId>junit</artifactId> - <version>3.8.1</version> - <scope>test</scope> - </dependency> - <dependency> - <groupId>log4j</groupId> - <artifactId>log4j</artifactId> - <version>1.2.17</version> - </dependency> - - </dependencies> - - <build> - <pluginManagement> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-compiler-plugin</artifactId> - <version>2.3.2</version> - <configuration> - <source>1.7</source> - <target>1.7</target> - </configuration> - </plugin> - </plugins> - </pluginManagement> - <resources> - <resource> - <directory>src/main/java</directory> - <includes> - <include> **/*.properties</include> - </includes> - </resource> - </resources> - </build> + <dependencies> + <dependency> + <groupId>log4j</groupId> + <artifactId>log4j</artifactId> + <version>1.2.17</version> + </dependency> + </dependencies> </project> diff --git a/ws/eclipse/HtmlExtensionTaglet/pom.xml b/ws/eclipse/HtmlExtensionTaglet/pom.xml index 388876a36..231aa854f 100644 --- a/ws/eclipse/HtmlExtensionTaglet/pom.xml +++ b/ws/eclipse/HtmlExtensionTaglet/pom.xml @@ -1,42 +1,47 @@ <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"> + 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-base-pom</artifactId> + <version>1.0</version> + <relativePath>../../../pom.xml</relativePath> + </parent> + <groupId>de.hdm-stuttgart.de.sd1</groupId> <artifactId>taglet</artifactId> - <version>0.0.1-SNAPSHOT</version> + <version>1.0</version> <packaging>jar</packaging> <name>taglet</name> <url>http://maven.apache.org</url> - <properties> - <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> - </properties> - <build> <plugins> + <plugin> <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-compiler-plugin</artifactId> - <version>2.3.2</version> + <artifactId>maven-javadoc-plugin</artifactId> + <version>2.10.1</version> <configuration> - <source>1.7</source> - <target>1.7</target> + <linksource>true</linksource> + <taglets> + <taglet> + <tagletClass>de.hdm_stuttgart.de.sd1.taglet.HtmlExtensionTaglet</tagletClass> + <tagletArtifact> + <groupId>de.hdm-stuttgart.de.sd1</groupId> + <artifactId>taglet</artifactId> + <version>1.0</version> + </tagletArtifact> + </taglet> + </taglets> </configuration> </plugin> + </plugins> - <resources> - <resource> - <directory>src/main/java</directory> - <includes> - <include> **/*.properties</include> - </includes> - </resource> - </resources> - </build> - + <dependencies> <dependency> @@ -47,11 +52,6 @@ <systemPath>${java.home}/../lib/tools.jar</systemPath> </dependency> - <dependency> - <groupId>junit</groupId> - <artifactId>junit</artifactId> - <version>3.8.1</version> - <scope>test</scope> - </dependency> </dependencies> + </project> diff --git a/ws/eclipse/Jdbc/pom.xml b/ws/eclipse/Jdbc/pom.xml index 9c80918cd..44c7d18ce 100644 --- a/ws/eclipse/Jdbc/pom.xml +++ b/ws/eclipse/Jdbc/pom.xml @@ -1,74 +1,54 @@ <?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> + 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>Jdbc</groupId> - <artifactId>Jdbc</artifactId> - <version>0.0.1-SNAPSHOT</version> - <packaging>jar</packaging> + <parent> + <groupId>de.hdm-stuttgart.mi</groupId> + <artifactId>lecturenotes-base-pom</artifactId> + <version>1.0</version> + <relativePath>../../../pom.xml</relativePath> + </parent> - <name>de.hdm-stuttgart.mi.jdbc</name> - <url>http://maven.apache.org</url> + <groupId>Jdbc</groupId> + <artifactId>Jdbc</artifactId> + <version>1.0</version> + <packaging>jar</packaging> - <properties> - <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> - </properties> + <name>de.hdm-stuttgart.mi.jdbc</name> - <build> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-compiler-plugin</artifactId> - <version>2.3.2</version> - <configuration> - <source>1.7</source> - <target>1.7</target> - </configuration> - </plugin> - </plugins> - <resources> - <resource> - <directory>src/main/java</directory> - <includes> - <include> **/*.properties</include> - </includes> - </resource> - </resources> + <dependencies> + <dependency> + <groupId>mysql</groupId> + <artifactId>mysql-connector-java</artifactId> + <version>5.1.23</version> + </dependency> - </build> - <dependencies> - <dependency> - <groupId>mysql</groupId> - <artifactId>mysql-connector-java</artifactId> - <version>5.1.23</version> - </dependency> - - <dependency> - <groupId>org.jdom</groupId> - <artifactId>jdom2</artifactId> - <version>2.0.5</version> - </dependency> - <dependency> - <groupId>jaxen</groupId> - <artifactId>jaxen</artifactId> - <version>1.1.4</version> - </dependency> - - <dependency> - <groupId>org.testng</groupId> - <artifactId>testng</artifactId> - <version>6.8</version> - </dependency> - <dependency> - <groupId>commons-codec</groupId> - <artifactId>commons-codec</artifactId> - <version>1.7</version> - </dependency> - <dependency> - <groupId>xml-resolver</groupId> - <artifactId>xml-resolver</artifactId> - <version>1.2</version> - </dependency> - </dependencies> + <dependency> + <groupId>org.jdom</groupId> + <artifactId>jdom2</artifactId> + <version>2.0.5</version> + </dependency> + <dependency> + <groupId>jaxen</groupId> + <artifactId>jaxen</artifactId> + <version>1.1.4</version> + </dependency> + + <dependency> + <groupId>org.testng</groupId> + <artifactId>testng</artifactId> + <version>6.8</version> + </dependency> + <dependency> + <groupId>commons-codec</groupId> + <artifactId>commons-codec</artifactId> + <version>1.7</version> + </dependency> + <dependency> + <groupId>xml-resolver</groupId> + <artifactId>xml-resolver</artifactId> + <version>1.2</version> + </dependency> + </dependencies> </project> -- GitLab