diff --git a/core/pom.xml b/core/pom.xml
index bd32c1a3e..ea2b513f1 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -12,6 +12,7 @@
     <artifactId>graph-algorithms-core</artifactId>
 
     <name>Neo4j Graph Algorithms :: Core</name>
+    <description>Efficient Graph Algorithms for Neo4j - Core Implementation</description>
 
     <dependencies>
         <dependency>
diff --git a/pom.xml b/pom.xml
index 3820caf0f..b3d0e1101 100644
--- a/pom.xml
+++ b/pom.xml
@@ -8,6 +8,7 @@
     <version>3.2.5.2</version>
     <packaging>pom</packaging>
     <name>Neo4j Graph Algorithms</name>
+    <description>Efficient Graph Algorithms for Neo4j</description>
 
     <profiles>
         <profile>
diff --git a/tests/pom.xml b/tests/pom.xml
index c7134d96b..f6bbb9a7c 100644
--- a/tests/pom.xml
+++ b/tests/pom.xml
@@ -12,6 +12,7 @@
     <artifactId>graph-algorithms-tests</artifactId>
 
     <name>Neo4j Graph Algorithms :: Tests</name>
+    <description>Efficient Graph Algorithms for Neo4j - Tests</description>
 
     <properties>
         <logback.version>1.0.13</logback.version>