Hello,

I am trying to generate a site with doxia confluence format, but getting an
error.

<plugin>
    <groupId>org.apache.maven.plugins</groupId>
    <artifactId>maven-site-plugin</artifactId>
    <dependencies>
        <dependency>
            <groupId>org.apache.maven.doxia</groupId>
            <artifactId>doxia-module-confluence</artifactId>
            <version>1.1-SNAPSHOT</version>
        </dependency>
    </dependencies>
</plugin>

I have Maven 2.0.10, therefore maven-site-plugin is version 2.0-beta-7.

The error after mvn clean site
...
[ERROR] BUILD ERROR
[INFO]
------------------------------------------------------------------------
[INFO] Internal error in the plugin manager executing goal
'org.apache.maven.plugins:maven-site-plugin:2.0-beta-7:site': Unable to find
the mojo 'org.apache.maven.plugins:maven-site-plu
gin:2.0-beta-7:site' in the plugin
'org.apache.maven.plugins:maven-site-plugin'
org.apache.maven.doxia.logging.Log


I have src/site/confluence/index.confluence with some confluence style
markup and a src/site/site.xml with some menu items, one of them referencing
index.html. Is this the right approach?

Regards,
Borut

Reply via email to