-
Notifications
You must be signed in to change notification settings - Fork 150
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Subfolders are not populated and app.jar is overriden by other jar files #2067
Comments
@dsteindo Thanks for your report, we have migrated to kudu deployment which need to specify the deployment type for each resource, or we will deploy it as a jar file by default. Could you please try deploy with following configuration? You may find more details about kudu deployment here
|
Hi @Flanker32 Thank you for your suggestion, it worked as expected and the structure was considered, however I have an question regarding the deployment logs now.
And it seems that the whole "wwwroot" directory was cleaned up before the files were uploaded Now with 2.6.0 I get a dozen deployment logs in this format
There is no info which files were uploaded and it seems to replace existing files and leaving old ones behind. |
@dsteindo Sorry for the late response, currently maven toolkit did not support deploy options like |
Thank you for the support so far @Flanker32 and I am looking forward to future improvements. |
Plugin name and version
Plugin configuration in your
pom.xml
Expected behavior
2 folders "lib" and "resources" under wwwroot and one app.jar.
the "lib" folder contains the dependencies (.jar files) that are needed for the application
Actual behavior
Libraries under "lib" replace the app.jar directly in wwwroot and the server does not start, no "lib" and "resources" folder is created
Steps to reproduce the problem
Use maven to deploy the target
The text was updated successfully, but these errors were encountered: