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
Open the site from the AWS console, or directly on the s3 web bucket
Log output from the wagon
When running mvn site:deploy from the parent pom
Putting child element /<checkout>/<projectname>/target/site/apidocs/deprecated-list.html to .//apidocs/deprecated-list.html
Mime type of .//apidocs/deprecated-list.html is text/html according to build-in types
Uploading file /<checkout>/<projectname>/target/site/apidocs/deprecated-list.html to key <projectname>/.//apidocs/deprecated-list.html in S3 bucket <bucketname>
Uploading: .//apidocs/deprecated-list.html to s3://<bucketname>/<projectname>/
When running mvn site:deploy directly from one of the modules, this works fine.
Putting child element /<checkout>/<projectname>/modules/model/target/site/apidocs/deprecated-list.html to modules/model/apidocs/deprecated-list.html
Mime type of modules/model/apidocs/deprecated-list.html is text/html according to build-in types
Uploading file /<checkout>/<projectname>/modules/model/target/site/apidocs/deprecated-list.html to key <projectname>/modules/model/apidocs/deprecated-list.html in S3 bucket <bucketname>
Uploading: modules/model/apidocs/deprecated-list.html to s3://<bucketname>/<projectname>/
Notice the .// in the path on the multi module site:deploy
Error messages
I get theese error messages when trying to access the files.
This get transfered to s3, so the URL contains /.// in the keys, which is causing this error when clicking on the link in the S3 console.
I couldn't recreate the problem with my other multi-project "doorman"
Putting child element /Users/jguo/Projects/CG/doorman/target/site/apidocs/allclasses-frame.html to apidocs/allclasses-frame.html
Mime type of apidocs/allclasses-frame.html is text/html according to build-in types
Uploading file /Users/jguo/Projects/CG/doorman/target/site/apidocs/allclasses-frame.html to key projects/doorman/apidocs/allclasses-frame.html in S3 bucket www.cyclopsgroup.org
Uploading: apidocs/allclasses-frame.html to s3://www.cyclopsgroup.org/projects/doorman
Can you please tell me a little more about your package, what is the log before "Putting child element "(the line with "which is a noop"), can I see the full log. And what does the tag looks like in your pom? Is there a way I can check out your package?
When running
site:deploy
in a multi module project, the files get prepended with at.//
when uploading.Which is causing the files not to be exposed via the S3 bucket.
Project structure
My project structure is like this.
Steps to reproduce.
mvn site:site site:deploy
with the s3 wagonLog output from the wagon
When running
mvn site:deploy
from the parent pomWhen running
mvn site:deploy
directly from one of the modules, this works fine.Notice the
.//
in the path on the multi modulesite:deploy
Error messages
I get theese error messages when trying to access the files.
This get transfered to s3, so the URL contains /.// in the keys, which is causing this error when clicking on the link in the S3 console.
In the S3 website i get this error on all resources in the /./ folder.
The text was updated successfully, but these errors were encountered: