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 has been archived by the owner on Mar 23, 2022. It is now read-only.
I realized in the maven output that in case input and output files are defined to be the same file, the logged values are same like styles.css (1234b) -> styles.css (1234b)[100%]
I guess it is because the same length is called on the file reference pointing to the same file, but I'm not sure. Still the css file was processed when I checked in the output folder.
Basically compression works fine, but the output when running maven I found confusing.
I used the plugin with version 1.5.1. warSourceDirectory and webappDirectory are set to the same value.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I realized in the maven output that in case input and output files are defined to be the same file, the logged values are same like
styles.css (1234b) -> styles.css (1234b)[100%]
I guess it is because the same length is called on the file reference pointing to the same file, but I'm not sure. Still the css file was processed when I checked in the output folder.
Basically compression works fine, but the output when running maven I found confusing.
I used the plugin with version
1.5.1
.warSourceDirectory
andwebappDirectory
are set to the same value.The text was updated successfully, but these errors were encountered: