• 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

Doubt regarding Embedded mavne runtime in Eclipse 3.4

 
Greenhorn
Posts: 10
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi

I installed Eclipse 3.4, Maven 2.1.0, and Maven Integration for Eclipse on Windows XP. Later, I installed Maven 2.0.9, updated PATH to point to Maven 2.0.9.

From Eclipse, I did a Maven build of my application by selecting Run As->Maven Package. I had problems with a plugin and got an error.

I added a new Maven runtime by selecting Windows->Preferences->Maven->Installations->Add, I gave the installation directory of Maven 2.0.9 as the new Maven runtime.

Now, I built the application by selecting RunAs->Maven package. The build was successful.

I feel that the Embedded Maven runtime that I have in Eclipse is Maven 2.1.0 and not Maven 2.0.9

Please let me know if I am correct.

Thanks
Karthik
 
author
Posts: 5856
7
Android Eclipse IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Based on what you wrote, it should have used Maven 2.1.0.

P.S. Please change your display name to conform to the naming rules - initials are not allowed for the last name.
 
Kaarthik Vaidiswaran
Greenhorn
Posts: 10
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks for the reply, Peter.

Can I change the Embedded Maven runtime in Eclipse to Maven 2.0.9 from Maven 2.1.0 without reinstalling Eclipse?
Please let me know if there is a way to do so


Thanks
Karthik
reply
    Bookmark Topic Watch Topic
  • New Topic