↧
Maven: JSF2 and Other Sun Packages
It took me a while to figure out the right way to get JSF2 dependencies in Maven. The right solution is: <repositories> <repository> <id>sun</id>...
View ArticleMaven: Adding a Custom Jar to Build Path
How to add a custom jar to maven build path? <dependency> <groupId>group</groupId> <artifactId>artifact</artifactId> <version>anything</version>...
View Article