• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Eclipse 3.2 not be able to see MAVEN plug in at all

 
Ranch Hand
Posts: 80
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

My Eclipse 3.2 is not able to give me any MAVEN plug in what so ever. In the folder D:\eclipse_32_xa18\eclipse_32_xa172\plugins i am able to see all the MAVEN Jars but even then when i do
Help->About Eclipse->Plug In Details
I am not able to see MAVEN 2.0.9
Hence i am not able to update any of my repositories.
I have made the following variables in the Environment variables

M2_HOME: C:\ Program Files\Apache Group\apache-maven-2.0.9
M2_REPO: C:\Documents and Settings\a161661\.m2
Path:C:\Program Files\Java\jdk1.5.0_06\bin;%M2_HOME%\bin


Could any one please please please please please help urgently
 
Saloon Keeper
Posts: 27762
196
Android Eclipse IDE Tomcat Server Redhat Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Eclipse doesn't come with a pre-installed Maven plugin. You can get one from codehaus.
 
sandeeprajsingh tandon
Ranch Hand
Posts: 80
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I had to manually copy maven jars from a friend into the plugin of Eclipse 3.2 Deleted and placed it again.
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic