Quantcast
Channel: Konrad Garus » Maven
Browsing all 2 articles
Browse latest 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 all 2 articles
Browse latest View live