On Dec 1, 2007 8:31 PM, Mick Knutson <[EMAIL PROTECTED]> wrote:
> I have the following:
>     <distributionManagement>
>         <site>
>             <id>meez-site</id>
>             <name>MEEZ_Web</name>
>             <url>${siteUrl}</url>
>             <!--<url>scp://www.meez.com/maven/site/</url>-->
>         </site>
>     </distributionManagement>
>
> Now when I use mvn site on the  2.0-beta-5 plugin, the site works fine. but
> when I use 2.0-beta-6, I get the following error:
>
> INFO]
> ------------------------------------------------------------------------
> ERROR] BUILD ERROR
> INFO]
> ------------------------------------------------------------------------
> INFO] Error parsing site descriptor
>
> mbedded error: Unrecognised tag: 'site' (position: START_TAG seen <?xml
> version="1.0" encoding="ISO-8859-1"?>\n\n<site>... @3:7)

I guess the error message refers to the site descriptor src/site/site.xml:
the start tag there should be "project" instead of "site".

- Henry

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to