-
Notifications
You must be signed in to change notification settings - Fork 946
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[hotfix] Add project root path to files to facilitate compiling modul…
…es in child dirs (#3063)
- Loading branch information
Showing
2 changed files
with
8 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
The .mvn directory is needed to be able to use the ${maven.multiModuleProjectDirectory} property, since git cannot | ||
commit an empty directory, add this file. | ||
|
||
Once we do not use ${maven.multiModuleProjectDirectory}, we can remove this file and .mvn directory. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters