Reputation: 1828
After importing existing Maven projects to the Eclipse workspace attempts to deploy an EAR to the WebSphere fails with error that no resources found that can be deployed.
I found out that one of the projects that had "Dynamic Web Module" facet became "Utility Module" in Eclipse.
Any ideas how to fix that?
Upvotes: 0
Views: 318
Reputation: 9154
Assuming that you are using maven-eclipse-plugin to import the project into Eclipse, then you need to enable the WTP support.
Upvotes: 1