GitHub user Adabaskar opened a pull request:
https://github.com/apache/maven-doxia-tools/pull/1
Changing plugin's prefix avoids old version conflicts
If plugin is invoced via the mvn goal "doxia:render-books" there is often a
conflict with the older 1.2 Version plugin already being present and resolved
via the prefix "doxia". Here it is proposed to change the plugin prefix to
"doxia3" to avoid this conflict hence "mvn doxia3:render-books" should now be
used.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/Adabaskar/maven-doxia-tools trunk
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/maven-doxia-tools/pull/1.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1
----
commit 8b939f59906e20ff182f9fe8e832235373a30bd6
Author: Adabaskar <[email protected]>
Date: 2016-02-11T10:26:41Z
Changing plugin's prefix avoids old version conflicts
If plugin is invoced via the mvn goal "doxia:render-books" there is often a
conflict with the older 1.2 Version plugin already being present and resolved
via the prefix "doxia". Here it is proposed to change the plugin prefix to
"doxia3" to avoid this conflict hence "mvn doxia3:render-books" should now be
used.
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]