I have two workspaces, one of which have all WEB services (Eclipse) and another with the main project (IntelliJ). When I clean and install a web service API, it appear into my local maven repository. When I try to use this dependency (6.6.6-SNAPSHOT) in an other web service it works fine. But when I try to use it in my main project it doesn't work.
The maven eclipse plugin makes something more than IntelliJ plugin?