diff options
-rw-r--r-- | java/sca/itest/distribution/pom.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/java/sca/itest/distribution/pom.xml b/java/sca/itest/distribution/pom.xml index 3a8273ccf7..387ece209f 100644 --- a/java/sca/itest/distribution/pom.xml +++ b/java/sca/itest/distribution/pom.xml @@ -38,6 +38,8 @@ <module>binding-ws-calculator</module>
<module>calculator-rmi</module>
<module>implementation-java-calculator</module>
+ <module>webapp-helloworld</module>
+ <module>webapp-helloworld-jsp</module>
</modules>
</project>
|