apache-ignite

Форк
0
/
release-yardstick.xml 
97 строк · 4.1 Кб
1
<?xml version="1.0" encoding="UTF-8"?>
2

3
<!--
4
  ~  Licensed to the Apache Software Foundation (ASF) under one or more
5
  ~  contributor license agreements.  See the NOTICE file distributed with
6
  ~  this work for additional information regarding copyright ownership.
7
  ~  The ASF licenses this file to You under the Apache License, Version 2.0
8
  ~  (the "License"); you may not use this file except in compliance with
9
  ~  the License.  You may obtain a copy of the License at
10
  ~
11
  ~       http://www.apache.org/licenses/LICENSE-2.0
12
  ~
13
  ~  Unless required by applicable law or agreed to in writing, software
14
  ~  distributed under the License is distributed on an "AS IS" BASIS,
15
  ~  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16
  ~  See the License for the specific language governing permissions and
17
  ~  limitations under the License.
18
  -->
19

20
<component xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/component/1.1.2"
21
           xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
22
           xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/component/1.1.2
23
           http://maven.apache.org/xsd/component-1.1.2.xsd">
24
    <files>
25
        <file>
26
            <source>modules/yardstick/pom-standalone.xml</source>
27
            <outputDirectory>benchmarks/sources</outputDirectory>
28
            <destName>pom.xml</destName>
29
        </file>
30

31
        <file>
32
            <source>modules/yardstick/DEVNOTES-standalone.txt</source>
33
            <outputDirectory>benchmarks/sources</outputDirectory>
34
            <destName>DEVNOTES.txt</destName>
35
        </file>
36

37
        <file>
38
            <source>modules/yardstick/README.txt</source>
39
            <outputDirectory>benchmarks</outputDirectory>
40
            <destName>README.txt</destName>
41
        </file>
42
    </files>
43

44
    <fileSets>
45
        <fileSet>
46
            <directory>modules/yardstick/target/assembly/bin</directory>
47
            <outputDirectory>benchmarks/bin</outputDirectory>
48
        </fileSet>
49

50
        <fileSet>
51
            <directory>modules/yardstick/target/assembly/config</directory>
52
            <outputDirectory>benchmarks/config</outputDirectory>
53
            <includes>
54
                <include>benchmark.properties</include>
55
                <include>benchmark-remote.properties</include>
56
                <include>benchmark-sample.properties</include>
57
                <include>benchmark-remote-sample.properties</include>
58
                <include>benchmark-multicast.properties</include>
59
                <include>ignite-base-config.xml</include>
60
                <include>ignite-localhost-config.xml</include>
61
                <include>ignite-remote-config.xml</include>
62
                <include>ignite-multicast-config.xml</include>
63
            </includes>
64
        </fileSet>
65

66
        <fileSet>
67
            <directory>modules/yardstick/target/assembly/libs</directory>
68
            <outputDirectory>benchmarks/libs</outputDirectory>
69
            <excludes>
70
                <exclude>junit-*.jar</exclude>
71
                <exclude>hamcrest-core-*.jar</exclude>
72
                <exclude>tools-*.jar</exclude>
73
            </excludes>
74
        </fileSet>
75

76
        <fileSet>
77
            <directory>modules/yardstick/src</directory>
78
            <outputDirectory>benchmarks/sources/src</outputDirectory>
79
        </fileSet>
80

81
        <fileSet>
82
            <directory>modules/yardstick/target/assembly/config</directory>
83
            <outputDirectory>benchmarks/sources/config</outputDirectory>
84
            <includes>
85
                <include>benchmark.properties</include>
86
                <include>benchmark-remote.properties</include>
87
                <include>benchmark-sample.properties</include>
88
                <include>benchmark-remote-sample.properties</include>
89
                <include>benchmark-multicast.properties</include>
90
                <include>ignite-base-config.xml</include>
91
                <include>ignite-localhost-config.xml</include>
92
                <include>ignite-remote-config.xml</include>
93
                <include>ignite-multicast-config.xml</include>
94
            </includes>
95
        </fileSet>
96
    </fileSets>
97
</component>
98

Использование cookies

Мы используем файлы cookie в соответствии с Политикой конфиденциальности и Политикой использования cookies.

Нажимая кнопку «Принимаю», Вы даете АО «СберТех» согласие на обработку Ваших персональных данных в целях совершенствования нашего веб-сайта и Сервиса GitVerse, а также повышения удобства их использования.

Запретить использование cookies Вы можете самостоятельно в настройках Вашего браузера.