You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using galleon 4.2.5.Final
When I use command galleon install wildfly#18.0.1.Final --layers=jaxrs,cdi --dir=c:\devel2\galleon-demo2 or maven wildfly-galleon-pack plugin, its still trying to download jars from redhat EA, the way I found being discussed at https://developer.jboss.org/thread/280712
For example, wildfly 18.0.1 tries do download jackson-core-asl:jar:1.9.13.redhat-00006. 18.0.0 wants picketlink-impl:2.5.5.SP12-redhat-00006. This is a problem for environments where local nexus repositories do not allow EA sources.
The text was updated successfully, but these errors were encountered:
Using galleon 4.2.5.Final
When I use command
galleon install wildfly#18.0.1.Final --layers=jaxrs,cdi --dir=c:\devel2\galleon-demo2
or mavenwildfly-galleon-pack
plugin, its still trying to download jars from redhat EA, the way I found being discussed at https://developer.jboss.org/thread/280712For example, wildfly 18.0.1 tries do download
jackson-core-asl:jar:1.9.13.redhat-00006
. 18.0.0 wantspicketlink-impl:2.5.5.SP12-redhat-00006
. This is a problem for environments where local nexus repositories do not allow EA sources.The text was updated successfully, but these errors were encountered: