First of all i want to create a jenkins plugin using eclipse having mvn 3.5 installed and jenkins 1.651.3 , and i just went throw you documentation , i cant find the first step which says
to put some code in this path (Windows users will find them in %USERPROFILE%\.m2\settings.xml), i cant find this path , secondly the step after is to write this command $ mvn -DdownloadSources=true -DdownloadJavadocs=true -DoutputDirectory=target/eclipse-classes -Declipse.workspace=/path/to/workspace eclipse:eclipse eclipse:configure-workspace it gives me error which i will copy now
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-eclipse-plugin:2.1
0:eclipse (default-cli): Goal requires a project to execute but there is no POM
in this directory (C:\Users\aelmetwa). Please verify you invoked Maven from the
correct directory. -> [Help 1]
so please if any body know the solution for this issue please answer.
P.S i am new to windows OS.
Thank you.