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>