We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a13303 commit 7608f61Copy full SHA for 7608f61
streams-metric-exporter/assembly.xml
@@ -90,12 +90,18 @@ under the License.
90
<includes>
91
<include>runsample.sh</include>
92
<include>LICENSE</include>
93
- <include>REDIST.IBM</include>
94
<include>README.md</include>
95
</includes>
96
<lineEnding>unix</lineEnding>
97
<fileMode>755</fileMode>
98
</fileSet>
+ <fileSet>
99
+ <directory>${basedir}/lib</directory>
100
+ <outputDirectory>.</outputDirectory>
101
+ <includes>
102
+ <include>REDIST.IBM</include>
103
+ </includes>
104
+ </fileSet>
105
</fileSets>
106
<!-- <files>
107
<file>
0 commit comments