live site moved in the release profile, like in commons-dbutils

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/digester/trunk@1188857 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index 1560a0b..2801cfe 100644
--- a/pom.xml
+++ b/pom.xml
@@ -151,14 +151,6 @@
     <system>jira</system>
     <url>http://issues.apache.org/jira/browse/DIGESTER</url>
   </issueManagement>
-  <distributionManagement>
-    <!-- Cannot define in parent ATM, see COMMONSSITE-26 -->
-    <site>
-      <id>people.apache.org</id>
-      <name>Apache Commons Site</name>
-      <url>${commons.deployment.protocol}://people.apache.org/www/commons.apache.org/digester</url>
-    </site>
-  </distributionManagement>
 
   <properties>
     <maven.compile.source>1.5</maven.compile.source>
@@ -332,5 +324,16 @@
         </site>
       </distributionManagement>
     </profile>
+    <profile>
+      <id>release</id>
+      <distributionManagement>
+        <!-- Cannot define in parent ATM, see COMMONSSITE-26 -->
+        <site>
+          <id>people.apache.org</id>
+          <name>Apache Commons Site</name>
+          <url>${commons.deployment.protocol}://people.apache.org/www/commons.apache.org/digester</url>
+        </site>
+      </distributionManagement>
+    </profile>
   </profiles>
 </project>