[MNG-2078] Added <value>true</value> to profile activation for -DperformRelease system property in super-POM.

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@379288 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
John Dennis Casey 2006-02-20 23:44:08 +00:00
parent c458848733
commit 908d6624d4
1 changed files with 1 additions and 0 deletions

View File

@ -67,6 +67,7 @@
<activation>
<property>
<name>performRelease</name>
<value>true</value>
</property>
</activation>