Skip to content

rajendarreddyj/eclipse-weblogic-plugin

Repository files navigation

Eclipse Weblogic Plugin

license Build Status

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 ?

  1. Build or download from releases & unzip "Eclipse-Weblogic-Plugin-Site-vx.y.z.zip",
  2. Launch Eclipse,
  3. In Eclipse, Click on "Help > Install New Software...",
  4. Click on button "Add..." to add a new repository,
  5. 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)
  6. You should see "Eclipse Weblogic Plugin". Select the checkbox next to it and click Next,
  7. 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.
  8. Restart eclipse.

##How to install Eclipse Weblogic Plugin from update site?

  1. Launch Eclipse,
  2. In Eclipse, Click on "Help > Install New Software...",
  3. Click on button "Add..." to add a new repository,
  4. Enter Name and URL as below and click OK.
  5. You should see "Eclipse Weblogic Plugin". Select the checkbox next to it and click Next,
  6. 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.
  7. Restart eclipse.

##How to uninstall Eclipse Weblogic Plugin ?

  1. Click on "Help > About Eclipse > Installation Details",
  2. Select "Eclipse Weblogic Plugin",
  3. Click on "Uninstall...".

Development Notes

This mojo will set New version for parent pom.

mvn versions:set -DnewVersion=1.1.0