Quantcast
Channel: Konrad Garus » Maven
Browsing latest articles
Browse All 2 View Live

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 Article


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 Article

Browsing latest articles
Browse All 2 View Live