diff --git a/pom.xml b/pom.xml
index 16afc2c..a2f0bba 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,6 +23,11 @@ See the Apache License Version 2.0 for the specific language governing permissio
plexus-build-api
1.3.1-SNAPSHOT
+ Plexus Build API
+ An API that lets Maven plugins report file changes, messages and progress to whatever is
+ running the build, so an IDE can refresh what a plugin touched and show its diagnostics in place. Outside
+ an IDE the default implementation writes to the filesystem and the Maven log.
+
scm:git:https://github.com/codehaus-plexus/plexus-build-api.git
${project.scm.connection}