Skip to content

Commit

Permalink
Simplified building fat jar for benchmark.
Browse files Browse the repository at this point in the history
  • Loading branch information
jodzga committed Mar 7, 2017
1 parent 661f32f commit 8ffb843
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 22 deletions.
18 changes: 0 additions & 18 deletions contrib/parseq-benchmark/assembly-descriptor.xml

This file was deleted.

7 changes: 3 additions & 4 deletions contrib/parseq-benchmark/pom.xml
Expand Up @@ -66,10 +66,9 @@
<artifactId>maven-assembly-plugin</artifactId>
<version>2.4.1</version>
<configuration>
<descriptors>
<descriptor>assembly-descriptor.xml</descriptor>
</descriptors>
<finalName>parseq-benchmark</finalName>
<descriptorRefs>
<descriptorRef>jar-with-dependencies</descriptorRef>
</descriptorRefs>
<archive>
<manifest>
<mainClass>com.linkedin.parseq.PerfLarge</mainClass>
Expand Down

0 comments on commit 8ffb843

Please sign in to comment.