pom.xml - Error while installing maven on Windows -


i have downloaded apache-maven-3.0.4 , installed. have referred below link it.

http://www.avajava.com/tutorials/lessons/what-is-maven-and-how-do-i-install-it.html?page=1 

but when entered command "mvn install", getting errors as:

[error] goal specified requires project execute there no pom  in directory (c:\users\admin). please verify invoked maven co rrect directory. -> [help 1] 

i downloaded maven-clean-plugin-2.3 jar file , putted .m2/repository/

i explore on internet pom file failed find it.

from find pom file maven-clean-plugin?

please advice

thanks

that's because mvn install starts default lifecycle (up install phase) on current project pom (describing project) must in current directory. maven says, there no pom.xml file in c:\users\admin directory.

and question title: seems you've installed maven ;).


Comments

Popular posts from this blog

java - Play! framework 2.0: How to display multiple image? -

gmail - Is there any documentation for read-only access to the Google Contacts API? -

php - Controller/JToolBar not working in Joomla 2.5 -