add metainfo missing for OSSRH deployment

Change-Id: I6b544163562ca9e0564bf9783f29ee9a9aa54dc6
diff --git a/maven_plugin_config-master/pom.xml b/maven_plugin_config-master/pom.xml
index c125e47..93be1d1 100644
--- a/maven_plugin_config-master/pom.xml
+++ b/maven_plugin_config-master/pom.xml
@@ -21,6 +21,7 @@
 
   <artifactId>maven_plugin_config-master</artifactId>
   <packaging>pom</packaging>
+  <name>Maven Master Plugin Build Configuration - General</name>
 
   <prerequisites>
     <!-- Note that "prerequisites" not inherited, but used by versions-maven-plugin -->
diff --git a/maven_plugin_version-master/pom.xml b/maven_plugin_version-master/pom.xml
index e0f472f..9ce2c98 100644
--- a/maven_plugin_version-master/pom.xml
+++ b/maven_plugin_version-master/pom.xml
@@ -16,6 +16,8 @@
   <artifactId>maven_plugin_version-master</artifactId>
   <version>1.6.11-SNAPSHOT</version>
   <packaging>pom</packaging>
+  <name>Maven Master Plugin Version Configuration</name>
+  <description>Maven Master hosted at Eclipse Scout</description>
 
   <prerequisites>
     <maven>3.2.2</maven>
@@ -509,6 +511,7 @@
       </plugin>
     </plugins>
   </build>
+  <url>https://eclipse.org/scout</url>
 
   <inceptionYear>2015</inceptionYear>
 
@@ -524,6 +527,15 @@
     </license>
   </licenses>
 
+  <developers>
+    <developer>
+      <name>Eclipse Scout Committers</name>
+      <email>scout-dev@eclipse.org</email>
+      <organization>Eclipse</organization>
+      <organizationUrl>https://www.eclipse.org</organizationUrl>
+    </developer>
+  </developers>
+
   <mailingLists>
     <mailingList>
       <name>scout-dev Mailing List</name>
diff --git a/maven_rt_plugin_config-master/pom.xml b/maven_rt_plugin_config-master/pom.xml
index 5b1e70e..4c1bb57 100644
--- a/maven_rt_plugin_config-master/pom.xml
+++ b/maven_rt_plugin_config-master/pom.xml
@@ -21,6 +21,7 @@
 
   <artifactId>maven_rt_plugin_config-master</artifactId>
   <packaging>pom</packaging>
+  <name>Maven Master Plugin Build Configuration - RT</name>
 
   <properties />
 
diff --git a/maven_sdk_p2_plugin_config-master/pom.xml b/maven_sdk_p2_plugin_config-master/pom.xml
index 8df8aa2..1dce0d8 100644
--- a/maven_sdk_p2_plugin_config-master/pom.xml
+++ b/maven_sdk_p2_plugin_config-master/pom.xml
@@ -21,6 +21,7 @@
 
   <artifactId>maven_sdk_p2_plugin_config-master</artifactId>
   <packaging>pom</packaging>
+  <name>Maven Master Plugin Build Configuration - SDK-P2</name>
 
   <build>
     <pluginManagement>
diff --git a/maven_sdk_plugin_config-master/pom.xml b/maven_sdk_plugin_config-master/pom.xml
index 58a2ac7..fa8b483 100644
--- a/maven_sdk_plugin_config-master/pom.xml
+++ b/maven_sdk_plugin_config-master/pom.xml
@@ -21,6 +21,7 @@
 
   <artifactId>maven_sdk_plugin_config-master</artifactId>
   <packaging>pom</packaging>
+  <name>Maven Master Plugin Build Configuration - SDK</name>
 
   <properties>
     <build.timestamp>${maven.build.timestamp}</build.timestamp>
diff --git a/pom.xml b/pom.xml
index bfc6c1e..f18e56b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -21,6 +21,7 @@
 
   <artifactId>maven-master</artifactId>
   <packaging>pom</packaging>
+  <name>Maven Master Root Module</name>
 
   <build>
     <pluginManagement>