Note that there are some explanatory texts on larger screens.

plurals
  1. POGenerating jar file using maven in db unit installation
    text
    copied!<p>I need to install db unit in my system. I have completed installing JDBC driver. i have downloaded junit-4.11.jar.</p> <p>I have to generate the jar file into the directory.What is the correct method/step of doing this.AS per the link: <a href="http://www.dbunit.org/building.html" rel="nofollow">http://www.dbunit.org/building.html</a></p> <p>i tried to run the command <code>mvn</code> from command line. But i get the error</p> <pre><code>C:\Users\suvin&gt;mvn install </code></pre> <p><code>[INFO] Scanning for projects...</code> <code>[INFO] ------------------------------------------------------------------------</code> <code>[INFO] BUILD FAILURE</code> <code>[INFO] ------------------------------------------------------------------------</code> <code>[INFO] Total time: 0.225s</code> <code>[INFO] Finished at: Tue Nov 20 14:51:56 IST 2012</code> <code>[INFO] Final Memory: 1M/15M</code> <code>[INFO] ------------------------------------------------------------------------</code> <code>[ERROR] The goal you specified requires a project to execute but there is no POM in this directory (C:\Users\suvin). Please verify you invoked Maven from the co rrect directory. -&gt; [Help 1]</code> <code>[ERROR]</code> <code>[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.</code> <code>[ERROR] Re-run Maven using the -X switch to enable full debug logging.</code> <code>[ERROR]</code> <code>[ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MissingProject Exception</code></p> <p>Any help would be appreciated</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload