summaryrefslogtreecommitdiff
path: root/java/perftests/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'java/perftests/pom.xml')
-rw-r--r--java/perftests/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/java/perftests/pom.xml b/java/perftests/pom.xml
index 2f79654e6a..a37e3f0946 100644
--- a/java/perftests/pom.xml
+++ b/java/perftests/pom.xml
@@ -97,7 +97,7 @@
./bin/script_name or ./bin/script_name.bat
- These scripts can find everything in the 'all test dependencies' jar.
+ These scripts can find everything in the 'all test dependencies' jar created by the assembly:assembly goal.
-->
<!--
<plugin>
@@ -146,7 +146,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
- <version>${assembly.version}</version>
+ <!--<version>2.2-SNAPSHOT</version>-->
<configuration>
<descriptors>
<descriptor>jar-with-dependencies.xml</descriptor>