You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Hervé Boutemy (JIRA)" <ji...@apache.org> on 2016/05/16 11:12:12 UTC

[jira] [Closed] (MPDF-78) Compatibility with doxia-module-docbook-simple 1.7

     [ https://issues.apache.org/jira/browse/MPDF-78?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Hervé Boutemy closed MPDF-78.
-----------------------------
       Resolution: Fixed
         Assignee: Hervé Boutemy
    Fix Version/s: 1.4

> Compatibility with doxia-module-docbook-simple 1.7
> --------------------------------------------------
>
>                 Key: MPDF-78
>                 URL: https://issues.apache.org/jira/browse/MPDF-78
>             Project: Maven PDF Plugin
>          Issue Type: Improvement
>    Affects Versions: 1.3
>            Reporter: Denis Braud
>            Assignee: Hervé Boutemy
>             Fix For: 1.4
>
>
> maven-pdf-plugin 1.3 became incompatible with doxia-module-docbook-simple last version (1.7).
> [ERROR] 1) Error in custom provider, java.lang.TypeNotPresentException: Type org.apache.maven.doxia.module.docbook.DocBookSiteModule not present
> DocBookSiteModule has been removed in 1.7 :
> see https://issues.apache.org/jira/browse/DOXIA-511 : remove deprecated o.a.m.doxia.module.site package (- DocBookSiteModule)
> pom Configuration :
> {code:xml}<plugin>
>   <artifactId>maven-pdf-plugin</artifactId>
>   <version>1.3</version>
>   <dependencies>
>     <dependency>
>       <groupId>org.apache.maven.doxia</groupId>
>       <artifactId>doxia-module-docbook-simple</artifactId>
>       <version>1.7</version>
>     </dependency>
>   </dependencies>
> </plugin>{code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)