It says it was fixed in the site plugin version 2.0-beta-6.

If you do mvn -X ... you can look at the trace to see what version of the
site plugin you are using.

You can change it like this:

<pluginManagement>
        <plugins>
                <plugin>
                    <groupId>org.apache.maven.plugins</groupId>
                    <artifactId>maven-site-plugin</artifactId>
                    <version>2.0-beta-6</version>
                </plugin>
        </plugins>
</pluginManagement>

-- Lee
On Fri, Apr 25, 2008 at 4:40 PM, Arash Bizhan zadeh <[EMAIL PROTECTED]>
wrote:

> maven-site-plugin documentation says that I can specify the location of my
> site.xml using siteDirectory parameter but it is not working. I found this
> bug http://jira.codehaus.org/browse/MSITE-91 which marked fixed, but I
> just
> wanted to check if it is really fixed. My maven version is 2.0.5
>
> thanks,
> Arash
>
> --
> The dirtiest book of all is the expurgated book.
> ----
> Walt Whitman
>



-- 
-- Lee Meador
Sent from gmail. My real email address is lee AT leemeador.com

Reply via email to