我想遵循快速入门指南。我正在使用带有 root 密码的 Linux、Java-7、Mysql 5.5(并且不想删除它)。我按照“创建项目”下的“BUILD SUCCESS”说明进行操作
mvn archetype:generate -B -DarchetypeGroupId=org.appfuse.archetypes -DarchetypeArtifactId=appfuse-basic-jsf-archetype -DarchetypeVersion=2.2.2-SNAPSHOT -DgroupId=com.atest -DartifactId=atest01 -DarchetypeRepository=http://oss.sonatype.org/content/repositories/appfuse
然后我在 pom.xml 的末尾正确更改了我的 root 密码并运行
mvn appfuse:full-source
然后我希望在 Mysql 中有一些新的数据库:
“Maven 将分别使用 hibernate3 和 dbunit 插件创建和填充您的数据库。”
但是什么都没有,并且所有后续步骤都不起作用。
以前有人做过吗?