I try to develop a web application (Struts 2, Spring, Hibernate) using Maven, in eclipse. I first create a simple Maven project, I joined Struts2, and everything goes perfectly. When I tried to integrate Spring and struts2-spring-plugin, I always have a 404 error. Once I remove the dependence of struts2-spring-plugin my pom.xml, the application running again.
<dependency>
<groupId> org.apache.struts </groupId>
<artifactId> struts2-spring-plugin </artifactId>
<version> 2.3.16.3 </version>
</dependency>