Rémy Sanlaville wrote:
You define the site plugin inside <reporting>, I guess you want it inside
<build>.


Isn't strange to have to define the maven-site-plugin inside <build> just to
specify the version ?
Why maven 2 can't take into account the version declare inside <reporting> ?
It seems to more natural isn't it ?

Rémy


There are two kinds of Mojos. A Mojo is a goal in plugin. There are build mojos and there are reporting mojos. Build mojos are configured in the <build> section of the POM while reporting mojos are configured in the <reporting> section of the POM.

We should enhance the plugin-plugin to make it clear in the generated documentation which type each Mojo is.

--
Dennis Lundberg

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

Reply via email to