diff --git a/src/site/fml/faq.fml b/src/site/fml/faq.fml index b308a1632..469a9f3d9 100644 --- a/src/site/fml/faq.fml +++ b/src/site/fml/faq.fml @@ -27,7 +27,7 @@ under the License. How do I add my generated sources to the compile path of Maven, when using Modello? -

Modello generate the sources in the generate-sources phase and automatically adds the +

Modello generates the sources in the generate-sources phase and automatically adds the source directory for compilation in Maven. So you don't have to copy the generated sources.

You have to declare the Modello Maven Plugin diff --git a/src/site/markdown/examples/compile-using-different-jdk.md b/src/site/markdown/examples/compile-using-different-jdk.md index d69be8301..c84908784 100644 --- a/src/site/markdown/examples/compile-using-different-jdk.md +++ b/src/site/markdown/examples/compile-using-different-jdk.md @@ -80,7 +80,7 @@ or sets an environment variable, so that the build remains portable. compiler - /usr/lib/jvm/java-11-openjdkk + /usr/lib/jvm/java-11-openjdk diff --git a/src/site/markdown/index.md b/src/site/markdown/index.md index 6f04f6ec5..6e4b2958f 100644 --- a/src/site/markdown/index.md +++ b/src/site/markdown/index.md @@ -52,7 +52,7 @@ Of course, patches are welcome, too. Contributors can check out the project from our [source repository](./scm.html) and will find supplementary information in the [guide to helping with Maven](https://maven.apache.org/guides/development/guide-helping.html). -The following pages describes how to use the plugin beyond the default +The following pages describe how to use the plugin beyond the default "one source directory, one module, one release" default configuration: * [Declaration of source directories](./sources.html) @@ -69,7 +69,7 @@ you can take a look into the following examples: * [Annotation processors](./examples/annotation-processor.html) * [Arguments related to Java Platform Module System](./examples/jpms_args.html) * [Compile using a different JDK](./examples/compile-using-different-jdk.html) -* [Compile using a non-javac compilers](./examples/non-javac-compilers.html) +* [Compile using a non-javac compiler](./examples/non-javac-compilers.html) * [Compile using the --source and --target javac options](./examples/set-compiler-source-and-target.html) * [Compile using the --release javac option](./examples/set-compiler-release.html) * [Compile using memory allocation enhancements](./examples/compile-with-memory-enhancements.html) diff --git a/src/site/markdown/sources.md b/src/site/markdown/sources.md index 42edbf3db..12aa08b08 100644 --- a/src/site/markdown/sources.md +++ b/src/site/markdown/sources.md @@ -46,7 +46,7 @@ One can write: - main + main my-custom-dir/foo @@ -54,7 +54,7 @@ One can write: my-custom-dir/bar - + ``` @@ -81,7 +81,7 @@ as their default values are `src/main/java` and `src/test/java` respectively. - main + main src/extension/java @@ -89,7 +89,7 @@ as their default values are `src/main/java` and `src/test/java` respectively. - + ``` diff --git a/src/site/site.xml b/src/site/site.xml index 794c367fd..f1360614d 100644 --- a/src/site/site.xml +++ b/src/site/site.xml @@ -43,7 +43,7 @@ under the License. - +