JSF环境设置

时间:2015-08-19 13:33:51

标签: java maven jsf tomcat

我正在阅读关于如何为JSF设置环境的教程指向

MAVEN的作品。

enter image description here

APACHE有效。

enter image description here

我按照所有步骤操作并配置了所需的所有环境变量

下一步,我打开命令提示符并键入以下命令。

enter image description here

并收到这些错误。

2 个答案:

答案 0 :(得分:1)

我想你正在关注http://www.tutorialspoint.com/jsf/jsf_first_application.htm的教程。它显示了这个Maven命令:

^\s*([^#]\S+?)\s*=\s*(.*)$

令人困惑。你必须把它写在一行:

C:\JSF>mvn archetype:create 
-DgroupId=com.tutorialspoint.test 
-DartifactId=helloworld 
-DarchetypeArtifactId=maven-archetype-webapp

或使用插入符号(C:\JSF>mvn archetype:create -DgroupId=com.tutorialspoint.test -DartifactId=helloworld -DarchetypeArtifactId=maven-archetype-webapp )符号:

^

答案 1 :(得分:0)

我没有第一次看到它。试试这个:

正如您在此处所见http://maven.apache.org/archetype/maven-archetype-plugin/plugin-info.html {$ 1}}目标已弃用。请改用create

另一方面,您的generate变量必须指向JDK,而不是公共JRE,因此请更改变量值:

JAVA_HOME

编译java代码时,Maven将是必要的。