To apanhando demais... rss Mas não desisto. Bem, refiz tudo pela enésima vez e dessa vez consegui fazer não só o servidor subir (wildfly12) como consertar todos os erros no buildpath etc etc e o console veio sem erros deployed etc segue finalzinho do log.
00:03:23,457 INFO [org.jboss.weld.Version] (MSC service thread 1-3) WELD-000900: 3.0.3 (Final)
00:03:24,141 WARN [org.jboss.weld.Bootstrap] (MSC service thread 1-3) WELD-000146: BeforeBeanDiscovery.addAnnotatedType(AnnotatedType<?>) used for class com.sun.faces.flow.FlowDiscoveryCDIHelper is deprecated from CDI 1.1!
00:03:24,157 WARN [org.jboss.weld.Bootstrap] (MSC service thread 1-3) WELD-000146: BeforeBeanDiscovery.addAnnotatedType(AnnotatedType<?>) used for class org.hibernate.validator.internal.cdi.interceptor.ValidationInterceptor is deprecated from CDI 1.1!
00:03:24,168 WARN [org.jboss.weld.Bootstrap] (MSC service thread 1-3) WELD-000146: BeforeBeanDiscovery.addAnnotatedType(AnnotatedType<?>) used for class org.jberet.creation.BatchBeanProducer is deprecated from CDI 1.1!
00:03:24,441 INFO [org.infinispan.factories.GlobalComponentRegistry] (MSC service thread 1-2) ISPN000128: Infinispan version: Infinispan 'Bastille' 9.1.6.Final
00:03:25,260 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 63) WFLYCLINF0002: Started client-mappings cache from ejb container
00:03:25,691 INFO [javax.enterprise.resource.webcontainer.jsf.config] (ServerService Thread Pool -- 66) Inicializando Mojarra 2.2.13.SP5 para o contexto '/livraria'
00:03:27,562 INFO [org.primefaces.webapp.PostConstructApplicationEventListener] (ServerService Thread Pool -- 66) Running on PrimeFaces 4.0
00:03:27,605 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 66) WFLYUT0021: Registered web context: '/livraria' for server 'default-server'
00:03:27,659 INFO [org.jboss.as.server] (ServerService Thread Pool -- 37) WFLYSRV0010: Deployed "livraria.war" (runtime-name : "livraria.war")
00:03:27,914 INFO [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0212: Resuming server
00:03:27,918 INFO [org.jboss.as] (Controller Boot Thread) WFLYSRV0060: Http management interface listening on http://127.0.0.1:10000/management
00:03:27,918 INFO [org.jboss.as] (Controller Boot Thread) WFLYSRV0051: Admin console listening on http://127.0.0.1:10000
00:03:27,918 INFO [org.jboss.as] (Controller Boot Thread) WFLYSRV0025: WildFly Full 12.0.0.Final (WildFly Core 4.0.0.Final) started in 23534ms - Started 427 of 617 services (314 services are lazy, passive or on-demand)
porém no navegador ainda assim dá 404 - Not Found em http://localhost:10000/livraria/login.xhtml eu tive que alterar o parametro de porta no servioor de 0 para 10 para não chocar, mas acho que isso não importa. Alguem saberia o que ainda pode estar errado?
<socket-binding-group name="standard-sockets" default-interface="public" port-offset="${jboss.socket.binding.port-offset:10}">