I want to built my application with maven but it says:
Missing:
----------
1) javaee:javaee-api:jar:5
Try downloading the file manually from the project website.
Then, install it using the command:
mvn install:install-file -DgroupId=javaee -DartifactId=javaee-api -Dversion=5 -Dpackaging=jar -Dfile=/path/to/file
Where can I download it?
http://download.java.net/maven/1/javaee/jars/