Author: vkumar
Date: Fri May  8 09:56:45 2009
New Revision: 772906

URL: http://svn.apache.org/viewvc?rev=772906&view=rev
Log:
Renaming apache-release plug-in to prepare-release for validating licenses in 
source code
This profile need to be run manually

Modified:
    portals/portals-pom/trunk/pom.xml

Modified: portals/portals-pom/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/portals/portals-pom/trunk/pom.xml?rev=772906&r1=772905&r2=772906&view=diff
==============================================================================
--- portals/portals-pom/trunk/pom.xml (original)
+++ portals/portals-pom/trunk/pom.xml Fri May  8 09:56:45 2009
@@ -77,8 +77,13 @@
   </build>
   <profiles>
 
+    <!--
+    We should execute this profile manually to make sure that all files in our 
source code contain proper licenses.
+    This is very important and should not be skipped in any scenario.  It is 
very importnt for us to follow ASF policy.
+    Example:  mvn -Dprepare-release install
+    -->    
     <profile>
-      <id>apache-release</id>
+      <id>prepare-release</id>
       <build>
         <plugins>
           <plugin>


Reply via email to