Skip to content

Snapshot dependencies #18

Description

@shannah

I'm trying to to build from source, so I can make a jDeploy PR, but there are a couple of snapshot dependencies that are causing build to fail. I could download and install them locally, but then the build pipeline is likely to fail still.

@salmonb Do you have any suggestions?

/Library/Java/JavaVirtualMachines/zulu-21.jdk/Contents/Home/bin/java -Dmaven.multiModuleProjectDirectory=/Users/shannah/projects/webfx-cli -Djansi.passthrough=true -Dmaven.home=/Applications/IntelliJ IDEA CE.app/Contents/plugins/maven/lib/maven3 -Dclassworlds.conf=/Applications/IntelliJ IDEA CE.app/Contents/plugins/maven/lib/maven3/bin/m2.conf -Dmaven.ext.class.path=/Applications/IntelliJ IDEA CE.app/Contents/plugins/maven/lib/maven-event-listener.jar -javaagent:/Applications/IntelliJ IDEA CE.app/Contents/lib/idea_rt.jar=64985 -Dfile.encoding=UTF-8 -Dsun.stdout.encoding=UTF-8 -Dsun.stderr.encoding=UTF-8 -classpath /Applications/IntelliJ IDEA CE.app/Contents/plugins/maven/lib/maven3/boot/plexus-classworlds.license:/Applications/IntelliJ IDEA CE.app/Contents/plugins/maven/lib/maven3/boot/plexus-classworlds-2.8.0.jar org.codehaus.classworlds.Launcher -Didea.version=2024.3.5 -P !gwt-compile,!javafx-fatjar,!javapackager package
[INFO] Scanning for projects...
[INFO] Inspecting build with total of 1 modules
[INFO] Installing Central Publishing features
[INFO] 
[INFO] ------------------------< dev.webfx:webfx-cli >-------------------------
[INFO] Building webfx-cli 0.1.0-SNAPSHOT
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[WARNING] The POM for dev.webfx:webfx-lib-reusablestream:jar:0.1.0-SNAPSHOT is missing, no dependency information available
[WARNING] The POM for dev.webfx:webfx-lib-javacupruntime:jar:0.1.0-SNAPSHOT is missing, no dependency information available
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.235 s
[INFO] Finished at: 2026-01-23T15:30:20-08:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project webfx-cli: Could not resolve dependencies for project dev.webfx:webfx-cli:jar:0.1.0-SNAPSHOT
[ERROR] dependency: dev.webfx:webfx-lib-reusablestream:jar:0.1.0-SNAPSHOT (compile)
[ERROR] 	dev.webfx:webfx-lib-reusablestream:jar:0.1.0-SNAPSHOT was not found in https://central.sonatype.com/repository/maven-snapshots/ during a previous attempt. This failure was cached in the local repository and resolution is not reattempted until the update interval of webfx-snapshots has elapsed or updates are forced
[ERROR] 	dev.webfx:webfx-lib-reusablestream:jar:0.1.0-SNAPSHOT was not found in https://teavm.org/maven/repository during a previous attempt. This failure was cached in the local repository and resolution is not reattempted until the update interval of teavm-dev has elapsed or updates are forced
[ERROR] dependency: dev.webfx:webfx-lib-javacupruntime:jar:0.1.0-SNAPSHOT (compile)
[ERROR] 	dev.webfx:webfx-lib-javacupruntime:jar:0.1.0-SNAPSHOT was not found in https://central.sonatype.com/repository/maven-snapshots/ during a previous attempt. This failure was cached in the local repository and resolution is not reattempted until the update interval of webfx-snapshots has elapsed or updates are forced
[ERROR] 	dev.webfx:webfx-lib-javacupruntime:jar:0.1.0-SNAPSHOT was not found in https://teavm.org/maven/repository during a previous attempt. This failure was cached in the local repository and resolution is not reattempted until the update interval of teavm-dev has elapsed or updates are forced
[ERROR] 
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException

Process finished with exit code 1

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions