mirror of https://github.com/apache/maven.git
Use proper term: directory
This commit is contained in:
parent
176b272f30
commit
268f956574
|
@ -74,7 +74,7 @@ goto error
|
|||
|
||||
set MAVEN_CMD_LINE_ARGS=%*
|
||||
|
||||
@REM Find the project basedir, i.e., the directory that contains the folder ".mvn".
|
||||
@REM Find the project basedir, i.e., the directory that contains the directory ".mvn".
|
||||
@REM Fallback to current working directory if not found.
|
||||
|
||||
set "MAVEN_PROJECTBASEDIR=%MAVEN_BASEDIR%"
|
||||
|
|
|
@ -1 +1 @@
|
|||
need it so that empty folder does not get deleted
|
||||
need it so that empty directory does not get deleted
|
||||
|
|
|
@ -1 +1 @@
|
|||
need it so that empty folder does not get deleted
|
||||
need it so that empty directory does not get deleted
|
||||
|
|
Loading…
Reference in New Issue