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
This commit is contained in:
Dhawal Kapil
2018-11-30 22:16:08 +05:30
parent 5ba5b60536
commit 4058bfc601
259 changed files with 421 additions and 279 deletions

View File

@@ -4,7 +4,9 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>design-patterns</artifactId>
<version>1.0</version>
<packaging>jar</packaging>
<name>design-patterns</name>
<packaging>jar</packaging>
<parent>
<groupId>com.baeldung</groupId>
<artifactId>patterns</artifactId>

View File

@@ -3,6 +3,7 @@
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>
<artifactId>front-controller</artifactId>
<name>front-controller</name>
<packaging>war</packaging>
<parent>

View File

@@ -2,8 +2,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>
<artifactId>intercepting-filter</artifactId>
<name>intercepting-filter</name>
<packaging>war</packaging>
<parent>

View File

@@ -4,6 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>patterns</artifactId>
<packaging>pom</packaging>
<name>patterns</name>
<parent>
<groupId>com.baeldung</groupId>