On 4/21/07, Jacek Laskowski <[EMAIL PROTECTED]> wrote:
On 4/21/07, Jason Dillon <[EMAIL PROTECTED]> wrote:
> You guys really shouldn't need a dummy test in there.  Maven should
> be skipping tests if the src/test directory is not present.  If not
> its a bug, though you can easily work around this by adding this to
> your pom:
>
>      <properties>
>          <maven.test.skip>true</maven.test.skip>
>      </properties>
>
> And then drop the src/test dir and the junit dep in the pom.

That's the idea! Thanks Jason. I was not very happy to keep dummy test
just to satisfy m2 (unreasonable) requirements.

Committed the change and verified it built on Continuum. Sorry again
for the mess before. Thanks Jason for your help and Dain for his
patience!

/me is happy to be able to learn new stuff each day

Jacek

--
Jacek Laskowski
http://www.JacekLaskowski.pl

Reply via email to