This is a bit of nastiness that I've encountered in the past as well.
All the suggestions offered are mostly functional, but ugly in my
view...
So, I have recently started committing to Maven... MNG-2010 is what
I've posted my first changes to, and will be hitting the compile and
surefire plugin
Hello Harry,
For another example, you can check the integration/web ui tests of archiva
located at:
http://svn.apache.org/repos/asf/maven/archiva/trunk/archiva-web/archiva-webapp-test/pom.xml
Cheers!
Nap
On 5/27/07, Arnaud Bailly <[EMAIL PROTECTED]> wrote:
Harry Larsen <[EMAIL PROTECTED]> wri
Harry Larsen <[EMAIL PROTECTED]> writes:
> Hello,
>
> Thanks for this info. I now understand better, what should I need.
> I configured my pom.xml accordingly.
>
> BUT maven still doesn't see the directory systest.
>
> I made this structure:
> src/main/java
> src/test/java
> src/systest/java
>
He
Hello,
Thanks for this info. I now understand better, what should I need.
I configured my pom.xml accordingly.
BUT maven still doesn't see the directory systest.
I made this structure:
src/main/java
src/test/java
src/systest/java
If I have tests in src/test/java, I am able include or exclude t
Hello,
This is taken from Confluence maven wiki.
http://svn.apache.org/repos/asf/shale/framework/trunk/shale-apps/shale-usecases/pom.xml
HTH
--
OQube < software engineering \ génie logiciel >
Arnaud Bailly, Dr.
\web> http://www.oqube.com
---
Hello,
I have problems with directory layout of tests.
I have the standard directory layout
src\main\java
src\test\java
Problem is - everything under src\test\java is compiled and tested as unit
tests.
But I have also integration tests, which can be only run with container. I
don't want to ru