On Wed, Feb 2, 2011 at 3:11 PM, Jonthan DeMaagd <[email protected]>wrote:
> Maven 3.0.2 was installed correctly on Windows Vista. > > > > > > Check for correct installation of maven results: > > > > mvn -v > > Apache Maven 3.0.2 (r1056850; 2011-01-08 19:58:10-0500) > > Java version: 1.6.0_23, vendor: Sun Microsystems Inc. > > Java home: C:\Program Files\Java\jdk1.6.0_23\jre > > Default locale: en_US, platform encoding: Cp1252 > > OS name: "windows vista", version: "6.0", arch: "x86", family: "windows" > > > > > > Creating my first maven project, there is no directory: project/src/test > > It does create: project/src/main > > > > > > Help will be much appreciated! > > This is the dev list. Your question should be asked on the the user list. Having said that, you are asking such a basic question that there is no easy way to answer it for you as you have much to learn. I recommend reading one of the Maven books. http://maven.apache.org/articles.html After you have read one of these, then come back and ask a specific question on the user list.
