|
From: <ma...@us...> - 2010-03-20 21:49:21
|
Revision: 308
http://objectlabkit.svn.sourceforge.net/objectlabkit/?rev=308&view=rev
Author: marchy
Date: 2010-03-20 21:49:12 +0000 (Sat, 20 Mar 2010)
Log Message:
-----------
Added property for activating profile when release:perform is run
Modified Paths:
--------------
trunk/pom.xml
Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml 2010-03-19 19:47:27 UTC (rev 307)
+++ trunk/pom.xml 2010-03-20 21:49:12 UTC (rev 308)
@@ -148,7 +148,10 @@
<profile>
<id>code-sign</id>
<activation>
- <activeByDefault>false</activeByDefault>
+ <property>
+ <name>performRelease</name>
+ <value>true</value>
+ </property>
</activation>
<build>
<plugins>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|