[
https://jira.codehaus.org/browse/MGWT-289?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Olivier Lamy closed MGWT-289.
-----------------------------
Resolution: Fixed
Fix Version/s: 2.3.0-2
Assignee: Olivier Lamy
> 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
> Assignee: Olivier Lamy
> Priority: Trivial
> Fix For: 2.3.0-2
>
>
> 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