Author: struberg
Date: Tue Jul 6 00:03:43 2010
New Revision: 960734
URL: http://svn.apache.org/viewvc?rev=960734&view=rev
Log:
fix webbeans-doc project setup
Modified:
openwebbeans/trunk/pom.xml
openwebbeans/trunk/webbeans-doc/pom.xml
Modified: openwebbeans/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/openwebbeans/trunk/pom.xml?rev=960734&r1=960733&r2=960734&view=diff
==============================================================================
--- openwebbeans/trunk/pom.xml (original)
+++ openwebbeans/trunk/pom.xml Tue Jul 6 00:03:43 2010
@@ -595,6 +595,12 @@
<version>${openejb.version}</version>
</dependency>
+ <dependency>
+ <groupId>org.apache.openwebbeans</groupId>
+ <artifactId>openwebbeans-doc</artifactId>
+ <version> 1.0.0-SNAPSHOT</version>
+ </dependency>
+
</dependencies>
</dependencyManagement>
Modified: openwebbeans/trunk/webbeans-doc/pom.xml
URL:
http://svn.apache.org/viewvc/openwebbeans/trunk/webbeans-doc/pom.xml?rev=960734&r1=960733&r2=960734&view=diff
==============================================================================
--- openwebbeans/trunk/webbeans-doc/pom.xml (original)
+++ openwebbeans/trunk/webbeans-doc/pom.xml Tue Jul 6 00:03:43 2010
@@ -18,10 +18,16 @@
<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">
<modelVersion>4.0.0</modelVersion>
- <groupId>org.apache.openwebbeans</groupId>
- <version>1.0.0-SNAPSHOT</version>
+ <parent>
+ <groupId>org.apache.openwebbeans</groupId>
+ <artifactId>openwebbeans</artifactId>
+ <version>1.0.0-SNAPSHOT</version>
+ <relativePath>../pom.xml</relativePath>
+ </parent>
+
<artifactId>openwebbeans-doc</artifactId>
+
<name>Apache OpenWebBeans :: Documentation</name>
<packaging>jar</packaging>
<description>Apache OpenWebBeans Documentation</description>