File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ The Image Tool provides three functions within the main script:
27
27
28
28
## Setup
29
29
30
- - Build the project (` mvn clean package ` ) to generate artifacts ` imagetool-0.1-SNAPSHOT.zip ` .
30
+ - Build the project (` mvn clean package ` ), to create the ZIP installer in ./imagetool/target .
31
31
- Unzip the release ZIP file to a desired location.
32
32
- If running an OS with bash, run ` cd your_unzipped_location/bin ` and ` source setup.sh ` .
33
33
- On Windows, set up with ` imagetool.cmd ` or the ` imagetool.bat ` script:
Original file line number Diff line number Diff line change 13
13
<parent >
14
14
<artifactId >imagetool-parent</artifactId >
15
15
<groupId >com.oracle.weblogic.lifecycle</groupId >
16
- <version >0.1-SNAPSHOT </version >
16
+ <version >0.1</version >
17
17
<relativePath >../pom.xml</relativePath >
18
18
</parent >
19
19
Original file line number Diff line number Diff line change 8
8
<modelVersion >4.0.0</modelVersion >
9
9
<groupId >com.oracle.weblogic.lifecycle</groupId >
10
10
<artifactId >imagetool-parent</artifactId >
11
- <version >0.1-SNAPSHOT </version >
11
+ <version >0.1</version >
12
12
<packaging >pom</packaging >
13
13
14
14
<name >WebLogic Image Tool (parent)</name >
You can’t perform that action at this time.
0 commit comments