jsf 2.2 - Installing Apache MyFaces 2 on WildFly 8.2.0 -
i want add apache myfaces 2.2.7 in wildfly 8.2.0 , use default implementation.
can anybode please let me know can found installer jar apache myfaces ?
i following link https://developer.jboss.org/wiki/stepstoaddmyfacessupporttowildfly add myfaces support wildfly.
as understand correctly, need download install-myfaces-2.2.7.jar , rename cli.
but can find jar ? couldn't find jar on nexus respository mentioned in above link.
i found way jar.
following steps :
download source wildfly 8.2.0.
go location : <wildfly_source_root>/jsf/multi-jsf-installer.
run below command -
mvn -djsf-version=2.2.7 -pmyfaces clean assembly:single
this create .zip file should renamed .cli.
please follow link - here detailed description
Comments
Post a Comment