Konstantin Kolinko wrote:

> 2012/1/8 sebb <seb...@gmail.com>:
>> This is a VOTE to release commons-parent 23 based on RC4.
>>
>> As agreed previously, commons parent release votes operate on lazy
>> consensus, i.e. the vote is assumed to have passed if 72 hours have
>> elapsed without an objection.
>>
>> Changes since RC3:
>> The buildNumber profile is now activated unless the property
>> buildManager.skip=true
>> It no longer checks for the .svn directory.
>>
>> This is not perfect, but is better than CP22 and the plugin can now
>> easily be skipped if necessary.
>>
> 
> Just correcting a typo in property name above:
> The pom.xml actually looks for "buildNumber.skip"
> 
>      <activation>
>        
<property><name>!buildNumber.skip</name><value>!true</value></property>
>      </activation>
> 
> Is prefixing name with "!" and value with "!" a valid syntax? Isn't it
> actually looking for property "!buildNumber.skip"?

It is. The profile is activated if the property does not exist.

> I have not found it being documented anywhere.

[snip]

Me neither, but this works even for M20x. Simply look yourself at the output 
of help:active-profiles (and note that this will *not* display activated 
profiles of any parent - only from settings or the current pom).

- Jörg



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org

Reply via email to