• 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:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Jeanne Boyarsky
  • Ron McLeod
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

mvn: error exucuting maven

 
Greenhorn
Posts: 10
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am working on a java project that makes use of AndroMDA and maven. Windows OS

I downloaded the binary of apache "mvn -help" works but when I hit "mvn" on the cmd I get the following

Please help me with this

cheers

this is my "settings.xml



The below is my pom.xml of the project

error.jpg
[Thumbnail for error.jpg]
 
Java Cowboy
Posts: 16084
88
Android Scala IntelliJ IDE Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Please post text, not screenshots (copy and paste the text from the command prompt, instead of making a screenshot).

The error messages tell you exactly what's wrong. There are things missing in your settings.xml. Why do you have this <server> element in your settings.xml with empty settings? Aren't you supposed to fill in things there?
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic