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.
从 Tomcat 迁移到 JBoss AS 7 .. 我需要有关 maven 运行的帮助 .. 我下载并运行了 JBoss AS7 并且从命令行我可以做一个
mvn jboss-as:deploy在运行的 JBoss AS 7 上部署我的项目,但我正在尝试开始工作
mvn jboss-as:start将启动 JBoss AS7 但这不起作用...
这个
mvn jboss-as:start
不是JBoss AS 7 maven 插件目标之一。我想你想要的是:
mvn jboss-as:run