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
{{ message }}
This repository was archived by the owner on May 13, 2025. It is now read-only.
Hello,
I'm trying to deploy a multi-module maven project site to github.
This project is available here:
https://github.com/graphql-java-generator/graphql-maven-plugin-project
(I created the tag 'site-maven-plugin_issue_139' against which you can reproduce it)
Here what I did:
But then, it hangs. Here is the console output:
[INFO] ------< com.graphql-java-generator:graphql-maven-plugin-project >-------
[INFO] Building com.graphql-java-generator:graphql-maven-plugin-project 1.0.0-RC2-SNAPSHOT [1/12]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO]
[INFO] --- site-maven-plugin:0.12:site (default-cli) @ graphql-maven-plugin-project ---
[INFO] Creating 338 blobs
It gets stuck there, with no activity...
:(
Any hint ?
Etienne