java - Trying to compile Maven with clean parameter and got exception -
trying compile maven clean parameter:
c:> mvn clean
and got exception below:
cannot execute mojo: clean. requires project existing pom.xml, buid not using one.
can tell me how can associate existing project maven.
maven uses file called pom.xml build. should located in root of project.
maven works on basis project conforms maven way of doing things , recommend reading maven getting started guide familiarize standards before starting use maven.
Comments
Post a Comment