This is an automated email from the ASF dual-hosted git repository.
martinkanters pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-compiler-plugin.git
The following commit(s) were added to refs/heads/master by this push:
new 10225c6 Fixed dead links to the project website of Modello.
10225c6 is described below
commit 10225c6a31c38631e22964b14b05cea014aae0f7
Author: Martin Kanters <[email protected]>
AuthorDate: Mon Aug 31 21:11:50 2020 +0200
Fixed dead links to the project website of Modello.
---
src/site/fml/faq.fml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/site/fml/faq.fml b/src/site/fml/faq.fml
index 5079d9c..7008fb4 100644
--- a/src/site/fml/faq.fml
+++ b/src/site/fml/faq.fml
@@ -30,11 +30,11 @@ under the License.
<p>Modello generate 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.
</p>
- <p>You have to declare the <a
href="http://modello.codehaus.org/modello-maven-plugin/">Modello Maven
Plugin</a>
+ <p>You have to declare the <a
href="https://codehaus-plexus.github.io/modello/modello-maven-plugin/">Modello
Maven Plugin</a>
in the build of your project for source generation (in that way the
sources are generated each time).
</p>
<p>For more information about Modello, please visit the
- <a href="http://modello.codehaus.org/">Modello website</a>
+ <a href="https://codehaus-plexus.github.io/modello/">Modello
website</a>
.
</p>
</answer>