Re: #176891 - HTML tags cc provides no attributes in maven web app
Ludovic Champenois <[email protected]>
| Newsgroups | gmane.comp.java.netbeans.reviewers |
|---|---|
| Message-ID | <[email protected]> |
Marek Fukala wrote: > https://netbeans.org/bugzilla/show_bug.cgi?id=176891 > Symptom: JSF code completion offers wrong items in xhtml files in web > maven project. > > Description: > The problem with maven web project is that there are only the "stub" > jars on > the compile classpath, no jar providing the real implementation of JSF > which > contains the facelets library descriptors. > > Fix: > If there isn't any default facelet library descriptor found on the > classpath, the one from bundled web.jsf20 library is used. > > Changeset: > http://hg.netbeans.org/web-main/rev/dfd3c6e1cd71 > > Thanks, > Marek We could also if you wish add them to the stripped jars...Which exact artifacts do you need? Keep doing this default fallback option of course. Ludo