I am new to Maven and if it is a very basic question then please spare me.
I am working on a project which uses maven and when i am passing the site command for my project i am getting error.
[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-site-plugin:3.1:site (default-site)
on project mobileads: Execution default-site of goal
org.apache.maven.plugins:maven-site-plugin:3.1:site
failed: A required class was missing while executing
org.apache.maven.plugins:maven-site-plugin:3.1:site:
org/sonatype/aether/graph/DependencyFilter
I know that there is a problem with maven-site-plugin:3.1 version.
If i explicitly includes the latest version of maven-site-plugin(3.4) this problem disappears.But my question is where it is picking up maven-site-plugin:3.1
as in my project's pom.xml
i can not see this plugin so it indicates me that it is picking some default settings from somewhere.
I want to know the name of that file and the location of that file in resides so that i could see all the settings.I use MAC.
Thanks in advance.
Rajesh