Eclipse Weblogic Plugin is a plug-in for the Eclipse platform.
##Description It allows you to start and stop specified weblogic instance. It is also used to debug and hot swap code.
##How to build Eclipse Weblogic Plugin ? ###With Eclipse:
- Launch Eclipse,
- Import "Existing Maven Projects" by selecting the parent project folder,
- Right Click on eclipse-weblogic-plugin project and Run "mvn clean install".
##How to Change Version of Eclipse Weblogic Plugin ?
- Go to eclipse-weblogic-plugin directory and Run "mvn tycho-versions:set-version -DnewVersion=1.0.1".
##How to install Eclipse Weblogic Plugin ?
- Build or download from releases & unzip "Eclipse-Weblogic-Plugin-Site-vx.y.z.zip",
- Launch Eclipse,
- In Eclipse, Click on "Help > Install New Software...",
- Click on button "Add..." to add a new repository,
- Enter Name and select the local site directory as below and click OK.
- Name : Eclipse Weblogic Plugin Update Site
- Location: Eclipse Site Directory (either extracted one or locally built site directory)
- You should see "Eclipse Weblogic Plugin". Select the checkbox next to it and click Next,
- You'll need to accept the license and confirm you want to install a plugin that is not digitally signed. Go ahead and install it anyway.
- Restart eclipse.
##How to install Eclipse Weblogic Plugin from update site?
- Launch Eclipse,
- In Eclipse, Click on "Help > Install New Software...",
- Click on button "Add..." to add a new repository,
- Enter Name and URL as below and click OK.
- Name : Eclipse Weblogic Plugin Update Site
- Location: https://rajendarreddyj.github.io/eclipse-weblogic-plugin/update-site/
- You should see "Eclipse Weblogic Plugin". Select the checkbox next to it and click Next,
- You'll need to accept the license and confirm you want to install a plugin that is not digitally signed. Go ahead and install it anyway.
- Restart eclipse.
##How to uninstall Eclipse Weblogic Plugin ?
- Click on "Help > About Eclipse > Installation Details",
- Select "Eclipse Weblogic Plugin",
- Click on "Uninstall...".
This mojo will set New version for parent pom.
mvn versions:set -DnewVersion=1.1.0