File tree 2 files changed +6
-4
lines changed
2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -17,10 +17,11 @@ bash getXXX.sh <your-config-file>
17
17
18
18
## Building from source
19
19
20
- Use ` mvn install ` to build the web application. This will create ` monitoring -exporter-<version>` , where <version >
21
- is the Maven-assigned version number. This can be deployed to WLS .
20
+ Use ` mvn install ` to build the web application. This will create ` wls -exporter-<version>` , where <version >
21
+ is the Maven-assigned version number, It is intended for release to Maven Central .
22
22
23
- Adding ` -Dconfiguration=<some-config-file> ` will insert the specified configuration as its default.
23
+ Adding ` -Dconfiguration=<some-config-file> ` will insert the specified configuration as its default and remove
24
+ the version number to simplify deployment to WebLogic Server.
24
25
25
26
## Configuration
26
27
Here is an example ` yaml ` configuration:
Original file line number Diff line number Diff line change 8
8
<modelVersion >4.0.0</modelVersion >
9
9
10
10
<groupId >com.oracle.wls.exporter</groupId >
11
- <artifactId >monitoring -exporter</artifactId >
11
+ <artifactId >wls -exporter</artifactId >
12
12
<version >1.2.0-SNAPSHOT</version >
13
13
<packaging >war</packaging >
14
14
166
166
</property >
167
167
</activation >
168
168
<build >
169
+ <finalName >wls-exporter</finalName >
169
170
<plugins >
170
171
<plugin >
171
172
<groupId >com.coderplus.maven.plugins</groupId >
You can’t perform that action at this time.
0 commit comments