#205317 - PrimeFaces Maven project can not be built (incorrect repository)
Martin Fousek <[email protected]> Tue, 22 Nov 2011 15:58:55 +0100
| Newsgroups | gmane.comp.java.netbeans.reviewers |
|---|---|
| Message-ID | <[email protected]> |
Bug: http://netbeans.org/bugzilla/show_bug.cgi?id=205317 Description: Primefaces changed Maven repository URL so Maven based projects with used Primefaces library cannot be build (since Primefaces artifacts aren't found). See: http://blog.primefaces.org/?p=1429. Impact assessment: cannot build Maven JSF project with added Primefaces library Risk assessment: it can't break anything else since it changes just maven repository URL for Primefaces library The fix was reviewed by marfous (coded by pjiricka) and verified by jskrivanek. Fix: hg.netbeans.org/web-main/rev/d3e518539d4b Thanks for the review, Martin.