Skip to content

Commit 4058bfc

Browse files
committed
BAEL-9567 Align module names, folder names and artifact id
- Added "name" in pom.xml whereever it was missing and aligned the present ones with the artifactid and foldername
1 parent 5ba5b60 commit 4058bfc

File tree

259 files changed

+421
-279
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

259 files changed

+421
-279
lines changed

algorithms-genetic/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
22
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
33
<modelVersion>4.0.0</modelVersion>
4-
<groupId>com.baeldung</groupId>
54
<artifactId>algorithms-genetic</artifactId>
65
<version>0.0.1-SNAPSHOT</version>
7-
6+
<name>algorithms-genetic</name>
7+
88
<parent>
99
<groupId>com.baeldung</groupId>
1010
<artifactId>parent-modules</artifactId>

algorithms-miscellaneous-1/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
22
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
33
<modelVersion>4.0.0</modelVersion>
4-
<groupId>com.baeldung</groupId>
54
<artifactId>algorithms-miscellaneous-1</artifactId>
65
<version>0.0.1-SNAPSHOT</version>
7-
6+
<name>algorithms-miscellaneous-1</name>
7+
88
<parent>
99
<groupId>com.baeldung</groupId>
1010
<artifactId>parent-modules</artifactId>

algorithms-miscellaneous-2/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
22
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
33
<modelVersion>4.0.0</modelVersion>
4-
<groupId>com.baeldung</groupId>
54
<artifactId>algorithms-miscellaneous-2</artifactId>
65
<version>0.0.1-SNAPSHOT</version>
6+
<name>algorithms-miscellaneous-2</name>
77

88
<parent>
99
<groupId>com.baeldung</groupId>

algorithms-sorting/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
22
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
33
<modelVersion>4.0.0</modelVersion>
4-
<groupId>com.baeldung</groupId>
54
<artifactId>algorithms-sorting</artifactId>
65
<version>0.0.1-SNAPSHOT</version>
6+
<name>algorithms-sorting</name>
77

88
<parent>
99
<groupId>com.baeldung</groupId>

annotations/annotation-processing/pom.xml

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
44
<modelVersion>4.0.0</modelVersion>
55
<artifactId>annotation-processing</artifactId>
6-
6+
<name>annotation-processing</name>
7+
78
<parent>
89
<groupId>com.baeldung</groupId>
910
<version>1.0.0-SNAPSHOT</version>

annotations/annotation-user/pom.xml

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
44
<modelVersion>4.0.0</modelVersion>
55
<artifactId>annotation-user</artifactId>
6+
<name>annotation-user</name>
67

78
<parent>
89
<artifactId>annotations</artifactId>

annotations/pom.xml

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
<modelVersion>4.0.0</modelVersion>
55
<artifactId>annotations</artifactId>
66
<packaging>pom</packaging>
7-
7+
<name>annotations</name>
8+
89
<parent>
910
<artifactId>parent-modules</artifactId>
1011
<groupId>com.baeldung</groupId>

apache-avro/pom.xml

+1-2
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,9 @@
33
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
55
<modelVersion>4.0.0</modelVersion>
6-
<groupId>com.baeldung</groupId>
76
<artifactId>apache-avro</artifactId>
87
<version>0.0.1-SNAPSHOT</version>
9-
<name>Apache Avro</name>
8+
<name>apache-avro</name>
109

1110
<properties>
1211
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

apache-bval/pom.xml

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
<groupId>apache-bval</groupId>
55
<artifactId>apache-bval</artifactId>
66
<version>0.0.1-SNAPSHOT</version>
7-
7+
<name>apache-bval</name>
8+
89
<parent>
910
<groupId>com.baeldung</groupId>
1011
<artifactId>parent-modules</artifactId>

apache-curator/pom.xml

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<artifactId>apache-curator</artifactId>
55
<version>0.0.1-SNAPSHOT</version>
66
<packaging>jar</packaging>
7+
<name>apache-curator</name>
78

89
<parent>
910
<groupId>com.baeldung</groupId>

apache-cxf/cxf-aegis/pom.xml

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
33
<modelVersion>4.0.0</modelVersion>
44
<artifactId>cxf-aegis</artifactId>
5-
5+
<name>cxf-aegis</name>
6+
67
<parent>
78
<groupId>com.baeldung</groupId>
89
<artifactId>apache-cxf</artifactId>

apache-cxf/cxf-introduction/pom.xml

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
55
<modelVersion>4.0.0</modelVersion>
66
<artifactId>cxf-introduction</artifactId>
7-
7+
<name>cxf-introduction</name>
8+
89
<parent>
910
<groupId>com.baeldung</groupId>
1011
<artifactId>apache-cxf</artifactId>

apache-cxf/cxf-jaxrs-implementation/pom.xml

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
55
<modelVersion>4.0.0</modelVersion>
66
<artifactId>cxf-jaxrs-implementation</artifactId>
7-
7+
<name>cxf-jaxrs-implementation</name>
8+
89
<parent>
910
<groupId>com.baeldung</groupId>
1011
<artifactId>apache-cxf</artifactId>

apache-cxf/cxf-spring/pom.xml

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<artifactId>cxf-spring</artifactId>
55
<packaging>war</packaging>
6+
<name>cxf-spring</name>
67

78
<parent>
89
<groupId>com.baeldung</groupId>

apache-cxf/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
22
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
33
<modelVersion>4.0.0</modelVersion>
4-
<groupId>com.baeldung</groupId>
54
<artifactId>apache-cxf</artifactId>
65
<version>0.0.1-SNAPSHOT</version>
6+
<name>apache-cxf</name>
77
<packaging>pom</packaging>
88

99
<parent>

apache-cxf/sse-jaxrs/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
55
<modelVersion>4.0.0</modelVersion>
6-
76
<artifactId>sse-jaxrs</artifactId>
7+
<name>sse-jaxrs</name>
88
<packaging>pom</packaging>
99

1010
<parent>

apache-cxf/sse-jaxrs/sse-jaxrs-client/pom.xml

+3-4
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
55
<modelVersion>4.0.0</modelVersion>
6-
6+
<artifactId>sse-jaxrs-client</artifactId>
7+
<name>sse-jaxrs-client</name>
8+
79
<parent>
810
<groupId>com.baeldung</groupId>
911
<artifactId>sse-jaxrs</artifactId>
1012
<version>0.0.1-SNAPSHOT</version>
1113
</parent>
1214

13-
<artifactId>sse-jaxrs-client</artifactId>
14-
1515
<properties>
1616
<cxf-version>3.2.0</cxf-version>
1717
</properties>
@@ -21,7 +21,6 @@
2121
<plugin>
2222
<groupId>org.codehaus.mojo</groupId>
2323
<artifactId>exec-maven-plugin</artifactId>
24-
<version>1.6.0</version>
2524
<executions>
2625
<execution>
2726
<id>singleEvent</id>

apache-cxf/sse-jaxrs/sse-jaxrs-server/pom.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,16 @@
33
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
55
<modelVersion>4.0.0</modelVersion>
6-
6+
<artifactId>sse-jaxrs-server</artifactId>
7+
<name>sse-jaxrs-server</name>
8+
<packaging>war</packaging>
9+
710
<parent>
811
<groupId>com.baeldung</groupId>
912
<artifactId>sse-jaxrs</artifactId>
1013
<version>0.0.1-SNAPSHOT</version>
1114
</parent>
1215

13-
<artifactId>sse-jaxrs-server</artifactId>
14-
<packaging>war</packaging>
15-
1616
<properties>
1717
<liberty-maven-plugin.version>2.4.2</liberty-maven-plugin.version>
1818
<failOnMissingWebXml>false</failOnMissingWebXml>

apache-geode/pom.xml

+2-3
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,10 @@
33
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
55
<modelVersion>4.0.0</modelVersion>
6-
7-
<groupId>com.baeldung</groupId>
86
<artifactId>apache-geode</artifactId>
97
<version>1.0-SNAPSHOT</version>
10-
8+
<name>apache-geode</name>
9+
1110
<parent>
1211
<groupId>com.baeldung</groupId>
1312
<artifactId>parent-modules</artifactId>

apache-opennlp/pom.xml

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<artifactId>apache-opennlp</artifactId>
66
<version>1.0-SNAPSHOT</version>
7+
<name>apache-opennlp</name>
78
<packaging>jar</packaging>
89

910
<parent>

apache-poi/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
22
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
33
<modelVersion>4.0.0</modelVersion>
4-
<groupId>com.baeldung</groupId>
54
<artifactId>apache-poi</artifactId>
65
<version>0.0.1-SNAPSHOT</version>
6+
<name>apache-poi</name>
77

88
<parent>
99
<groupId>com.baeldung</groupId>

apache-pulsar/pom.xml

+17-16
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,22 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
33
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
4-
<modelVersion>4.0.0</modelVersion>
5-
<groupId>com.baeldung.pulsar</groupId>
6-
<artifactId>pulsar-java</artifactId>
7-
<version>0.0.1</version>
4+
<modelVersion>4.0.0</modelVersion>
5+
<groupId>com.baeldung.pulsar</groupId>
6+
<artifactId>apache-pulsar</artifactId>
7+
<version>0.0.1</version>
8+
<name>apache-pulsar</name>
89

9-
<dependencies>
10-
<dependency>
11-
<groupId>org.apache.pulsar</groupId>
12-
<artifactId>pulsar-client</artifactId>
13-
<version>2.1.1-incubating</version>
14-
<scope>compile</scope>
15-
</dependency>
16-
</dependencies>
17-
<properties>
18-
<maven.compiler.target>1.8</maven.compiler.target>
19-
<maven.compiler.source>1.8</maven.compiler.source>
20-
</properties>
10+
<dependencies>
11+
<dependency>
12+
<groupId>org.apache.pulsar</groupId>
13+
<artifactId>pulsar-client</artifactId>
14+
<version>2.1.1-incubating</version>
15+
<scope>compile</scope>
16+
</dependency>
17+
</dependencies>
18+
<properties>
19+
<maven.compiler.target>1.8</maven.compiler.target>
20+
<maven.compiler.source>1.8</maven.compiler.source>
21+
</properties>
2122
</project>

apache-shiro/pom.xml

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
<modelVersion>4.0.0</modelVersion>
66
<artifactId>apache-shiro</artifactId>
77
<version>1.0-SNAPSHOT</version>
8-
8+
<name>apache-shiro</name>
9+
910
<parent>
1011
<artifactId>parent-boot-1</artifactId>
1112
<groupId>com.baeldung</groupId>

apache-thrift/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
22
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
33
<modelVersion>4.0.0</modelVersion>
4-
<groupId>com.baeldung</groupId>
54
<artifactId>apache-thrift</artifactId>
65
<version>0.0.1-SNAPSHOT</version>
6+
<name>apache-thrift</name>
77
<packaging>pom</packaging>
88

99
<parent>

apache-tika/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
22
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
33
<modelVersion>4.0.0</modelVersion>
4-
<groupId>com.baeldung</groupId>
54
<artifactId>apache-tika</artifactId>
65
<version>0.0.1-SNAPSHOT</version>
7-
6+
<name>apache-tika</name>
7+
88
<parent>
99
<groupId>com.baeldung</groupId>
1010
<artifactId>parent-modules</artifactId>

apache-zookeeper/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
22
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
33
<modelVersion>4.0.0</modelVersion>
4-
<groupId>com.baeldung</groupId>
54
<artifactId>apache-zookeeper</artifactId>
65
<version>0.0.1-SNAPSHOT</version>
6+
<name>apache-zookeeper</name>
77
<packaging>jar</packaging>
88

99
<parent>

asm/pom.xml

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<groupId>com.baeldung.examples</groupId>
66
<artifactId>asm</artifactId>
77
<version>1.0</version>
8+
<name>asm</name>
89
<packaging>jar</packaging>
910

1011
<parent>

atomix/pom.xml

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
<groupId>com.atomix.io</groupId>
55
<artifactId>atomix</artifactId>
66
<version>0.0.1-SNAPSHOT</version>
7-
7+
<name>atomix</name>
8+
89
<parent>
910
<groupId>com.baeldung</groupId>
1011
<artifactId>parent-modules</artifactId>

axon/pom.xml

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
44
<modelVersion>4.0.0</modelVersion>
55
<artifactId>axon</artifactId>
6-
6+
<name>axon</name>
7+
78
<parent>
89
<artifactId>parent-modules</artifactId>
910
<groupId>com.baeldung</groupId>

cas/cas-server/pom.xml

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@
33
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd ">
44
<modelVersion>4.0.0</modelVersion>
55
<artifactId>cas-server</artifactId>
6-
<packaging>war</packaging>
76
<version>1.0</version>
7+
<name>cas-server</name>
8+
<packaging>war</packaging>
89

910
<parent>
1011
<artifactId>parent-boot-1</artifactId>

cdi/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
33
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
44
<modelVersion>4.0.0</modelVersion>
5-
<groupId>com.baeldung</groupId>
65
<artifactId>cdi</artifactId>
76
<version>1.0-SNAPSHOT</version>
7+
<name>cdi</name>
88

99
<parent>
1010
<groupId>com.baeldung</groupId>

core-groovy/pom.xml

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<artifactId>core-groovy</artifactId>
66
<version>1.0-SNAPSHOT</version>
7+
<name>core-groovy</name>
78
<packaging>jar</packaging>
89

910
<parent>

core-java-9/pom.xml

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
22
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
33
<modelVersion>4.0.0</modelVersion>
4-
<groupId>com.baeldung</groupId>
54
<artifactId>core-java-9</artifactId>
65
<version>0.2-SNAPSHOT</version>
76
<name>core-java-9</name>

0 commit comments

Comments
 (0)