1.百度maven.
2.进入官网下载工具.
3.找到settings.xml文件.
<mirror>
<id>alimaven</id>
<name>aliyun maven</name>
<url>http://maven.aliyun.com/nexus/content/groups/public/</url>
<mirrorOf>central</mirrorOf>
</mirror>
7.打开pom.xml,在</build>后增加
<dependencies>
<dependency>
<groupId>org.apache.struts</groupId>
<artifactId>struts2-core</artifactId>
<version>2.3.14.3</version>
</dependency>
<dependency>
<groupId>org.apache.struts</groupId>
<artifactId>struts2-core</artifactId>
<version>2.3.14.3</version>
2.进入官网下载工具.
3.找到settings.xml文件.
D:\apache-maven-3.5.0-bin\apache-maven-3.5.0\conf
<mirror>
<id>alimaven</id>
<name>aliyun maven</name>
<url>http://maven.aliyun.com/nexus/content/groups/public/</url>
<mirrorOf>central</mirrorOf>
</mirror>
5.打开eclipse开发工具,Preference -> Maven ->user Setting 找到settings.xml文件,添加进去。
7.打开pom.xml,在</build>后增加
<dependencies>
<dependency>
<groupId>org.apache.struts</groupId>
<artifactId>struts2-core</artifactId>
<version>2.3.14.3</version>
</dependency>
</dependencies>
找到项目所需要的包,在这个包的说明中复制以下内容到项目的pom.xml
文件中,运行。<dependency>
<groupId>org.apache.struts</groupId>
<artifactId>struts2-core</artifactId>
<version>2.3.14.3</version>
</dependency>