src/test/java is the Maven-standard directory for tests. It is well
documented in numerous places. Here's one:
http://maven.apache.org/guides/introduction/introduction-to-the-standard-directory-layout.html

Wayne

On 9/20/07, siegfried <[EMAIL PROTECTED]> wrote:
> Wow! That sure was difficult. It works now from the maven eclipse plug in
> and the command line.
>
> Where in the documentation does it say that the tests must be in
> src/test/java? This is not obvious to a first time eclipse plug in user and
> unfortunately, the plug-in does not create this structure when you create a
> new project or test.
>
> Siegfried
>
> -----Original Message-----
> From: Wayne Fay [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, September 19, 2007 10:51 PM
> To: Maven Users List
> Subject: Re: How to run maven goals from Eclipse?
>
> Its not clear what version of surefire you're using. You should specify it:
>  <plugin>
>    <groupId>org.apache.maven.plugins</groupId>
>    <artifactId>maven-surefire-plugin</artifactId>
>    <version>2.3</version>
>  </plugin>
>
> Wayne
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to