From 389b10abe9c875e4095648f728ffbe7bee669396 Mon Sep 17 00:00:00 2001
From: ltheussl
+ Use ${basedir} in your subproject's POM resource section:
+ multiproject:projects-init.
diff --git a/multiproject/xdocs/faq.fml b/multiproject/xdocs/faq.fml
index 8d2247d7..4cb16923 100644
--- a/multiproject/xdocs/faq.fml
+++ b/multiproject/xdocs/faq.fml
@@ -23,16 +23,19 @@
reactorProjects, and when I upgraded it broke. Why?reactorProjects is reused by anything using the reactor. Since there is no concept of scope or
nesting, the variable multiprojects is now used instead. If you change your variable references,
this should start working again.
+
The resources won't be included if you just specify "src/java" as directory unless maven is started from within the subproject directory.
+multiproject goal twice with different settings for the maven.multiproject.includes property?
+ You need to set back the variable mpprojectsInit before you call the goal a second time:
+