this need artifact installed for releasing

git-svn-id: https://svn.apache.org/repos/asf/archiva/redback/redback-components/trunk@1388485 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index 87a2ed1..190d76e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -117,6 +117,21 @@
     </dependency>
   </dependencies>
 
+  <build>
+    <pluginManagement>
+      <plugins>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-release-plugin</artifactId>
+          <configuration>
+            <preparationGoals>clean install</preparationGoals>
+          </configuration>
+        </plugin>
+      </plugins>
+    </pluginManagement>
+  </build>
+
+
   <reporting>
     <plugins>
       <plugin>