Maven plugin is not working perfectly,so I want to re-install in my eclipse. How do I remove Maven from eclipse?
When I am uninstalling 2 types but getting problems
1) eclipse market place--> Maven integration for eclipse luna(1.5.0)
getting msg
---------------------------------------------------------------------------------------------
"m2e-wtp - Maven Integration for WTP" cannot be fully uninstalled because other installed software requires it. The parts that are not required will be uninstalled.
and
2) Help > about eclipse > installation details > installed software
Under Eclipse ide for j2ee devlopers
There are 6 m2e avilable, but uninstall button is not enabled.
So how can I remove and re-install correctly?
Thanks.
You can try below appraoch
Go To Windows->Prefrences-Maven->Installations
It will show all the installed Mavens , select the one which you want to remove.
Related
I installed JBoss Tools 4.3.0 Final in my Eclipse Luna which installed Hibernate tools (Indigo) 3.4.x
That's why I think it's not working the reverse engineering. I followed the steps but classes are not being created. Even if I succeeded to map the tables.
So I decided to uninstall JBoss and Hibernate tools. When I go to Help > Marketplace > Installed and then I click uninstall, this reopens my Eclipse to refresh the changes, but Hibernate is still there. How can I uninstall the JBoss Tools manually from Eclipse Luna?
to uninstall something from eclipse you need to go Eclipse -> about eclipse -> Installation details. and uninstall everything you do not need
another way to reach Installation Details would be Help-> About Eclipse-> Installation Details
Does anyone know how to fix this issue ?
Cannot complete the install because one or more required items could not be found.
Software being installed: JBoss Runtime Drools Detector 6.3.0.Final (org.jboss.tools.runtime.drools.detector.feature.feature.group 6.3.0.Final)
Missing requirement: JBoss Runtime Drools Detector 6.3.0.Final (org.jboss.tools.runtime.drools.detector.feature.feature.group 6.3.0.Final) requires 'org.jboss.tools.runtime.core.feature.feature.group 0.0.0' but it could not be found
You need to add http://download.jboss.org/jbosstools/updates/stable/luna/ update site into eclipse and select "Contact all update sites during install to find required software" before installing drools features.
#dgolovin and #user1363516 you can install "Drools and jBPM Tools" into Eclipse Mars 1. (i use eclipse Mars 1.) or if you got the error when installing follow the following steps below:
Step 1. Add http://download.jboss.org/jbosstools/updates/stable/luna/ as an update site. Help >> Install New Software
Step 2. Select only JBoss Application Development & JBoss Business Intelligence plugins they should total about 38 elements including drools core and drools runtime.
Step 3. Install those elements and restart eclipse.
Step 4. Install your Drools and jBPM Tools using the update site or downloaded archive. Most of the previosly uninstallable items should appear to be gone because they would have been installed when you used the jboss luna update site (Step 1).
Step 5. Complete installation, error should be gone and restart eclipse.
I am trying to install maven 1.5 in eclipse unfortunately I am getting errors like:
Cannot complete the install because one or more required items could not be found.
Software being installed: m2e - Maven Integration for Eclipse (includes Incubating components) 1.5.0.20140606-0033 (org.eclipse.m2e.feature.feature.group 1.5.0.20140606-0033)
Missing requirement: Maven Integration for Eclipse 1.5.0.20140606-0033 (org.eclipse.m2e.core 1.5.0.20140606-0033) requires 'bundle com.google.guava [14.0.1,16.0.0)' but it could not be found
Cannot satisfy dependency:
From: m2e - Maven Integration for Eclipse (includes Incubating components) 1.5.0.20140606-0033 (org.eclipse.m2e.feature.feature.group 1.5.0.20140606-0033)
To: org.eclipse.m2e.core [1.5.0.20140606-0033]
EClipse juno doesnt support maven 1.5..still they have not added capability of 1.5
so try 1.4 or 1.3
http://download.eclipse.org/technology/m2e/releases/1.3
http://download.eclipse.org/technology/m2e/releases/1.4
MAVEN INSTALLATION
OPTION 1 :
Open Eclipse IDE
Click Help -> Install New Software...
Click Add button at top right corner
At pop up: fill up Name as "M2Eclipse" and Location as http://download.eclipse.org/technology/m2e/releases/1.4
Now click OK
After that installation would be started.
OPTION 2 :-
Open Eclipse
Go to Help -> Eclipse Marketplace
Search by Maven
Click "Install" button at "Maven Integration for Eclipse" section
Follow the instruction step by step
After successful installation do the followings in Eclipse:
Go to Window --> Preferences
Observe, Maven is enlisted at left panel
Finally,
Click on an existing project
Select Configure -> Convert to Maven Project
This is because maven 1.5 is not compatible with eclipse juno.
So we need to use maven 1.4 or 1.3
Steps to install maven 1.4 is below
Click Help in eclipse
Install New Software
Url for the location of site is "http://download.eclipse.org/technology/m2e/releases"
Uncheck the checkbox "Show only the latest versions of available software"
if do not uncheck the checkbox it will only latest version and do not show maven 1.4.
Select m2e and slf4j of 1.4 version and click next.
Note: maven v 1.3 is compatible, correct url for juno: download.eclipse.org/technology/m2e/releases/1.3
If all the above options don't work, then first install the WST plugin in your eclipse.
In order to do that, in Eclipse Juno, go to Install New Software > Add, under Name place Juno and under Location URL insert http://download.eclipse.org/releases/juno.
Then, select WST Server Adapters under Web, XML, Java, ... (last option of the list).
Accept licensing agreement and restart Eclipse.
Then resume the usual procedure to install Maven.
Choose menu Help \ Install New Software..., then add this repository link:
http://download.eclipse.org/technology/m2e/releases/1.2/1.2.0.20120903-1050/
Then install for Eclipse WTP (Web Tool Platform) Juno 4.2.
Uncheck the option "Select only the latest version of this software", so that versions of the plugin compatible to your eclipse will be displayed, you can select one of them.
download.eclipse.org/technology/m2e/releases/1.3 has worked for
Eclipse Java EE IDE for Web Developers.
Version: Indigo Service Release 2
Build id: 20120216-1857
Thanks
I installed JUNO Eclipse and then wanted to get the maven plugin for eclipse. After some searching I got to know that I can install the plugin using eclipse market place. So I searched the plugin and installed it successfully but when I restarted eclipse, I cannot see Maven option when I right click on any project. When I click on WINDOWS--> PREFERENCES , I can see the Maven option there. It means, maven got installed but not sure if completely.
I reinstalled it again but still no luck. Can anyone help?
FYI, I am using maven 3.0.4
If your project is still a standard Java project, then you have to enable Maven for this project. You can do this by right-clicking on the project, then choose Configure -> Convert to Maven project. Then you have to type group id, artifact id etc. and the pom.xml is created for you.
You need to make sure you have installed the Java JDK and add it to the Preferences -> Java -> Installed JREs.
I've installed the following Team repository plugins (along with it's dependencies) for Eclipse Helios (using Eclipse updater).
MercurialEclipse 1.7.1
Subclipse 1.6.17
Subversive SVN
All of these are the latest in Eclipse Marketplace. My problem is when I go to Eclipse "Preferences", under "Team" I only see CVS but under Eclipse Marketplace, I can see that these plugins are installed (it gives me an option to uninstall it).
How do I configure my Team repositories to reflect under "Team" in Preferences?
Also, there is an update for "Eclipse IDE for Java EE developers, but when I try to update it, the following error occurs:
Cannot complete the install because of a conflicting dependency.
Software being installed: Eclipse IDE for Java EE Developers 1.3.2.20110301-1807 (epp.package.jee 1.3.2.20110301-1807)
Software currently installed: Shared profile 1.0.0.1276787175574 (SharedProfile_epp.package.jee 1.0.0.1276787175574)
Only one of the following can be installed at once:
toolingepp.package.jee.configuration 1.3.2.20110301-1807
toolingepp.package.jee.configuration 1.3.0.20100617-0521
Cannot satisfy dependency:
From: Shared profile 1.0.0.1276787175574 (SharedProfile_epp.package.jee 1.0.0.1276787175574)
To: toolingepp.package.jee.configuration [1.3.0.20100617-0521]
Cannot satisfy dependency:
From: Eclipse IDE for Java EE Developers 1.3.2.20110301-1807 (epp.package.jee 1.3.2.20110301-1807)
To: toolingepp.package.jee.configuration [1.3.2.20110301-1807]
How do I solve it? Yes, I've spent days Googling for this issue but none solved my problem.
Thanks in advance.
For the first question, if you go to Help -> About -> Installation Details -> plug-ins tab do you see, eg for Subversive:
Are you doing this on a Windows 7 machine? Try running Eclipse as an administrator and then do the update.
Answering the second point of your question. Try executing eclipse as root/Administrator.
I had the same problem and I solved it.