Skip to content

Commit 0ac8721

Browse files
authored
Merge pull request #110 from Cinimex-Informatica/feature/issue26_directory_name
Directory for jars renamed
2 parents e9ce739 + 246c986 commit 0ac8721

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,11 +138,11 @@ Steps, that need to be taken to build the exporter:
138138
mvn package
139139
```
140140

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.
142142

143143
#### Run
144144
<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
146146
mq_exporter.jar should be located in the same folder.
147147

148148
##### Running exporter as mq service

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
<!-- Jar file entry point -->
8282
<addClasspath>true</addClasspath>
8383
<mainClass>ru.cinimex.exporter.ExporterLauncher</mainClass>
84-
<classpathPrefix>dependency-jars/</classpathPrefix>
84+
<classpathPrefix>lib/</classpathPrefix>
8585
</manifest>
8686
</archive>
8787
</configuration>
@@ -99,7 +99,7 @@
9999
</goals>
100100
<configuration>
101101
<includeScope>runtime</includeScope>
102-
<outputDirectory>${project.build.directory}/dependency-jars/</outputDirectory>
102+
<outputDirectory>${project.build.directory}/lib/</outputDirectory>
103103
</configuration>
104104
</execution>
105105
</executions>

0 commit comments

Comments
 (0)