• 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

properties-maven-plugin-1.0.jar plugin's descriptor contains the wrong version: 1.0-SNAPSHOT

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

I am having the following maven error in Eclipse, but running mvn compile war:war in commandline does not have any error.

Here I attached a snapshot of the error in my post.

Thank you in advance for any help.

Thanks
Sam
error.PNG
[Thumbnail for error.PNG]
 
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
Where do you have the remote repositories defined? In your pom.xml or in settings.xml? And which settings.xml, the one in the Maven directory or the one in ~/.m2? It appears that wherever you have it set, the Maven embedded within Eclipse is not using that same configuration and thus not finding the CodeHaus snapshot repository.
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic