BAEL-20655 Which sub-modules aren't being built?

- Added several missing modules in the main pom.xml
- Fixed the modules list for all the profiles
- Commented several test cases so that all modules can run and be included in the pom.xml
- Moved child modules from main pom to parent modules pom
This commit is contained in:
Dhawal Kapil
2020-01-10 17:22:13 +05:30
parent f195f0b98c
commit b75658a2d4
22 changed files with 340 additions and 385 deletions

View File

@@ -8,8 +8,8 @@
<version>1.0</version>
<parent>
<groupId>decoupling-pattern2</groupId>
<artifactId>com.baeldung.decoupling-pattern2</artifactId>
<groupId>com.baeldung.decoupling-pattern2</groupId>
<artifactId>decoupling-pattern2</artifactId>
<version>1.0-SNAPSHOT</version>
</parent>