This brings in a circular dependency between doxia and doxia-tools.

Below we have doxia:doxia-module-fo depending on doxia-sitetools:doxia-doc-renderer (with the wrong version here as well, it should be doxiaSitetoolsVersion not doxiaVersion) which in turn depends on doxia:core and company.

Is this an indication that doc-renderer should really be in doxia instead of in doxia-sitetools?

[EMAIL PROTECTED] wrote:
Author: ltheussl
Date: Mon Sep 24 05:27:45 2007
New Revision: 578786

URL: http://svn.apache.org/viewvc?rev=578786&view=rev
Log:
Adjust to new environment

Modified:
    maven/doxia/doxia/trunk/doxia-modules/doxia-module-fo/pom.xml

Modified: maven/doxia/doxia/trunk/doxia-modules/doxia-module-fo/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/doxia/doxia/trunk/doxia-modules/doxia-module-fo/pom.xml?rev=578786&r1=578785&r2=578786&view=diff
==============================================================================
--- maven/doxia/doxia/trunk/doxia-modules/doxia-module-fo/pom.xml (original)
+++ maven/doxia/doxia/trunk/doxia-modules/doxia-module-fo/pom.xml Mon Sep 24 
05:27:45 2007
@@ -21,17 +21,14 @@
<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>doxia</artifactId>
+    <artifactId>doxia-modules</artifactId>
     <groupId>org.apache.maven.doxia</groupId>
     <version>1.0-beta-1-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>doxia-module-fo</artifactId>
   <name>Doxia :: FO Module</name>
-
-  <properties>
-    <doxiaVersion>1.0-beta-1-SNAPSHOT</doxiaVersion>
-  </properties>
+  <description>A Doxia module for FO (Formatting Objects) source 
documents.</description>
<developers>
     <developer>
@@ -48,18 +45,8 @@
   <dependencies>
     <dependency>
       <groupId>org.apache.maven.doxia</groupId>
-      <artifactId>doxia-core</artifactId>
-      <version>${doxiaVersion}</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.maven.doxia</groupId>
-      <artifactId>doxia-sink-api</artifactId>
-      <version>${doxiaVersion}</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.maven.doxia</groupId>
       <artifactId>doxia-doc-renderer</artifactId>
-      <version>${doxiaVersion}</version>
+      <version>${projectVersion}</version>
     </dependency>
     <dependency>
       <groupId>commons-configuration</groupId>
@@ -70,20 +57,6 @@
       <groupId>org.apache.xmlgraphics</groupId>
       <artifactId>fop</artifactId>
       <version>0.93</version>
-    </dependency>
-    <!-- test dependencies -->
-    <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <version>3.8.1</version>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.maven.doxia</groupId>
-      <artifactId>doxia-core</artifactId>
-      <version>${doxiaVersion}</version>
-      <classifier>tests</classifier>
-      <scope>test</scope>
     </dependency>
   </dependencies>
   <build>





--
Dennis Lundberg

Reply via email to