• 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
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

Eclipse Error

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

I have maven projects, while importing it I am facing below error.




Environment : Eclipse Helios , Maven m2eclipse , maven-2.0.7

Thanks.
Vijay
 
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
Does this Maven project build correctly from the command line?

Could you post the pom.xml? If it is long, attach it.

Also, since the error is Maven/Plexus-specific I will cross link this post to the build tools forum.
 
Vijay Kumar
Ranch Hand
Posts: 260
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks Peter,

Project build perfectly from command line.

I can't post POM.xml due to some restrictions. But its was running fine with Europa/Maven-2.

--Vijay
 
Peter Johnson
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
I understand that you can't post proprietary code. Can you you reproduce the problem with a simple pom.xml that you can share?

Also, does the same problem show up with Eclipse Indigo (3.7) and Maven 3.0.3?

At this point I am assuming an incompatibility between your POM and the Maven built into Eclipse Helios. (Which is the reason I rarely let Eclipse build anything...)

Finally, have you tried doing the build within Eclipse using the -X option - that might give more clues as to the problem.
reply
    Bookmark Topic Watch Topic
  • New Topic