Skip to content

Commit b1d9bb8

Browse files
committed
Add maven.config to .mvn
1 parent 6bda431 commit b1d9bb8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.mvn/maven.config

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# suppresses the warning:
2+
# Direct modification of testCompileSourceRoots through add() is deprecated and will not work in Maven 4.0.0. Please use the add/remove methods instead.
3+
# If you're using a plugin that causes this warning, please upgrade to the latest version and report an issue if the warning persists.
4+
# To disable these warnings, set -Dmaven.project.sourceRoots.warningsDisabled=true on the command line, in the .mvn/maven.config file,
5+
# or in project POM properties.
6+
-Dmaven.project.sourceRoots.warningsDisabled=true

0 commit comments

Comments
 (0)