> I'm very new to maven and i tried to build my maven project using "mvn > package" command. but i don't know which command i should use for running > my project. > is there anyone who knows?
Instead of giving you a fish, I'll teach you how to fish. Google for the phrase "maven run project". Click on the first few links (which for me happens to be StackOverflow, then the Maven website, then Coderanch and some blogs) and actually read what is posted. Then think about what you just read, and try implementing it for yourself. As Ron already stated, this is also covered extensively in various project documentation and free PDF books. Wayne --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
