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:
2727
2828## Setup
2929
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 .
3131- Unzip the release ZIP file to a desired location.
3232- If running an OS with bash, run ` cd your_unzipped_location/bin ` and ` source setup.sh ` .
3333- On Windows, set up with ` imagetool.cmd ` or the ` imagetool.bat ` script:
Original file line number Diff line number Diff line change 1313 <parent >
1414 <artifactId >imagetool-parent</artifactId >
1515 <groupId >com.oracle.weblogic.lifecycle</groupId >
16- <version >0.1-SNAPSHOT </version >
16+ <version >0.1</version >
1717 <relativePath >../pom.xml</relativePath >
1818 </parent >
1919
Original file line number Diff line number Diff line change 88 <modelVersion >4.0.0</modelVersion >
99 <groupId >com.oracle.weblogic.lifecycle</groupId >
1010 <artifactId >imagetool-parent</artifactId >
11- <version >0.1-SNAPSHOT </version >
11+ <version >0.1</version >
1212 <packaging >pom</packaging >
1313
1414 <name >WebLogic Image Tool (parent)</name >
You can’t perform that action at this time.
0 commit comments