# verify that check fails when test class is not present
-> check

# compile and jar test class
> package
# verify that check succeeds
> check

# publish test jar to test repository
>publish

# delete test jar and verify check fails again
> clean
-> check

# tell project definition to switch to retrieve mode
$ touch retrieve
# verify that artifact with extension, type, and classifier can be retreieved
> update
> check