Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5a125ed

Browse files
author
Steve Peak
authored
Update README.md
1 parent f15776e commit 5a125ed

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,19 @@
88

99
# Frequently Asked Questions
1010

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+
1124
####❔Seeing `Skipping JaCoCo execution due to missing execution data file`?
1225

1326
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

Comments
 (0)