Am Mon, 21 Apr 2014 18:52:44 -0700 (PDT) schrieb Mayank <[email protected]>:
> I have started using by unzipping its binary.zip and setting the > environment variables and got the mvn -version executed successfully > but after that none of the command worked, probably because of > setting.xml (not sure, please clarify). You need to tell us what command you tried, what error message or result you got and what you did expected. > Then I got another idea and integrated the maven plugin in Eclipse > Kepler and got that successful too. Then I tried to create jsf > archetype project in eclipse, but I did not get the correct structure > and facet option (though I also tried to change the builder and > nature in .project file). Again, some more details would be nice. Do you have unblocked internet access? > Now I am confused, I want to use mvn plugin > for eclipse and confusion is does successfully integrating the maven > plugin with eclipse is enough or does env variable creation and > unzipped maven folder are mandatory ? The m2e plugin in eclipse brings its own maven version, you dont need to (but can) install an external version. > And since I noticed about .m2 folder after two different tries so I > am not sure which one actually created it ? All maven commands which need the local repository will create the .m2 dir if it was not present before. Greetings Bernd --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
