gpt4 book ai didi

maven-2 - 使用 Struts 1 原型(prototype)创建 Maven 2 项目

转载 作者:行者123 更新时间:2023-12-02 18:43:40 24 4
gpt4 key购买 nike

我想使用 Maven 2 + Struts 1 创建一个 Web 项目。有人可以为我提供一些教程或概述这些步骤的网站吗?谢谢。;)

最佳答案

如果您需要有关获取 struts-archetype-blank 原型(prototype)的更多信息:

第 1 步

默认的 Maven2 存储库中不再包含 struts-archetype-blank 原型(prototype)。因此你必须手动从 http://svn.apache.org/repos/asf/struts/maven/trunk/struts-archetype-blank 中检查出来。 .

步骤#2

构建 struts-archetype-blank-1.3.5-SNAPSHOT.jar 文件:mvn install

步骤#3

安装原型(prototype):

mvn install:install-file
-DgroupId=org.apache.struts
-DartifactId=struts-archetype-blank
-Dversion=1.3.5-SNAPSHOT
-Dpackaging=jar
-Dfile=struts-archetype-blank-1.3.5-SNAPSHOT.jar

步骤#4

创建您的 Struts1 Maven2 项目(如 Pascal Thivent 指出的那样):

mvn archetype:create
-DarchetypeGroupId=org.apache.struts
-DarchetypeArtifactId=struts-archetype-blank
-DarchetypeVersion=1.3.5-SNAPSHOT
-DgroupId=com.example
-DpackageName=com.example.projectname
-DartifactId=my-webapp

祝你好运!

关于maven-2 - 使用 Struts 1 原型(prototype)创建 Maven 2 项目,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3059951/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com