Maven 3 - Missing Plugin dependency when using gwt:compile-report
-----------------------------------------------------------------

                 Key: MGWT-289
                 URL: http://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.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
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