Author: alexsmirnov
Date: 2007-06-12 13:52:49 -0400 (Tue, 12 Jun 2007)
New Revision: 1146
Modified:
trunk/docs/pom.xml
Log:
Include documentation project into distribution build.
Modified: trunk/docs/pom.xml
===================================================================
--- trunk/docs/pom.xml 2007-06-12 17:43:11 UTC (rev 1145)
+++ trunk/docs/pom.xml 2007-06-12 17:52:49 UTC (rev 1146)
@@ -1,9 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<project
xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
<parent>
- <artifactId>master</artifactId>
+ <artifactId>richfaces-parent</artifactId>
<groupId>org.richfaces</groupId>
<version>3.0.2-SNAPSHOT</version>
+ <relativePath>../richfaces/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces</groupId>