I have a Maven project with 100 dependencies. Some of these dependencies are not available.
When I run mvn install against the parent pom file (this parent pom refers to other projects), I get errors that some Maven dependencies cannot find. But I have to add these dependencies before I can find out what other dependencies might be missing.
Is there a Maven team that will list the missing dependencies for the project?
Update: Other options are cleaning the repository folder and trying to rebuild using the Eclipse / Maven plugin. Missing dependencies for all projects are displayed on the problems tab.
source share