Bug 563523 - Set a project name to allow to distinguish projects

There are two projects that have identical artifactids what makes it
impossible to differ between the projects in the build log.
I am pretty sure that changing this can have a lot of impact on other
project consuming these projects. Although changing it would be the
right thing for the moment it is imho an improvement to just fill out
the project name.

Change-Id: I650aa04072ff43a2800badfca6ee2a9f4e67dbf4
Signed-off-by: Carsten Hammer <carsten.hammer@t-online.de>
diff --git a/org.eclipse.jdt-feature/pom.xml b/org.eclipse.jdt-feature/pom.xml
index 300c00e..a7bf292 100644
--- a/org.eclipse.jdt-feature/pom.xml
+++ b/org.eclipse.jdt-feature/pom.xml
@@ -20,6 +20,7 @@
   <artifactId>org.eclipse.jdt</artifactId>
   <version>3.18.500-SNAPSHOT</version>
   <packaging>eclipse-feature</packaging>
+  <name>org eclipse jdt feature</name>
 
   <build>
     <plugins>
diff --git a/org.eclipse.jdt/pom.xml b/org.eclipse.jdt/pom.xml
index 4bd6104..2d59c8c 100644
--- a/org.eclipse.jdt/pom.xml
+++ b/org.eclipse.jdt/pom.xml
@@ -20,6 +20,7 @@
   <artifactId>org.eclipse.jdt</artifactId>
   <version>3.18.500-SNAPSHOT</version>
   <packaging>eclipse-plugin</packaging>
+  <name>org eclipse jdt</name>
 
   <build>
     <plugins>
diff --git a/pom.xml b/pom.xml
index 9c0f7c9..d8dfa35 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,6 +23,7 @@
   <artifactId>eclipse.jdt</artifactId>
   <version>4.17.0-SNAPSHOT</version>
   <packaging>pom</packaging>
+  <name>eclipse jdt</name>
 
   <properties>
     <tycho.scmUrl>scm:git:git://git.eclipse.org/gitroot/jdt/eclipse.jdt.git</tycho.scmUrl>