You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,19 @@
8
8
9
9
# Frequently Asked Questions
10
10
11
+
####❔How do I enable multi-module projects?
12
+
13
+
In your `pom.xml` file please append a list of modules in your projects
14
+
15
+
```xml
16
+
<project>
17
+
<modules>
18
+
<module>module_a/</module>
19
+
<module>model_b/</module>
20
+
</modules>
21
+
</project>
22
+
```
23
+
11
24
####❔Seeing `Skipping JaCoCo execution due to missing execution data file`?
12
25
13
26
Please see [http://stackoverflow.com/questions/18107375/...](http://stackoverflow.com/questions/18107375/getting-skipping-jacoco-execution-due-to-missing-execution-data-file-upon-exec)
0 commit comments