JFYI i fixed the current github actions build Am Fr., 5. Apr. 2024 um 10:17 Uhr schrieb Thomas Andraschko < andraschko.tho...@gmail.com>:
> CI is also broken: > https://github.com/apache/deltaspike/actions/runs/8482148343/job/23240815428 > > maybe maven didnt set all versions in all POMs? Or somehow our build is > broken and it just worked in the past as there were already 2.0.0-SNAPSHOTS > in maven repos... > > Am Fr., 5. Apr. 2024 um 10:10 Uhr schrieb Romain Manni-Bucau < > rmannibu...@gmail.com>: > >> Hi Thomas, >> >> Did you build the project before running your command (mvn install >> -DskipTests -T1C)? >> Which maven version do you use, 3.9? >> >> Romain Manni-Bucau >> @rmannibucau <https://twitter.com/rmannibucau> | Blog >> <https://rmannibucau.metawerx.net/> | Old Blog >> <http://rmannibucau.wordpress.com> | Github < >> https://github.com/rmannibucau> | >> LinkedIn <https://www.linkedin.com/in/rmannibucau> | Book >> < >> https://www.packtpub.com/application-development/java-ee-8-high-performance >> > >> >> >> Le ven. 5 avr. 2024 à 09:56, Thomas Frühbeck <t.fruehb...@gmail.com> a >> écrit : >> >> > Hi, >> > >> > since move do 2.0.1-SNAPSHOT it is not possible to build modules: >> > (commit 48fbfea1ef93da80f2e8b620808332be4cef66f4) >> > >> > The following artifacts could not be resolved: >> > org.apache.deltaspike:deltaspike:pom:2.0.1-SNAPSHOT (absent) >> > >> > I don't know how to build the pom locally :-/ >> > >> > >> > Your branch is up to date with 'origin/master'. >> > ~/workspace-ds/deltaspike/deltaspike> mvn dependency:tree -pl >> > modules/data/impl/ >> > [INFO] Scanning for projects... >> > [INFO] >> > [INFO] -----< org.apache.deltaspike.modules:deltaspike-data-module-impl >> > >------ >> > [INFO] Building Apache DeltaSpike Data-Module Impl 2.0.1-SNAPSHOT >> > [INFO] from pom.xml >> > [INFO] --------------------------------[ jar >> > ]--------------------------------- >> > [INFO] >> > ------------------------------------------------------------------------ >> > [INFO] BUILD FAILURE >> > [INFO] >> > ------------------------------------------------------------------------ >> > [INFO] Total time: 1.087 s >> > [INFO] Finished at: 2024-04-05T09:51:17+02:00 >> > [INFO] >> > ------------------------------------------------------------------------ >> > [ERROR] Failed to execute goal on project deltaspike-data-module-impl: >> > Could not resolve dependencies for project >> > >> > >> org.apache.deltaspike.modules:deltaspike-data-module-impl:jar:2.0.1-SNAPSHOT: >> > Failed to collect dependencies at >> > >> > >> org.apache.deltaspike.modules:deltaspike-data-module-api:jar:2.0.1-SNAPSHOT: >> > Failed to read artifact descriptor for >> > >> > >> org.apache.deltaspike.modules:deltaspike-data-module-api:jar:2.0.1-SNAPSHOT: >> > The following artifacts could not be resolved: >> > org.apache.deltaspike:deltaspike:pom:2.0.1-SNAPSHOT (absent): >> > org.apache.deltaspike:deltaspike:pom:2.0.1-SNAPSHOT was not found in >> > https://repository.apache.org/snapshots/ during a previous attempt. >> This >> > failure was cached in the local repository and resolution is not >> > reattempted until the update interval of apache-snapshot-repository has >> > elapsed or updates are forced -> [Help 1] >> > >> > >> > [ERROR] Failed to execute goal on project deltaspike-data-module-api: >> Could >> > not resolve dependencies for project >> > >> > >> org.apache.deltaspike.modules:deltaspike-data-module-api:jar:2.0.1-SNAPSHOT: >> > Failed to collect dependencies at >> > org.apache.deltaspike.core:deltaspike-core-api:jar:2.0.1-SNAPSHOT: >> Failed >> > to read artifact descriptor for >> > org.apache.deltaspike.core:deltaspike-core-api:jar:2.0.1-SNAPSHOT: The >> > following artifacts could not be resolved: >> > org.apache.deltaspike:deltaspike:pom:2.0.1-SNAPSHOT (absent): Could not >> > find artifact org.apache.deltaspike:deltaspike:pom:2.0.1-SNAPSHOT in >> > apache-snapshot-repository (https://repository.apache.org/snapshots/) >> > >> >