You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2020/01/23 08:14:28 UTC

[maven-doxia-book-maven-plugin] 02/35: Post-move clean-up: - Fix relative paths to parent, keeping the doxia-parent for now - Change artifactsIds, names and descriptions - Add/remove modules

This is an automated email from the ASF dual-hosted git repository.

hboutemy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-doxia-book-maven-plugin.git

commit 95042e7664f9f5e420e64770b7224e99bbcfae99
Author: Dennis Lundberg <de...@apache.org>
AuthorDate: Sat Mar 31 17:00:10 2012 +0000

    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
---
 pom.xml | 22 ++++++++++++++++------
 1 file changed, 16 insertions(+), 6 deletions(-)

diff --git a/pom.xml b/pom.xml
index 9461639..8fc50fe 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,14 +26,14 @@ under the License.
     <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 @@ under the License.
     </dependency>
     <dependency>
       <groupId>${project.groupId}</groupId>
-      <artifactId>doxia-book</artifactId>
+      <artifactId>doxia-book-renderer</artifactId>
       <version>${projectVersion}</version>
     </dependency>
     <dependency>
@@ -142,19 +142,29 @@ under the License.
           </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>