File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -138,11 +138,11 @@ Steps, that need to be taken to build the exporter:
138
138
mvn package
139
139
```
140
140
141
- 4 . After processing is completed, go to mq-java-exporter/target. dependency-jars directory and mq_exporter.jar should appear there.
141
+ 4 . After processing is completed, go to mq-java-exporter/target. lib directory and mq_exporter.jar should appear there.
142
142
143
143
#### Run
144
144
<sub ><sup > [ Back to TOC.] ( #table-of-contents ) </sup ></sub ><br />
145
- To run exporter, dependency-jars directory (and all jars in it) and
145
+ To run exporter, lib directory (and all jars in it) and
146
146
mq_exporter.jar should be located in the same folder.
147
147
148
148
##### Running exporter as mq service
Original file line number Diff line number Diff line change 81
81
<!-- Jar file entry point -->
82
82
<addClasspath >true</addClasspath >
83
83
<mainClass >ru.cinimex.exporter.ExporterLauncher</mainClass >
84
- <classpathPrefix >dependency-jars /</classpathPrefix >
84
+ <classpathPrefix >lib /</classpathPrefix >
85
85
</manifest >
86
86
</archive >
87
87
</configuration >
99
99
</goals >
100
100
<configuration >
101
101
<includeScope >runtime</includeScope >
102
- <outputDirectory >${project.build.directory} /dependency-jars /</outputDirectory >
102
+ <outputDirectory >${project.build.directory} /lib /</outputDirectory >
103
103
</configuration >
104
104
</execution >
105
105
</executions >
You can’t perform that action at this time.
0 commit comments