Add missing descriptions
diff --git a/extensions/attachments/runtime/pom.xml b/extensions/attachments/runtime/pom.xml
index 8decf13..18dad3e 100644
--- a/extensions/attachments/runtime/pom.xml
+++ b/extensions/attachments/runtime/pom.xml
@@ -28,6 +28,7 @@
 
     <artifactId>camel-quarkus-attachments</artifactId>
     <name>Camel Quarkus :: Attachments :: Runtime</name>
+    <description>Support for attachments on Camel messages.</description>
 
     <properties>
         <firstVersion>0.3.0</firstVersion>
diff --git a/extensions/file/runtime/pom.xml b/extensions/file/runtime/pom.xml
index 197d38a..f5031b8 100644
--- a/extensions/file/runtime/pom.xml
+++ b/extensions/file/runtime/pom.xml
@@ -28,6 +28,7 @@
 
     <artifactId>camel-quarkus-file</artifactId>
     <name>Camel Quarkus :: File :: Runtime</name>
+    <description>The file component provides access to the file system.</description>
 
     <properties>
         <firstVersion>0.4.0</firstVersion>
diff --git a/extensions/http/runtime/pom.xml b/extensions/http/runtime/pom.xml
index e3f4400..3e66559 100644
--- a/extensions/http/runtime/pom.xml
+++ b/extensions/http/runtime/pom.xml
@@ -28,6 +28,7 @@
 
     <artifactId>camel-quarkus-http</artifactId>
     <name>Camel Quarkus :: HTTP :: Runtime</name>
+    <description>The http component provides support for the HTTP/HTTPS protocols.</description>
 
     <properties>
         <firstVersion>1.0.0-M3</firstVersion>
diff --git a/extensions/jackson/runtime/pom.xml b/extensions/jackson/runtime/pom.xml
index c9c6f6b..d91b059 100644
--- a/extensions/jackson/runtime/pom.xml
+++ b/extensions/jackson/runtime/pom.xml
@@ -27,6 +27,7 @@
 
     <artifactId>camel-quarkus-jackson</artifactId>
     <name>Camel Quarkus :: Jackson :: Runtime</name>
+    <description>Provides support for the Jackson dataformat.</description>
 
     <properties>
         <firstVersion>0.3.0</firstVersion>
diff --git a/extensions/jaxb/runtime/pom.xml b/extensions/jaxb/runtime/pom.xml
index 9a74934..158b29f 100644
--- a/extensions/jaxb/runtime/pom.xml
+++ b/extensions/jaxb/runtime/pom.xml
@@ -28,6 +28,7 @@
 
     <artifactId>camel-quarkus-jaxb</artifactId>
     <name>Camel Quarkus :: JAXB extension :: Runtime</name>
+    <description>The jaxb extensions provides JAXB support for Camel.</description>
 
     <properties>
         <firstVersion>1.0.0-M5</firstVersion>
diff --git a/extensions/servlet/runtime/pom.xml b/extensions/servlet/runtime/pom.xml
index 1566ec5..d470ac2 100644
--- a/extensions/servlet/runtime/pom.xml
+++ b/extensions/servlet/runtime/pom.xml
@@ -27,6 +27,7 @@
 
     <artifactId>camel-quarkus-servlet</artifactId>
     <name>Camel Quarkus :: Servlet :: Runtime</name>
+    <description>Camel servlet transport support.</description>
 
     <properties>
         <firstVersion>0.2.0</firstVersion>