글
Maven dependencies not being added to WEB-INF/lib
S/Spring
2014. 4. 7. 01:51
Looks like your "Deployment Assembly" is missing the Maven Dependencies being added to the packaging structure of your project. The way this should look is:
The way to add that in is:
- click on Add
- select Java Build Path Entries
- select Maven Dependencies
- Finish
That should add your Maven Dependencies into WEB-INF/lib
. In case your project structure is not standard, you can also edit that path by double-clicking inside your Deploy Path
column - in this case, on WEB-INF/lib
.
Hope that helps.
참조 : http://stackoverflow.com/questions/20718566/maven-dependencies-not-being-added-to-web-inf-lib
'S > Spring' 카테고리의 다른 글
Request processing failed; nested exception is org.apache.tiles.definition.DefinitionsFactoryException: I/O Error reading definitions.] with root cause (0) | 2014.06.14 |
---|---|
Binding a List Request Parameter on Spring MVC (0) | 2014.06.03 |
Spring form 태그 유의 사항 (0) | 2014.05.28 |
spring-security 할 때, 주의점. (0) | 2014.04.22 |
AOP 용어 (0) | 2014.03.16 |