Open etienne-sf opened 5 years ago
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
See issue #136
Right !
Thanks bguerin !!
For other readers: this site-maven-plugin is not maintained.
More info there: http://wiki.bitplan.com/index.php/Multi-Module_Maven_with_github_pages
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