Author: olamy
Date: Thu Oct 13 12:57:24 2011
New Revision: 1182821
URL: http://svn.apache.org/viewvc?rev=1182821&view=rev
Log:
DIRECTMEMORY-2 configure distMng to deploy site
Modified:
incubator/directmemory/trunk/directmemory-cache/pom.xml
Modified: incubator/directmemory/trunk/directmemory-cache/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/directmemory/trunk/directmemory-cache/pom.xml?rev=1182821&r1=1182820&r2=1182821&view=diff
==============================================================================
--- incubator/directmemory/trunk/directmemory-cache/pom.xml (original)
+++ incubator/directmemory/trunk/directmemory-cache/pom.xml Thu Oct 13 12:57:24
2011
@@ -319,4 +319,11 @@ under the License.
</plugins>
</reporting>
+ <distributionManagement>
+ <site>
+ <id>apache.website</id>
+ <url>${siteUrlDeployment}</url>
+ </site>
+ </distributionManagement>
+
</project>