Author: bentmann
Date: Sun Jul 12 18:14:22 2009
New Revision: 793387

URL: http://svn.apache.org/viewvc?rev=793387&view=rev
Log:
o Added plugin version to POM snippets in documentation

Modified:
    
maven/surefire/trunk/maven-surefire-plugin/src/site/apt/examples/additional-classpath.apt
    
maven/surefire/trunk/maven-surefire-plugin/src/site/apt/examples/class-loading.apt
    maven/surefire/trunk/maven-surefire-plugin/src/site/apt/examples/testng.apt

Modified: 
maven/surefire/trunk/maven-surefire-plugin/src/site/apt/examples/additional-classpath.apt
URL: 
http://svn.apache.org/viewvc/maven/surefire/trunk/maven-surefire-plugin/src/site/apt/examples/additional-classpath.apt?rev=793387&r1=793386&r2=793387&view=diff
==============================================================================
--- 
maven/surefire/trunk/maven-surefire-plugin/src/site/apt/examples/additional-classpath.apt
 (original)
+++ 
maven/surefire/trunk/maven-surefire-plugin/src/site/apt/examples/additional-classpath.apt
 Sun Jul 12 18:14:22 2009
@@ -22,10 +22,11 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-surefire-plugin</artifactId>
+        <version>2.4.3</version>
         <configuration>
           <additionalClasspathElements>
-               
<additionalClasspathElement>path/to/additional/resources</additionalClasspathElement>
-               
<additionalClasspathElement>path/to/additional/jar</additionalClasspathElement>
+          
<additionalClasspathElement>path/to/additional/resources</additionalClasspathElement>
+          
<additionalClasspathElement>path/to/additional/jar</additionalClasspathElement>
           </additionalClasspathElements>
         </configuration>
       </plugin>
@@ -33,4 +34,4 @@
   </build>
   [...]
 </project>
-+---+
\ No newline at end of file
++---+

Modified: 
maven/surefire/trunk/maven-surefire-plugin/src/site/apt/examples/class-loading.apt
URL: 
http://svn.apache.org/viewvc/maven/surefire/trunk/maven-surefire-plugin/src/site/apt/examples/class-loading.apt?rev=793387&r1=793386&r2=793387&view=diff
==============================================================================
--- 
maven/surefire/trunk/maven-surefire-plugin/src/site/apt/examples/class-loading.apt
 (original)
+++ 
maven/surefire/trunk/maven-surefire-plugin/src/site/apt/examples/class-loading.apt
 Sun Jul 12 18:14:22 2009
@@ -124,6 +124,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-surefire-plugin</artifactId>
+        <version>2.4.3</version>
         <configuration>
           <useSystemClassLoader>false</useSystemClassLoader>
         </configuration>
@@ -144,4 +145,4 @@
 
  * If you're using the defaults, useSystemClassLoader=true and 
useManifestOnlyJar=false.  In that case, look at the generated manifest-only 
surefire booter jar.  Open it up (it's just a zip) and read its manifest.
 
- * Run mvn with -Dmaven.surefire.debug, and attach to the running process with 
a debugger.
\ No newline at end of file
+ * Run mvn with -Dmaven.surefire.debug, and attach to the running process with 
a debugger.

Modified: 
maven/surefire/trunk/maven-surefire-plugin/src/site/apt/examples/testng.apt
URL: 
http://svn.apache.org/viewvc/maven/surefire/trunk/maven-surefire-plugin/src/site/apt/examples/testng.apt?rev=793387&r1=793386&r2=793387&view=diff
==============================================================================
--- maven/surefire/trunk/maven-surefire-plugin/src/site/apt/examples/testng.apt 
(original)
+++ maven/surefire/trunk/maven-surefire-plugin/src/site/apt/examples/testng.apt 
Sun Jul 12 18:14:22 2009
@@ -135,6 +135,7 @@
   <plugin>
     <groupId>org.apache.maven.plugins</groupId>
     <artifactId>maven-surefire-plugin</artifactId>
+    <version>2.4.3</version>
     <configuration>
       <properties>
         <property>


Reply via email to