Post-move clean-up:
- Fix relative paths to parent, keeping the doxia-parent for now
- Change artifactsIds, names and descriptions
- Add/remove modules

git-svn-id: https://svn.apache.org/repos/asf/maven/doxia/doxia-tools/trunk@1307849 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index 9461639..8fc50fe 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,14 +26,14 @@
     <groupId>org.apache.maven.doxia</groupId>
     <artifactId>doxia</artifactId>
     <version>1.3-SNAPSHOT</version>
-    <relativePath>../pom.xml</relativePath>
+    <relativePath>../../doxia/pom.xml</relativePath>
   </parent>
 
-  <artifactId>doxia-maven-plugin</artifactId>
+  <artifactId>doxia-book-maven-plugin</artifactId>
   <packaging>maven-plugin</packaging>
 
-  <name>Doxia :: Maven Plugin</name>
-  <description>A Maven plugin for Doxia.</description>
+  <name>Doxia Tools :: Book Maven Plugin</name>
+  <description>A Maven plugin for Doxia books.</description>
   <url>http://maven.apache.org/doxia/doxia/doxia-maven-plugin/</url>
 
   <prerequisites>
@@ -48,7 +48,7 @@
     </dependency>
     <dependency>
       <groupId>${project.groupId}</groupId>
-      <artifactId>doxia-book</artifactId>
+      <artifactId>doxia-book-renderer</artifactId>
       <version>${projectVersion}</version>
     </dependency>
     <dependency>
@@ -142,19 +142,29 @@
           </execution>
         </executions>
       </plugin>
+<!-- This plugin fails the build, need to investigate more...
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>clirr-maven-plugin</artifactId>
         <configuration>
-          <comparisonVersion>1.1</comparisonVersion>
+          <comparisonArtifacts>
+            <comparisonArtifact>
+              <groupId>org.apache.maven.doxia</groupId>
+              <artifactId>doxia-maven-plugin</artifactId>
+              <version>1.2</version>
+            </comparisonArtifact>
+          </comparisonArtifacts>
           <excludes>
+-->
             <!-- exclude shaded packages -->
+<!--
             <exclude>org/apache/maven/doxia/logging/**</exclude>
             <exclude>org/apache/maven/doxia/sink/**</exclude>
             <exclude>org/codehaus/doxia/sink/**</exclude>
           </excludes>
         </configuration>
       </plugin>
+-->
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-plugin-plugin</artifactId>