diff options
| author | Keith Wall <kwall@apache.org> | 2015-03-13 14:24:07 +0000 |
|---|---|---|
| committer | Keith Wall <kwall@apache.org> | 2015-03-13 14:24:07 +0000 |
| commit | 24f6d1a9f55cf025c183b353da5feebed39d9d79 (patch) | |
| tree | eb80403dd8c9ac8ddaa1d5a3b39d1564f48cc066 /qpid/java/perftests/visualisation-jfc/pom.xml | |
| parent | 3aa812fd7d1b1d4bb7713423872c8ee43e2fe3c8 (diff) | |
| download | qpid-python-24f6d1a9f55cf025c183b353da5feebed39d9d79.tar.gz | |
NO-JIRA: [Java Perf Test Framework] Add assembly for qpid-perftests-visualisation-jfc for convenience of those charting perf results. This artifact (like its parent, qpid-perftests) is not distributed.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1666463 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/perftests/visualisation-jfc/pom.xml')
| -rw-r--r-- | qpid/java/perftests/visualisation-jfc/pom.xml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/qpid/java/perftests/visualisation-jfc/pom.xml b/qpid/java/perftests/visualisation-jfc/pom.xml index 2d0ccb60c3..bab40cede8 100644 --- a/qpid/java/perftests/visualisation-jfc/pom.xml +++ b/qpid/java/perftests/visualisation-jfc/pom.xml @@ -166,6 +166,25 @@ </dependency> </dependencies> </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-assembly-plugin</artifactId> + <!--version specified in qpid-parent pluginManagement --> + <configuration> + <descriptors> + <descriptor>src/main/assembly/qpid-perftests-visualisation-jfc-bin.xml</descriptor> + </descriptors> + </configuration> + <executions> + <execution> + <id>make-assembly</id> + <phase>package</phase> + <goals> + <goal>single</goal> + </goals> + </execution> + </executions> + </plugin> </plugins> </build> |
