One can define a specific profile to be activated when one wants to test.
For example:
$ mvn -Denv-test test
On Nov 10, 2008 2:29pm, Wim Deblauwe <[EMAIL PROTECTED]> wrote:
I have used profiles before, I don't think you can use that. How would you
do this?
2008/11/10
> I think you can use profiles for that.
>
> bruno
>
>
> On Nov 10, 2008 11:43am, Wim Deblauwe wrote:
>
>> Hi,
>>
>>
>>
>> is it possible to define a different checkstyle configuration in maven
for
>>
>> the main and the tests? I want to allow underscores in method names,
but
>>
>> only in my test source directory.
>>
>>
>>
>> regards,
>>
>>
>>
>> Wim
>>
>>