-
1. Re: Galleon 4.1.0 cannot find artifact for wildfly 18
adasen Oct 19, 2019 6:47 AM (in response to adasen)Looks I just found it out. The mentioned jar file is actually only in redhat's early access repo, so I did:
bin\galleon.bat maven add-repository --name=redhatea --url=https://maven.repository.redhat.com/earlyaccess/all/
Then it works.
-
2. Re: Galleon 4.1.0 cannot find artifact for wildfly 18
jaikiran Oct 19, 2019 10:41 AM (in response to adasen)I'm not really sure that's intentional. As far as I know (or remember), the WildFly build is expected to be based off the JBoss Maven repo and not the early access RedHat repos. Someone more knowledgable about this might be able to help confirm.
-
3. Re: Galleon 4.1.0 cannot find artifact for wildfly 18
adasen Oct 20, 2019 8:00 AM (in response to jaikiran)Yes, my solution is just a workaround.
-
4. Re: Galleon 4.1.0 cannot find artifact for wildfly 18
brian.stansberry Oct 23, 2019 11:00 AM (in response to adasen)WildFly incorporates archives from https://maven.repository.redhat.com/ga/ -- see [wildfly-dev] https://github.com/wildfly/wildfly/pull/12463: enabled JBoss Enterprise Maven Repository for more.
If this is impacting OOTB experience with Galleon though, we definitely need to get that sorted.
There was a report on the wildfly-dev list of this impacting someone compiling too -- [wildfly-dev] Fail to compile wildfly 18 since some poms and jars missing -- but it wasn't clear why.
-
5. Re: Galleon 4.1.0 cannot find artifact for wildfly 18
jdenise Oct 23, 2019 12:13 PM (in response to brian.stansberry)I logged: https://issues.jboss.org/browse/GAL-295. The fix will come in next galleon release.
-
6. Re: Galleon 4.1.0 cannot find artifact for wildfly 18
brian.stansberry Oct 24, 2019 7:05 PM (in response to jdenise)Alexey released Galleon 4.1.1
https://github.com/wildfly/galleon/releases/tag/4.1.1.Final
Thanks for the report!