diff --git a/src/site/apt/examples/example-exec-or-java-change-classpath-scope.apt.vm b/src/site/apt/examples/example-exec-or-java-change-classpath-scope.apt.vm index 0e2fbed9..ea056c8d 100644 --- a/src/site/apt/examples/example-exec-or-java-change-classpath-scope.apt.vm +++ b/src/site/apt/examples/example-exec-or-java-change-classpath-scope.apt.vm @@ -40,5 +40,5 @@ Changing the classpath scope when running Java programs or, on the command line, ----- -mvn exec:exec [...] -Dexec.classpathScope="java" +mvn exec:java [...] -Dexec.classpathScope="test" ----- diff --git a/src/site/apt/index.apt b/src/site/apt/index.apt index 3f87deb7..db46ad4a 100644 --- a/src/site/apt/index.apt +++ b/src/site/apt/index.apt @@ -40,17 +40,21 @@ Exec Maven Plugin General instructions on how to use the Exec Maven Plugin can be found on the {{{./usage.html}usage page}}. In case you still have questions regarding the plugin's usage, please feel - free to contact the {{{./mail-lists.html}user mailing list}}. The posts to the mailing list are archived and could + free to contact the {{{./mailing-lists.html}user mailing list}}. The posts to the mailing list are archived and could already contain the answer to your question as part of an older thread. Hence, it is also worth browsing/searching - the {{{./mail-lists.html}mail archive}}. + the {{{./mailing-lists.html}mail archive}}. If you feel like the plugin is missing a feature or has a defect, you can fill a feature request or bug report in our - {{{./issue-tracking.html}issue tracker}}. When creating a new issue, please provide a comprehensive description of your + {{{./issue-management.html}issue tracker}}. + + When creating a new issue, please provide a comprehensive description of your concern. Especially for fixing bugs it is crucial that the developers can reproduce your problem. For this reason, entire debug logs, POMs or most preferably little demo projects attached to the issue are very much appreciated. - Of course, patches are most welcome too. Contributors can check out the project from our - {{{./source-repository.html}source repository}} and will find supplementary information in the - {{{http://maven.apache.org/guides/development/guide-helping.html}guide to helping with Maven}}. + Of course, patches are most welcome too. + + Contributors can check out the project from our {{{./scm.html}source repository}} and will find supplementary + information in the {{{https://www.mojohaus.org/contribution/reporting-an-issue.html}Reporting an Issue}}, + {{{https://www.mojohaus.org/contribution/submitting-a-patch.html}Submitting a Patch}} * Examples diff --git a/src/site/fml/faq.fml b/src/site/fml/faq.fml deleted file mode 100644 index 31e1fba0..00000000 --- a/src/site/fml/faq.fml +++ /dev/null @@ -1,30 +0,0 @@ - - - - - - How to execute the plugin multiple times ? - -

Use several execution nodes each with a different id. Don't forget to bind each execution to a phase.

-

Read the full answer.

-
-
-
-
diff --git a/src/site/site.xml b/src/site/site.xml index 64889947..5fb53a13 100644 --- a/src/site/site.xml +++ b/src/site/site.xml @@ -1,19 +1,29 @@ - + + + + + + - - - - - - + + + + +