add modules in parent pom build

This commit is contained in:
amit.pandey
2020-09-13 21:05:10 +05:30
parent 972ff96699
commit e756edec92
2 changed files with 6 additions and 0 deletions
+5
View File
@@ -14,6 +14,11 @@
<relativePath>../..</relativePath>
</parent>
<modules>
<!--<module>custom-rule</module>--> <!-- Fixing in JAVA-2819 -->
<module>maven-enforcer</module>
</modules>
<build>
<plugins>
<plugin>