You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2013/01/25 22:21:58 UTC

svn commit: r1438717 - /maven/jxr/trunk/pom.xml

Author: olamy
Date: Fri Jan 25 21:21:57 2013
New Revision: 1438717

URL: http://svn.apache.org/viewvc?rev=1438717&view=rev
Log:
fix configuration with add disMngt for site

Modified:
    maven/jxr/trunk/pom.xml

Modified: maven/jxr/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/jxr/trunk/pom.xml?rev=1438717&r1=1438716&r2=1438717&view=diff
==============================================================================
--- maven/jxr/trunk/pom.xml (original)
+++ maven/jxr/trunk/pom.xml Fri Jan 25 21:21:57 2013
@@ -66,6 +66,12 @@ under the License.
 
   </properties>
 
+  <distributionManagement>
+    <site>
+      <id>apache.website</id>
+      <url>${maven.jxr.siteUrlDeployment}</url>
+    </site>
+  </distributionManagement>
 
   <modules>
     <module>maven-jxr</module>