Jesse McConnell wrote:
I really like
project/
|_ src
|_ main
|_ test
|_ unit
|_ java
|_ resources
|_ integration
|_ java
|_ resources
|_ functional
|_ java
|_ resources
+1
One nice thing about keeping functional stuf
I really like
project/
|_ src
|_ main
|_ test
|_ unit
|_ java
|_ resources
|_ integration
|_ java
|_ resources
|_ functional
|_ java
|_ resources
perhaps we could make it backwards compatible and support the old way of
d
Hi,
I've started a document at
http://docs.codehaus.org/display/MAVEN/best+practices+-+testing+strategies
where I've listed the known issues/questions I had in mind WRT Maven 2 and
testing.
If you're interested in testing could you please have a look and add/comment
if you have other questions/th