[ 
https://jira.codehaus.org/browse/MGWT-289?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=275771#comment-275771
 ] 

jieryn commented on MGWT-289:
-----------------------------

https://github.com/gwt-maven-plugin/gwt-maven-plugin/pull/18

> Maven 3 - Missing Plugin dependency when using gwt:compile-report
> -----------------------------------------------------------------
>
>                 Key: MGWT-289
>                 URL: https://jira.codehaus.org/browse/MGWT-289
>             Project: Maven 2.x GWT Plugin
>          Issue Type: Bug
>    Affects Versions: 2.2.0
>         Environment: maven 3
>            Reporter: Simon Lavigne-Giroux
>            Priority: Trivial
>
> Maven 3 doesn't come with "Doxia Sink API" 
> (http://maven.apache.org/doxia/doxia/doxia-sink-api/)
> When using gwt:compile-report, it says that 
> "org.apache.maven.doxia.sink.SinkEventAttributes" doesn't exist.
> A simple solution is to add the following dependency to the plugin :
>         
> <dependencies>
>   <dependency>
>     <groupId>org.apache.maven.doxia</groupId>
>     <artifactId>doxia-sink-api</artifactId>
>     <version>1.1.4</version>
>   </dependency>
> </dependencies>

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to