Merge pull request #1280 from arjantijms/project_names

Fix project names preventing deployment to maven central
diff --git a/maven-plugins/pom.xml b/maven-plugins/pom.xml
index bb6d2aa..46de49e 100644
--- a/maven-plugins/pom.xml
+++ b/maven-plugins/pom.xml
@@ -28,6 +28,9 @@
 
     <artifactId>maven-plugins</artifactId>
     <packaging>pom</packaging>
+    
+    <name>maven-plugins</name>
+    <description>maven-plugins</description>
 
     <modules>
         <module>consolidatedbundle-maven-plugin</module>
diff --git a/osgi/adapter-tests/pom.xml b/osgi/adapter-tests/pom.xml
index e4cbd24..f4f52ed 100644
--- a/osgi/adapter-tests/pom.xml
+++ b/osgi/adapter-tests/pom.xml
@@ -29,6 +29,9 @@
     <groupId>org.glassfish.hk2</groupId>
     <artifactId>osgi-adapter-tests-parent</artifactId>
     <packaging>pom</packaging>
+    
+    <name>osgi-adapter-tests-parent</name>
+    <description>osgi-adapter-tests-parent</description>
 
     <modules>
         <module>contract-bundle</module>