Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试从这里执行示例应用程序:http ://www.ixtendo.com/secure-your-jsf-application-with-jaas/#comment-3792 。作者说:
要构建项目,您必须安装 Maven 并调用 mvn clean package。
我已经在我的 Ubuntu 12.04 中安装了 Maven。但我是 Maven 新手,不知道如何用它构建项目。有人可以详细解释如何使用 Maven 构建项目吗?
仅当您从pom.xml所在的应用程序的上下文中执行命令时,该命令mvn clean才会起作用。
mvn clean
这是Maven的快速教程。