changeset 75:d5b546f49cef

LRUFragger executable.
author shade
date Wed, 26 Apr 2017 20:37:10 +0200
parents 1e757307727c
children 30a5ac8fea97
files pom.xml
diffstat 1 files changed, 15 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/pom.xml	Wed Apr 26 20:36:26 2017 +0200
+++ b/pom.xml	Wed Apr 26 20:37:10 2017 +0200
@@ -134,6 +134,21 @@
                             </transformers>
                         </configuration>
                     </execution>
+                    <execution>
+                        <id>lrufragger</id>
+                        <phase>package</phase>
+                        <goals>
+                            <goal>shade</goal>
+                        </goals>
+                        <configuration>
+                            <finalName>lrufragger</finalName>
+                            <transformers>
+                                <transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
+                                    <mainClass>org.openjdk.gcbench.fragger.LRUFragger</mainClass>
+                                </transformer>
+                            </transformers>
+                        </configuration>
+                    </execution>
                 </executions>
             </plugin>
         </plugins>