Maybe, download jsf-api.jar from [Maven Central](https://mvnrepository.com/artifact/javax.faces/jsf-api/1.2) ? It seems that the module uses it only. https://github.com/apache/incubator-netbeans/blob/26cd220e505b04448d77a054ed6d7d29cf420120/web.jsf12/nbproject/project.properties#L18-L26
#### binaries-list ``` 224B0C2CCA97240305DE96B3108D2E7397FBFC4D javax.faces:jsf-api:1.2 ``` #### project.properties ``` release.external/jsf-api-1.2.jar=modules/ext/jsf-1_2/jsf-api.jar ``` @matthiasblaesing Is this correct? [ Full content available at: https://github.com/apache/incubator-netbeans/pull/799 ] This message was relayed via gitbox.apache.org for [email protected]
