I am trying to execute a sample application from here: http://www.ixtendo.com/secure-your-jsf-application-with-jaas/#comment-3792. The author says:
To build the project, you have to install Maven and call mvn clean package.
I have installed Maven in my Ubuntu 12.04. But I am new to Maven and don’t know how to build the project with it. Could someone please explain in detail how to build the project with Maven?
The command
mvn cleanwill work only if you are executing the command from the context of the application where pom.xml is located.here is a quick tutorial for Maven.