You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by jv...@apache.org on 2007/02/07 02:56:32 UTC

svn commit: r504410 - /maven/pom/trunk/maven/pom.xml

Author: jvanzyl
Date: Tue Feb  6 17:56:31 2007
New Revision: 504410

URL: http://svn.apache.org/viewvc?view=rev&rev=504410
Log:
o adding snippets that can be used in documentation

Modified:
    maven/pom/trunk/maven/pom.xml

Modified: maven/pom/trunk/maven/pom.xml
URL: http://svn.apache.org/viewvc/maven/pom/trunk/maven/pom.xml?view=diff&rev=504410&r1=504409&r2=504410
==============================================================================
--- maven/pom/trunk/maven/pom.xml (original)
+++ maven/pom/trunk/maven/pom.xml Tue Feb  6 17:56:31 2007
@@ -286,7 +286,8 @@
       <url>scp://people.apache.org/www/maven.apache.org</url>
     </site>
   </distributionManagement>
-
+   
+  <!-- START SNIPPET: release-plugin-configuration -->
   <build>
     <pluginManagement>
       <plugins>
@@ -305,6 +306,8 @@
       </plugins>
     </pluginManagement>
   </build>
+  <!-- END SNIPPET: release-plugin-configuration -->
+
 
   <profiles>
     <profile>
@@ -379,7 +382,8 @@
           </plugin>
         </plugins>
       </reporting>
-    </profile>    
+    </profile>   
+    <!-- START SNIPPET: release-profile --> 
     <profile>
       <id>release</id>
       <build>
@@ -454,7 +458,8 @@
           </plugin>          
         </plugins>
       </build>
-    </profile>                     
+    </profile>
+    <!-- END SNIPPET: release-profile -->                      
   </profiles>
 
   <scm>