Author: bentmann
Date: Sat Aug 8 12:11:39 2009
New Revision: 802348
URL: http://svn.apache.org/viewvc?rev=802348&view=rev
Log:
o Enabled filtering of plugin version
Added:
maven/surefire/trunk/maven-surefire-plugin/src/site/apt/examples/additional-classpath.apt.vm
- copied, changed from r793387,
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.vm
- copied, changed from r793387,
maven/surefire/trunk/maven-surefire-plugin/src/site/apt/examples/class-loading.apt
maven/surefire/trunk/maven-surefire-plugin/src/site/apt/examples/inclusion-exclusion.apt.vm
- copied, changed from r793386,
maven/surefire/trunk/maven-surefire-plugin/src/site/apt/examples/inclusion-exclusion.apt
maven/surefire/trunk/maven-surefire-plugin/src/site/apt/examples/skipping-test.apt.vm
- copied, changed from r793386,
maven/surefire/trunk/maven-surefire-plugin/src/site/apt/examples/skipping-test.apt
maven/surefire/trunk/maven-surefire-plugin/src/site/apt/examples/system-properties.apt.vm
- copied, changed from r793386,
maven/surefire/trunk/maven-surefire-plugin/src/site/apt/examples/system-properties.apt
maven/surefire/trunk/maven-surefire-plugin/src/site/apt/examples/testng.apt.vm
- copied, changed from r793387,
maven/surefire/trunk/maven-surefire-plugin/src/site/apt/examples/testng.apt
maven/surefire/trunk/maven-surefire-report-plugin/src/site/apt/examples/changing-report-name.apt.vm
- copied, changed from r793386,
maven/surefire/trunk/maven-surefire-report-plugin/src/site/apt/examples/changing-report-name.apt
maven/surefire/trunk/maven-surefire-report-plugin/src/site/apt/examples/cross-referencing.apt.vm
- copied, changed from r793386,
maven/surefire/trunk/maven-surefire-report-plugin/src/site/apt/examples/cross-referencing.apt
maven/surefire/trunk/maven-surefire-report-plugin/src/site/apt/examples/report-custom-location.apt.vm
- copied, changed from r793386,
maven/surefire/trunk/maven-surefire-report-plugin/src/site/apt/examples/report-custom-location.apt
maven/surefire/trunk/maven-surefire-report-plugin/src/site/apt/examples/show-failures.apt.vm
- copied, changed from r793386,
maven/surefire/trunk/maven-surefire-report-plugin/src/site/apt/examples/show-failures.apt
maven/surefire/trunk/maven-surefire-report-plugin/src/site/apt/usage.apt.vm
- copied, changed from r793386,
maven/surefire/trunk/maven-surefire-report-plugin/src/site/apt/usage.apt
Removed:
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/inclusion-exclusion.apt
maven/surefire/trunk/maven-surefire-plugin/src/site/apt/examples/skipping-test.apt
maven/surefire/trunk/maven-surefire-plugin/src/site/apt/examples/system-properties.apt
maven/surefire/trunk/maven-surefire-plugin/src/site/apt/examples/testng.apt
maven/surefire/trunk/maven-surefire-report-plugin/src/site/apt/examples/changing-report-name.apt
maven/surefire/trunk/maven-surefire-report-plugin/src/site/apt/examples/cross-referencing.apt
maven/surefire/trunk/maven-surefire-report-plugin/src/site/apt/examples/report-custom-location.apt
maven/surefire/trunk/maven-surefire-report-plugin/src/site/apt/examples/show-failures.apt
maven/surefire/trunk/maven-surefire-report-plugin/src/site/apt/usage.apt
Copied:
maven/surefire/trunk/maven-surefire-plugin/src/site/apt/examples/additional-classpath.apt.vm
(from r793387,
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.vm?p2=maven/surefire/trunk/maven-surefire-plugin/src/site/apt/examples/additional-classpath.apt.vm&p1=maven/surefire/trunk/maven-surefire-plugin/src/site/apt/examples/additional-classpath.apt&r1=793387&r2=802348&rev=802348&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.vm
Sat Aug 8 12:11:39 2009
@@ -22,11 +22,11 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
- <version>2.4.3</version>
+ <version>${project.version}</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>
Copied:
maven/surefire/trunk/maven-surefire-plugin/src/site/apt/examples/class-loading.apt.vm
(from r793387,
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.vm?p2=maven/surefire/trunk/maven-surefire-plugin/src/site/apt/examples/class-loading.apt.vm&p1=maven/surefire/trunk/maven-surefire-plugin/src/site/apt/examples/class-loading.apt&r1=793387&r2=802348&rev=802348&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.vm
Sat Aug 8 12:11:39 2009
@@ -124,7 +124,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
- <version>2.4.3</version>
+ <version>${project.version}</version>
<configuration>
<useSystemClassLoader>false</useSystemClassLoader>
</configuration>
Copied:
maven/surefire/trunk/maven-surefire-plugin/src/site/apt/examples/inclusion-exclusion.apt.vm
(from r793386,
maven/surefire/trunk/maven-surefire-plugin/src/site/apt/examples/inclusion-exclusion.apt)
URL:
http://svn.apache.org/viewvc/maven/surefire/trunk/maven-surefire-plugin/src/site/apt/examples/inclusion-exclusion.apt.vm?p2=maven/surefire/trunk/maven-surefire-plugin/src/site/apt/examples/inclusion-exclusion.apt.vm&p1=maven/surefire/trunk/maven-surefire-plugin/src/site/apt/examples/inclusion-exclusion.apt&r1=793386&r2=802348&rev=802348&view=diff
==============================================================================
---
maven/surefire/trunk/maven-surefire-plugin/src/site/apt/examples/inclusion-exclusion.apt
(original)
+++
maven/surefire/trunk/maven-surefire-plugin/src/site/apt/examples/inclusion-exclusion.apt.vm
Sat Aug 8 12:11:39 2009
@@ -35,7 +35,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
- <version>2.4.2</version>
+ <version>${project.version}</version>
<configuration>
<includes>
<include>Sample.java</include>
@@ -63,7 +63,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
- <version>2.4.2</version>
+ <version>${project.version}</version>
<configuration>
<excludes>
<exclude>**/TestCircle.java</exclude>
Copied:
maven/surefire/trunk/maven-surefire-plugin/src/site/apt/examples/skipping-test.apt.vm
(from r793386,
maven/surefire/trunk/maven-surefire-plugin/src/site/apt/examples/skipping-test.apt)
URL:
http://svn.apache.org/viewvc/maven/surefire/trunk/maven-surefire-plugin/src/site/apt/examples/skipping-test.apt.vm?p2=maven/surefire/trunk/maven-surefire-plugin/src/site/apt/examples/skipping-test.apt.vm&p1=maven/surefire/trunk/maven-surefire-plugin/src/site/apt/examples/skipping-test.apt&r1=793386&r2=802348&rev=802348&view=diff
==============================================================================
---
maven/surefire/trunk/maven-surefire-plugin/src/site/apt/examples/skipping-test.apt
(original)
+++
maven/surefire/trunk/maven-surefire-plugin/src/site/apt/examples/skipping-test.apt.vm
Sat Aug 8 12:11:39 2009
@@ -21,7 +21,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
- <version>2.4.2</version>
+ <version>${project.version}</version>
<configuration>
<skipTests>true</skipTests>
</configuration>
Copied:
maven/surefire/trunk/maven-surefire-plugin/src/site/apt/examples/system-properties.apt.vm
(from r793386,
maven/surefire/trunk/maven-surefire-plugin/src/site/apt/examples/system-properties.apt)
URL:
http://svn.apache.org/viewvc/maven/surefire/trunk/maven-surefire-plugin/src/site/apt/examples/system-properties.apt.vm?p2=maven/surefire/trunk/maven-surefire-plugin/src/site/apt/examples/system-properties.apt.vm&p1=maven/surefire/trunk/maven-surefire-plugin/src/site/apt/examples/system-properties.apt&r1=793386&r2=802348&rev=802348&view=diff
==============================================================================
---
maven/surefire/trunk/maven-surefire-plugin/src/site/apt/examples/system-properties.apt
(original)
+++
maven/surefire/trunk/maven-surefire-plugin/src/site/apt/examples/system-properties.apt.vm
Sat Aug 8 12:11:39 2009
@@ -24,11 +24,11 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
- <version>2.4.2</version>
+ <version>${project.version}</version>
<configuration>
<systemPropertyVariables>
<propertyName>propertyValue</propertyName>
- <buildDirectory>${project.build.directory}</buildDirectory>
+ <buildDirectory>\${project.build.directory}</buildDirectory>
[...]
</systemPropertyVariables>
</configuration>
@@ -50,7 +50,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
- <version>2.4.2</version>
+ <version>${project.version}</version>
<configuration>
<systemProperties>
<property>
@@ -80,12 +80,12 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
- <version>2.4.2</version>
+ <version>${project.version}</version>
<configuration>
<systemProperties>
<property>
<name>buildDir</name>
- <value>${project.build.outputDirectory}</value>
+ <value>\${project.build.outputDirectory}</value>
</property>
</systemProperties>
</configuration>
Copied:
maven/surefire/trunk/maven-surefire-plugin/src/site/apt/examples/testng.apt.vm
(from r793387,
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.vm?p2=maven/surefire/trunk/maven-surefire-plugin/src/site/apt/examples/testng.apt.vm&p1=maven/surefire/trunk/maven-surefire-plugin/src/site/apt/examples/testng.apt&r1=793387&r2=802348&rev=802348&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.vm
Sat Aug 8 12:11:39 2009
@@ -43,7 +43,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
- <version>2.4.2</version>
+ <version>${project.version}</version>
<configuration>
<suiteXmlFiles>
<suiteXmlFile>testng.xml</suiteXmlFile>
@@ -65,7 +65,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
- <version>2.4.2</version>
+ <version>${project.version}</version>
<configuration>
<systemProperties>
<property>
@@ -90,7 +90,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
- <version>2.4.2</version>
+ <version>${project.version}</version>
<configuration>
<groups>functest,perftest</groups>
</configuration>
@@ -111,7 +111,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
- <version>2.4.2</version>
+ <version>${project.version}</version>
<configuration>
<parallel>methods</parallel>
<threadCount>10</threadCount>
@@ -135,7 +135,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
- <version>2.4.3</version>
+ <version>${project.version}</version>
<configuration>
<properties>
<property>
Copied:
maven/surefire/trunk/maven-surefire-report-plugin/src/site/apt/examples/changing-report-name.apt.vm
(from r793386,
maven/surefire/trunk/maven-surefire-report-plugin/src/site/apt/examples/changing-report-name.apt)
URL:
http://svn.apache.org/viewvc/maven/surefire/trunk/maven-surefire-report-plugin/src/site/apt/examples/changing-report-name.apt.vm?p2=maven/surefire/trunk/maven-surefire-report-plugin/src/site/apt/examples/changing-report-name.apt.vm&p1=maven/surefire/trunk/maven-surefire-report-plugin/src/site/apt/examples/changing-report-name.apt&r1=793386&r2=802348&rev=802348&view=diff
==============================================================================
---
maven/surefire/trunk/maven-surefire-report-plugin/src/site/apt/examples/changing-report-name.apt
(original)
+++
maven/surefire/trunk/maven-surefire-report-plugin/src/site/apt/examples/changing-report-name.apt.vm
Sat Aug 8 12:11:39 2009
@@ -37,9 +37,9 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-report-plugin</artifactId>
- <version>2.4.2</version>
+ <version>${project.version}</version>
<configuration>
- <outputName>newname</outputName>
+ <outputName>newname</outputName>
</configuration>
</plugin>
</plugins>
Copied:
maven/surefire/trunk/maven-surefire-report-plugin/src/site/apt/examples/cross-referencing.apt.vm
(from r793386,
maven/surefire/trunk/maven-surefire-report-plugin/src/site/apt/examples/cross-referencing.apt)
URL:
http://svn.apache.org/viewvc/maven/surefire/trunk/maven-surefire-report-plugin/src/site/apt/examples/cross-referencing.apt.vm?p2=maven/surefire/trunk/maven-surefire-report-plugin/src/site/apt/examples/cross-referencing.apt.vm&p1=maven/surefire/trunk/maven-surefire-report-plugin/src/site/apt/examples/cross-referencing.apt&r1=793386&r2=802348&rev=802348&view=diff
==============================================================================
---
maven/surefire/trunk/maven-surefire-report-plugin/src/site/apt/examples/cross-referencing.apt
(original)
+++
maven/surefire/trunk/maven-surefire-report-plugin/src/site/apt/examples/cross-referencing.apt.vm
Sat Aug 8 12:11:39 2009
@@ -42,9 +42,9 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-report-plugin</artifactId>
- <version>2.4.2</version>
+ <version>${project.version}</version>
<configuration>
- <!-- place your configuration here -->
+ <!-- place your configuration here -->
</configuration>
</plugin>
<plugin>
Copied:
maven/surefire/trunk/maven-surefire-report-plugin/src/site/apt/examples/report-custom-location.apt.vm
(from r793386,
maven/surefire/trunk/maven-surefire-report-plugin/src/site/apt/examples/report-custom-location.apt)
URL:
http://svn.apache.org/viewvc/maven/surefire/trunk/maven-surefire-report-plugin/src/site/apt/examples/report-custom-location.apt.vm?p2=maven/surefire/trunk/maven-surefire-report-plugin/src/site/apt/examples/report-custom-location.apt.vm&p1=maven/surefire/trunk/maven-surefire-report-plugin/src/site/apt/examples/report-custom-location.apt&r1=793386&r2=802348&rev=802348&view=diff
==============================================================================
---
maven/surefire/trunk/maven-surefire-report-plugin/src/site/apt/examples/report-custom-location.apt
(original)
+++
maven/surefire/trunk/maven-surefire-report-plugin/src/site/apt/examples/report-custom-location.apt.vm
Sat Aug 8 12:11:39 2009
@@ -39,17 +39,17 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-report-plugin</artifactId>
- <version>2.4.2</version>
+ <version>${project.version}</version>
<configuration>
- <outputDirectory>${basedir}/target/newsite</outputDirectory>
+ <outputDirectory>${basedir}/target/newsite</outputDirectory>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
- <version>2.0-beta-5</version>
+ <version>2.0.1</version>
<configuration>
- <outputDirectory>${basedir}/target/newsite</outputDirectory>
+ <outputDirectory>${basedir}/target/newsite</outputDirectory>
</configuration>
</plugin>
</plugins>
Copied:
maven/surefire/trunk/maven-surefire-report-plugin/src/site/apt/examples/show-failures.apt.vm
(from r793386,
maven/surefire/trunk/maven-surefire-report-plugin/src/site/apt/examples/show-failures.apt)
URL:
http://svn.apache.org/viewvc/maven/surefire/trunk/maven-surefire-report-plugin/src/site/apt/examples/show-failures.apt.vm?p2=maven/surefire/trunk/maven-surefire-report-plugin/src/site/apt/examples/show-failures.apt.vm&p1=maven/surefire/trunk/maven-surefire-report-plugin/src/site/apt/examples/show-failures.apt&r1=793386&r2=802348&rev=802348&view=diff
==============================================================================
---
maven/surefire/trunk/maven-surefire-report-plugin/src/site/apt/examples/show-failures.apt
(original)
+++
maven/surefire/trunk/maven-surefire-report-plugin/src/site/apt/examples/show-failures.apt.vm
Sat Aug 8 12:11:39 2009
@@ -37,9 +37,9 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-report-plugin</artifactId>
- <version>2.4.2</version>
+ <version>${project.version}</version>
<configuration>
- <showSuccess>false</showSuccess>
+ <showSuccess>false</showSuccess>
</configuration>
</plugin>
</plugins>
Copied:
maven/surefire/trunk/maven-surefire-report-plugin/src/site/apt/usage.apt.vm
(from r793386,
maven/surefire/trunk/maven-surefire-report-plugin/src/site/apt/usage.apt)
URL:
http://svn.apache.org/viewvc/maven/surefire/trunk/maven-surefire-report-plugin/src/site/apt/usage.apt.vm?p2=maven/surefire/trunk/maven-surefire-report-plugin/src/site/apt/usage.apt.vm&p1=maven/surefire/trunk/maven-surefire-report-plugin/src/site/apt/usage.apt&r1=793386&r2=802348&rev=802348&view=diff
==============================================================================
--- maven/surefire/trunk/maven-surefire-report-plugin/src/site/apt/usage.apt
(original)
+++ maven/surefire/trunk/maven-surefire-report-plugin/src/site/apt/usage.apt.vm
Sat Aug 8 12:11:39 2009
@@ -38,7 +38,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-report-plugin</artifactId>
- <version>2.4.2</version>
+ <version>${project.version}</version>
</plugin>
</plugins>
</reporting>