Author: rgoers
Date: Sun Aug 14 06:37:30 2011
New Revision: 1157473

URL: http://svn.apache.org/viewvc?rev=1157473&view=rev
Log:
Another try at generating release nots

Modified:
    commons/proper/vfs/trunk/pom.xml

Modified: commons/proper/vfs/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/vfs/trunk/pom.xml?rev=1157473&r1=1157472&r2=1157473&view=diff
==============================================================================
--- commons/proper/vfs/trunk/pom.xml (original)
+++ commons/proper/vfs/trunk/pom.xml Sun Aug 14 06:37:30 2011
@@ -146,6 +146,18 @@
           <artifactId>maven-checkstyle-plugin</artifactId>
           <version>2.7</version>
         </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-release-plugin</artifactId>
+          <version>2.2.1</version>
+          <configuration>
+            <preparationGoals>clean verify scm:add scm:checkin 
-Dinclude="RELEASE-NOTES.txt" -Dmessage="add release notes"</preparationGoals> 
-->
+            <completionGoals>exec:exec scm:commit -Dexec.executable=svn 
-Dexec.args="delete RELEASE-NOTES.txt" -Dmessage="remove release 
notes"</completionGoals>
+            <useReleaseProfile>false</useReleaseProfile>
+            <goals>deploy</goals>
+            <arguments>-Papache-release</arguments>
+          </configuration>
+        </plugin>
       </plugins>
     </pluginManagement>
     <plugins>
@@ -413,19 +425,6 @@
             </executions>
           </plugin>
           <plugin>
-            <groupId>org.apache.maven.plugins</groupId>
-            <artifactId>maven-release-plugin</artifactId>
-            <version>2.2.1</version>
-            <configuration>
-              <preparationGoals>clean verify exec:exec -Dexec.executable=svn 
-Dexec.args="add RELEASE-NOTES.txt"</preparationGoals>
-              <completionGoals>exec:exec -Dexec.executable=svn 
-Dexec.args="delete RELEASE-NOTES.txt"</completionGoals>
-              <useReleaseProfile>false</useReleaseProfile>
-              <goals>deploy</goals>
-              <arguments>-Papache-release</arguments>
-              <releaseProfiles>apache-release</releaseProfiles>
-            </configuration>
-          </plugin>
-          <plugin>
             <artifactId>maven-assembly-plugin</artifactId>
             <executions>
               <!-- Don't build the source archives here. They are constructed 
in the dist project


Reply via email to