]
Zbyněk Červinka updated JBIDE-27081:
------------------------------------
Steps to Reproduce:
1) create new JSF project with the JSF 2.3 version (WildFly 18 Runtime is used), both Java
8 and Java 11
2) convert to maven (configure -> convert to maven project -> use WAR as packiging
-> Finish Finish)
3) try to build the project (mvn clean install) -> you will see the error
was:
1) create new JSF project with the JSF 2.3 version (WildFly 18 Runtime is used)
2) convert to maven (configure -> convert to maven project -> use WAR as packiging
-> Finish Finish)
3) try to build the project (mvn clean install) -> you will see the error
New JSF project with the 2.3 JSF version could not be build (WildFly
18 Runtime is used)
----------------------------------------------------------------------------------------
Key: JBIDE-27081
URL:
https://issues.redhat.com/browse/JBIDE-27081
Project: Tools (JBoss Tools)
Issue Type: Bug
Affects Versions: 4.14.0.Final
Reporter: Zbyněk Červinka
Assignee: Jeff MAURY
Priority: Major
{code:java}
ERROR] Failed to execute goal on project project123: Could not resolve dependencies for
project project123:project123:war:0.0.1-SNAPSHOT: The following artifacts could not be
resolved: org.apache.taglibs:taglibs-standard-compat:jar:1.2.6-RC1,
org.apache.taglibs:taglibs-standard-spec:jar:1.2.6-RC1,
org.apache.taglibs:taglibs-standard-impl:jar:1.2.6-RC1,
org.infinispan:infinispan-core:jar:4.2.1.FINAL: Failure to find
org.apache.taglibs:taglibs-standard-compat:jar:1.2.6-RC1 in
https://repo.maven.apache.org/maven2 was cached in the local repository, resolution will
not be reattempted until the update interval of central has elapsed or updates are forced
-> [Help 1]
{code}