Jens Zastrow wrote:
>i posted the question here because i think this is a bug in mv1.
>test:test should have the prereqs="test:test-resources" not test:compile
>
>
no, I don't agree.
>
> target/ABC
>
> **/*
>
i posted the question here because i think this is a bug in mv1.
test:test should have the prereqs="test:test-resources" not test:compile
the scenario:
compile some sources to target/ABC
[project.xml]
target/ABC
Jens Zastrow wrote:
>Why there is the following difference?!
>
>
>
No idea. They should both be after, IMO.
>
>
>
>i have some test:compile-postgoals with create resources which need to be in
>the test-classes/ before test:test.
>
>calling the test:test-resources BEFORE the test:compile postg
Why there is the following difference?!
java:jar-resources gets called AFTER java:compile.
test:test-resources gets called BEFORE test:compile.
i have some test:compile-postgoals with create resources which need to be in
the test-classes/ before test:test.
calling the test:test-resource