Browsing index pages (2 articles)
↧
Maven: 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 ArticleMaven: 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 Article
Browsing index pages (2 articles)