I am using Eclipse Luna, Maven 3 and Websphere Liberty 8.5.5. I have added websphere liberty server in eclipse. The EAR/WAR project deployed in liberty does not include maven dependencies in WEB-INF/lib of WAR. If I export EAR or WAR the exported file has all the dependencies included. What could be going wrong?
0
votes
What's the problem? Is anything not working? Did you check the WEB-INF/lib folder in the target directory? Maven dependencies are by default put to WEB-INF/lib during deployment, but they are not in the src folder. You can check that in the Project properties > Deployment Assembly.
- Gas
The deployment assembly was missing Maven dependencies. Thanks for your help.
- pawinder gupta
2 Answers
2
votes
