Add categories
diff --git a/health-checks/pom.xml b/health-checks/pom.xml
index ce13c44..8bd9e47 100644
--- a/health-checks/pom.xml
+++ b/health-checks/pom.xml
@@ -31,6 +31,8 @@
     <name>Camel SB Examples :: Health Checks</name>
 
     <properties>
+        <category>Management and Monitoring</category>
+
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
         <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
     </properties>
diff --git a/spring-boot-jta-jpa/pom.xml b/spring-boot-jta-jpa/pom.xml
index 94fc144..e0384cc 100644
--- a/spring-boot-jta-jpa/pom.xml
+++ b/spring-boot-jta-jpa/pom.xml
@@ -33,6 +33,8 @@
     <description>An example showing JTA with Spring Boot</description>
 
     <properties>
+        <category>Database</category>
+
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
         <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
     </properties>
diff --git a/twitter-salesforce/pom.xml b/twitter-salesforce/pom.xml
index b97ff2c..9f3bee6 100644
--- a/twitter-salesforce/pom.xml
+++ b/twitter-salesforce/pom.xml
@@ -33,6 +33,8 @@
     <description>Twitter mentions is created as contacts in Salesforce</description>
 
 	<properties>
+        <category>SaaS</category>
+
 		<camelSalesforce.clientId></camelSalesforce.clientId>
 		<camelSalesforce.clientSecret></camelSalesforce.clientSecret>
 		<camelSalesforce.userName></camelSalesforce.userName>