Hi,
I have a multi module project where in my webModule depends on the ejbModule's ejb-client jar file.
While the
mvn package and mvn release commands seem to be okay, mvn
test gives me the cannot-find-the-artifact error that too after running all the test cases.
However if I modify the dependency type from ejb-client to client in the webModule's pom.xml file, the mvn test command works fine. But even with the mvn surefire-report report command would give me the cannot-find-the-artifact error for the ejbModule.
I had had enough googling and donno what to do. Is there anybody who had faced this error before? Thanks in advance.
Webmodule's pom.xml file
ejbModule's pom.xml file
parent pom.xml file
Regards,
Arun