No file available under C:\Users\Prabodh\.m2\repository after installing Apache Maven -
i have installed maven (latest version available in internet) in system. using windows 7. in command prompt, version showing correctly (through mvn -version command); there no file available in c:\users\prabodh.m2\repository.... not sure why problem occurring...
please let me know files should present there in typical/standard installation; , possible reason not being able access them...
maven starts empty plugin execution framework. long maven hasn't done thing, local repository stay empty.
try mvn help:help
on commandline (any directory do). way description of maven-help plugin. warned, first time it'll download quite lot. if execute mvn help:help
second time, required code available in local repository, it'll display fast.
Comments
Post a Comment