Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • right click project -> Java EE -> Update EAR libraries

Webapp project

...

doesn't work

  1. make sure that you have only one webapp project open
  2. add the pom dependency (not only the war dependency) otherwise the dependencies defined in the referenced war file won't be seen
  3. use war:inplace to overlay the webapp project
    • ensure that you delete WEB-INF/lib afterwards

...