Skip to content

Commit

Permalink
Added parent module on poms that have no parent defined (eugenp#3997)
Browse files Browse the repository at this point in the history
* Added parent module on poms that have no parent defined

* Removed dependency reduced pom from undertow module
  • Loading branch information
amit2103 authored and pivovarit committed Apr 14, 2018
1 parent b1dcdba commit 0466d46
Show file tree
Hide file tree
Showing 55 changed files with 260 additions and 89 deletions.
5 changes: 5 additions & 0 deletions activejdbc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@
<activejdbc.version>1.4.13</activejdbc.version>
<environments>development.test,development</environments>
</properties>
<parent>
<artifactId>parent-modules</artifactId>
<groupId>com.baeldung</groupId>
<version>1.0.0-SNAPSHOT</version>
</parent>
<build>
<plugins>
<plugin>
Expand Down
6 changes: 5 additions & 1 deletion animal-sniffer-mvn-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,11 @@
<properties>
<maven-compiler-plugin.version>3.7.0</maven-compiler-plugin.version>
</properties>

<parent>
<groupId>com.baeldung</groupId>
<artifactId>parent-modules</artifactId>
<version>1.0.0-SNAPSHOT</version>
</parent>
<dependencies>
<dependency>
<groupId>junit</groupId>
Expand Down
6 changes: 5 additions & 1 deletion apache-spark/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,11 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>

<parent>
<groupId>com.baeldung</groupId>
<artifactId>parent-modules</artifactId>
<version>1.0.0-SNAPSHOT</version>
</parent>
<dependencies>
<!-- https://mvnrepository.com/artifact/org.apache.spark/spark-core_2.10 -->
<dependency>
Expand Down
6 changes: 5 additions & 1 deletion asm/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,11 @@
<artifactId>asm</artifactId>
<version>1.0</version>
<packaging>jar</packaging>

<parent>
<groupId>com.baeldung</groupId>
<artifactId>parent-modules</artifactId>
<version>1.0.0-SNAPSHOT</version>
</parent>
<dependencies>
<dependency>
<groupId>org.ow2.asm</groupId>
Expand Down
Binary file not shown.
Binary file not shown.
Binary file added aws/native-libs/libsqlite4java-osx-1.0.392.dylib
Binary file not shown.
Binary file not shown.
Binary file not shown.
8 changes: 4 additions & 4 deletions bootique/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
</properties>

<parent>
<groupId>io.bootique.parent</groupId>
<artifactId>bootique-parent</artifactId>
<version>0.12</version>
</parent>
<groupId>com.baeldung</groupId>
<artifactId>parent-modules</artifactId>
<version>1.0.0-SNAPSHOT</version>
</parent>

<dependencyManagement>
<dependencies>
Expand Down
7 changes: 6 additions & 1 deletion cas/cas-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,12 @@
<artifactId>cas-server</artifactId>
<packaging>war</packaging>
<version>1.0</version>

<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.0.0.M7</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
<build>
<plugins>
<plugin>
Expand Down
5 changes: 5 additions & 0 deletions checker-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@
<version>1.0-SNAPSHOT</version>
<name>checker-plugin</name>
<url>http://maven.apache.org</url>
<parent>
<groupId>com.baeldung</groupId>
<artifactId>parent-modules</artifactId>
<version>1.0.0-SNAPSHOT</version>
</parent>

<!-- https://checkerframework.org/manual/#maven -->

Expand Down
6 changes: 5 additions & 1 deletion core-java-9/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,11 @@
<version>0.2-SNAPSHOT</version>

<name>core-java-9</name>

<parent>
<groupId>com.baeldung</groupId>
<artifactId>parent-modules</artifactId>
<version>1.0.0-SNAPSHOT</version>
</parent>
<pluginRepositories>
<pluginRepository>
<id>apache.snapshots</id>
Expand Down
6 changes: 5 additions & 1 deletion core-java-io/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,11 @@
<packaging>jar</packaging>

<name>core-java-io</name>

<parent>
<groupId>com.baeldung</groupId>
<artifactId>parent-modules</artifactId>
<version>1.0.0-SNAPSHOT</version>
</parent>
<dependencies>

<!-- utils -->
Expand Down
6 changes: 5 additions & 1 deletion core-java-sun/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,11 @@
<packaging>jar</packaging>

<name>core-java-sun</name>

<parent>
<groupId>com.baeldung</groupId>
<artifactId>parent-modules</artifactId>
<version>1.0.0-SNAPSHOT</version>
</parent>
<dependencies>

<!-- utils -->
Expand Down
6 changes: 5 additions & 1 deletion core-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,11 @@
<packaging>jar</packaging>

<name>core-java</name>

<parent>
<groupId>com.baeldung</groupId>
<artifactId>parent-modules</artifactId>
<version>1.0.0-SNAPSHOT</version>
</parent>
<dependencies>

<!-- utils -->
Expand Down
6 changes: 5 additions & 1 deletion deeplearning4j/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,11 @@
<packaging>jar</packaging>
<version>1.0-SNAPSHOT</version>
<name>deeplearning4j</name>

<parent>
<groupId>com.baeldung</groupId>
<artifactId>parent-modules</artifactId>
<version>1.0.0-SNAPSHOT</version>
</parent>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>1.8</maven.compiler.source>
Expand Down
6 changes: 5 additions & 1 deletion ejb/wildfly/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,11 @@
<artifactId>wildfly-example</artifactId>
<version>0.0.1-SNAPSHOT</version>
<packaging>pom</packaging>

<parent>
<groupId>com.baeldung.ejb</groupId>
<artifactId>ejb</artifactId>
<version>1.0-SNAPSHOT</version>
</parent>
<properties>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
Expand Down
7 changes: 6 additions & 1 deletion flips/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,12 @@
<packaging>jar</packaging>

<name>flips</name>

<parent>
<artifactId>parent-boot-5</artifactId>
<groupId>com.baeldung</groupId>
<version>0.0.1-SNAPSHOT</version>
<relativePath>../parent-boot-5</relativePath>
</parent>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>1.8</maven.compiler.source>
Expand Down
6 changes: 5 additions & 1 deletion geotools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,11 @@

<name>geotools</name>
<url>http://maven.apache.org</url>

<parent>
<groupId>com.baeldung</groupId>
<artifactId>parent-modules</artifactId>
<version>1.0.0-SNAPSHOT</version>
</parent>
<dependencies>
<dependency>
<groupId>junit</groupId>
Expand Down
6 changes: 5 additions & 1 deletion grpc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,11 @@

<name>grpc-demo</name>
<url>http://maven.apache.org</url>

<parent>
<groupId>com.baeldung</groupId>
<artifactId>parent-modules</artifactId>
<version>1.0.0-SNAPSHOT</version>
</parent>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<io.grpc.version>1.5.0</io.grpc.version>
Expand Down
7 changes: 6 additions & 1 deletion guest/core-java-9/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,12 @@
<groupId>com.stackify</groupId>
<artifactId>core-java-9</artifactId>
<version>0.0.1-SNAPSHOT</version>

<parent>
<groupId>com.baeldung</groupId>
<artifactId>parent-modules</artifactId>
<version>1.0.0-SNAPSHOT</version>
<relativePath>../../</relativePath>
</parent>
<dependencies>
<dependency>
<groupId>junit</groupId>
Expand Down
7 changes: 6 additions & 1 deletion guest/core-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@
<groupId>com.stackify</groupId>
<artifactId>core-java</artifactId>
<version>0.0.1-SNAPSHOT</version>

<parent>
<groupId>com.baeldung</groupId>
<artifactId>parent-modules</artifactId>
<version>1.0.0-SNAPSHOT</version>
<relativePath>../../</relativePath>
</parent>
<dependencies>
<dependency>
<groupId>junit</groupId>
Expand Down
7 changes: 6 additions & 1 deletion guest/deep-jsf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,12 @@
<artifactId>deep-jsf</artifactId>
<version>0.0.1-SNAPSHOT</version>
<packaging>war</packaging>

<parent>
<groupId>com.baeldung</groupId>
<artifactId>parent-modules</artifactId>
<version>1.0.0-SNAPSHOT</version>
<relativePath>../../</relativePath>
</parent>
<properties>
<failOnMissingWebXml>false</failOnMissingWebXml>
</properties>
Expand Down
7 changes: 6 additions & 1 deletion guest/junit5-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@
<groupId>junit5-example</groupId>
<artifactId>junit5-example</artifactId>
<version>0.0.1-SNAPSHOT</version>

<parent>
<groupId>com.baeldung</groupId>
<artifactId>parent-modules</artifactId>
<version>1.0.0-SNAPSHOT</version>
<relativePath>../../</relativePath>
</parent>
<dependencies>
<dependency>
<groupId>org.junit.jupiter</groupId>
Expand Down
7 changes: 6 additions & 1 deletion guest/log4j2-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@
<groupId>log4j2-example</groupId>
<artifactId>log4j2-example</artifactId>
<version>0.0.1-SNAPSHOT</version>

<parent>
<groupId>com.baeldung</groupId>
<artifactId>parent-modules</artifactId>
<version>1.0.0-SNAPSHOT</version>
<relativePath>../../</relativePath>
</parent>
<dependencies>
<!-- This is the needed core component. -->
<dependency>
Expand Down
7 changes: 6 additions & 1 deletion guest/logback-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@
<groupId>com.stackify</groupId>
<artifactId>logback-example</artifactId>
<version>0.0.1-SNAPSHOT</version>

<parent>
<groupId>com.baeldung</groupId>
<artifactId>parent-modules</artifactId>
<version>1.0.0-SNAPSHOT</version>
<relativePath>../../</relativePath>
</parent>
<dependencies>
<dependency>
<groupId>ch.qos.logback</groupId>
Expand Down
7 changes: 6 additions & 1 deletion guest/memory-leaks/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@
<groupId>com.baeldung</groupId>
<artifactId>memory-leaks</artifactId>
<version>0.0.1-SNAPSHOT</version>

<parent>
<groupId>com.baeldung</groupId>
<artifactId>parent-modules</artifactId>
<version>1.0.0-SNAPSHOT</version>
<relativePath>../../</relativePath>
</parent>
<dependencies>
<dependency>
<groupId>junit</groupId>
Expand Down
7 changes: 6 additions & 1 deletion guest/thread-pools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@
<groupId>com.stackify</groupId>
<artifactId>thread-pools</artifactId>
<version>0.0.1-SNAPSHOT</version>

<parent>
<groupId>com.baeldung</groupId>
<artifactId>parent-modules</artifactId>
<version>1.0.0-SNAPSHOT</version>
<relativePath>../../</relativePath>
</parent>
<dependencies>
<dependency>
<groupId>ch.qos.logback</groupId>
Expand Down
7 changes: 6 additions & 1 deletion guest/tomcat-app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,12 @@
<artifactId>tomcat-app</artifactId>
<version>0.0.1-SNAPSHOT</version>
<packaging>war</packaging>

<parent>
<groupId>com.baeldung</groupId>
<artifactId>parent-modules</artifactId>
<version>1.0.0-SNAPSHOT</version>
<relativePath>../../</relativePath>
</parent>
<dependencies>
<dependency>
<groupId>org.glassfish.jersey.containers</groupId>
Expand Down
6 changes: 6 additions & 0 deletions guest/webservices/rest-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@
<artifactId>rest-client</artifactId>
<version>0.0.1-SNAPSHOT</version>
<packaging>war</packaging>
<parent>
<groupId>com.baeldung</groupId>
<artifactId>parent-modules</artifactId>
<version>1.0.0-SNAPSHOT</version>
<relativePath>../../../</relativePath>
</parent>
<build>
<plugins>
<plugin>
Expand Down
7 changes: 6 additions & 1 deletion guest/webservices/rest-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,12 @@
<artifactId>rest-server</artifactId>
<version>0.0.1-SNAPSHOT</version>
<packaging>war</packaging>

<parent>
<groupId>com.baeldung</groupId>
<artifactId>parent-modules</artifactId>
<version>1.0.0-SNAPSHOT</version>
<relativePath>../../../</relativePath>
</parent>
<dependencies>
<dependency>
<groupId>org.glassfish.jersey.containers</groupId>
Expand Down
5 changes: 5 additions & 0 deletions java-vavr-stream/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@
<artifactId>java-vavr-stream</artifactId>
<version>1.0</version>
<packaging>jar</packaging>
<parent>
<groupId>com.baeldung</groupId>
<artifactId>parent-modules</artifactId>
<version>1.0.0-SNAPSHOT</version>
</parent>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>1.8</maven.compiler.source>
Expand Down
6 changes: 5 additions & 1 deletion jmh/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,11 @@
<version>1.0-SNAPSHOT</version>
<name>jmh</name>
<url>http://maven.apache.org</url>

<parent>
<groupId>com.baeldung</groupId>
<artifactId>parent-modules</artifactId>
<version>1.0.0-SNAPSHOT</version>
</parent>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
Expand Down
5 changes: 5 additions & 0 deletions jsonb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@

<name>json-b</name>
<description>json-b sample project</description>
<parent>
<groupId>com.baeldung</groupId>
<artifactId>parent-modules</artifactId>
<version>1.0.0-SNAPSHOT</version>
</parent>
<profiles>
<profile>
<id>yasson</id>
Expand Down
Loading

0 comments on commit 0466d46

Please sign in to comment.