-
Notifications
You must be signed in to change notification settings - Fork 96
chore: Migrate AbstractMojoTestCase based tests to use MojoTest #579
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
base: master
Are you sure you want to change the base?
chore: Migrate AbstractMojoTestCase based tests to use MojoTest #579
Conversation
b7a757a to
5e7b59d
Compare
src/test/java/org/apache/maven/plugins/war/WarExplodedMojoFilteringTest.java
Show resolved
Hide resolved
src/test/java/org/apache/maven/plugins/war/WarExplodedMojoFilteringTest.java
Outdated
Show resolved
Hide resolved
… - WarExplodedMojoFilteringTest
…ExplodedMojoFilteringTest
|
Trying to reproduce the Windows error of the CI |
782a2b3 to
2ff6a08
Compare
On Windows 11, it is not reproducible. |
Reproducible, if the you clone the repo with a windows git. Root cause: Git on Windows check out the expected file with windows encoding, but the generated one is unix encoding. It can be fixed with the git config: At the end, I fixed it with adding a |
8004c09 to
2ca3df2
Compare
2ca3df2 to
eac328b
Compare
| # limitations under the License. | ||
| # | ||
|
|
||
| * text=auto eol=lf No newline at end of file |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not sure if we should switch all project file ... maybe only this which generate a problem
No description provided.