From babeeb619ce69ab7470ab4ea6c0d55b20336e2db Mon Sep 17 00:00:00 2001 From: bsorrentino Date: Sun, 12 Aug 2018 15:39:42 +0200 Subject: [PATCH] Issue #72 - Add notes to documentation --- pom.xml | 55 +++++++++++++++++++++++++++-------------- src/site/markdown/qa.md | 8 ++++++ src/site/site.xml | 1 + 3 files changed, 45 insertions(+), 19 deletions(-) create mode 100644 src/site/markdown/qa.md diff --git a/pom.xml b/pom.xml index 45f9df2..d32e037 100644 --- a/pom.xml +++ b/pom.xml @@ -83,7 +83,7 @@ This plugin could be considered the 'alter ego' of maven apt plugin http://mojo. - + org.codehaus.plexus plexus-compiler-api 2.8.2 @@ -100,7 +100,7 @@ This plugin could be considered the 'alter ego' of maven apt plugin http://mojo. compile - + org.apache.maven @@ -125,7 +125,7 @@ This plugin could be considered the 'alter ego' of maven apt plugin http://mojo. plexus-utils 3.0.15 - + org.codehaus.plexus plexus-compiler-api @@ -147,22 +147,6 @@ This plugin could be considered the 'alter ego' of maven apt plugin http://mojo. - - - - org.apache.maven.plugins - maven-plugin-plugin - 3.1 - - - - org.apache.maven.plugins - maven-project-info-reports-plugin - 2.4 - - - - @@ -219,8 +203,40 @@ This plugin could be considered the 'alter ego' of maven apt plugin http://mojo. 3.4 runtime + + + org.apache.maven.reporting + maven-reporting-exec + 1.2 + + + + org.apache.maven.doxia + doxia-module-markdown + 1.6 + + + + + + org.apache.maven.plugins + maven-plugin-plugin + 3.4 + + + + org.apache.maven.plugins + maven-project-info-reports-plugin + 2.4 + + + + false + + + @@ -236,6 +252,7 @@ This plugin could be considered the 'alter ego' of maven apt plugin http://mojo. --> + diff --git a/src/site/markdown/qa.md b/src/site/markdown/qa.md new file mode 100644 index 0000000..75bb4ee --- /dev/null +++ b/src/site/markdown/qa.md @@ -0,0 +1,8 @@ +## Questions & Answers + + +### Multiple executions of plugin + +Referring to issue [72](https://github.com/bsorrentino/maven-annotation-plugin/issues/72), apparently the default configuration of the sources plugin doesn't play nice with plugins bound to the `generate-sources` phase. + +In the case you having this issue please refer to: [How to prevent generate-sources phase executing twice](http://blog.peterlynch.ca/2010/05/maven-how-to-prevent-generate-sources.html) diff --git a/src/site/site.xml b/src/site/site.xml index 67da1e4..ad3f04a 100644 --- a/src/site/site.xml +++ b/src/site/site.xml @@ -20,6 +20,7 @@ +