Lennart Jörelid wrote:
> Good evening, all.
>
> Today, maven-site-plugin performs its site:stage goal by copying the site
> of a project into a staging directory, and relativizing some URLs. The
> latter part is done by calculating the difference between the current
> project's ${project.distribu
Hi there,
currently i'm working on a new maven plugin
http://khmarbaise.github.com/itexin-maven-plugin/usage.html
which will make it possible to execute a plugin several times based on
values (iteration).
But my question is related how to get the information about a plugins
version of a defined
Good evening, all.
Today, maven-site-plugin performs its site:stage goal by copying the site
of a project into a staging directory, and relativizing some URLs. The
latter part is done by calculating the difference between the current
project's ${project.distributionManagement.site.url} and
the ${p