0
Good afternoon,
I wonder if there is a Maven command that parses pom.xml and tells all the dependencies that are in the pom.xml file and are not in the repository. I even found a command mvn project-info-Reports but it does not mention whether the dependency listed exists or not in the repository.
Thank you very much!