Enable deploy goal, as it's not yet bound to the bundle lifecycle

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@618674 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/maven-obr-plugin/src/main/java/org/apache/felix/obr/plugin/ObrDeploy.java b/maven-obr-plugin/src/main/java/org/apache/felix/obr/plugin/ObrDeploy.java
index fc0edce..fb94dfe 100644
--- a/maven-obr-plugin/src/main/java/org/apache/felix/obr/plugin/ObrDeploy.java
+++ b/maven-obr-plugin/src/main/java/org/apache/felix/obr/plugin/ObrDeploy.java
@@ -53,7 +53,7 @@
     /**
      * OBR Repository.
      * 
-     * @parameter expression="${obrRepository}" default-value="NONE"
+     * @parameter expression="${obrRepository}"
      */
     private String obrRepository;