Use proper term: directory

This commit is contained in:
Michael Osipov 2021-07-19 23:45:50 +02:00
parent e8b9cada65
commit e9a54c6d02
5 changed files with 5 additions and 5 deletions

View File

@ -4,7 +4,7 @@
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%"

View File

@ -77,7 +77,7 @@ public class MultiModuleCollectionStrategy implements ProjectCollectionStrategy
else
{
LOGGER.debug( "Multi module project collection failed:{}"
+ "Detected a POM file next to a .mvn folder in a parent directory ({}). "
+ "Detected a POM file next to a .mvn directory in a parent directory ({}). "
+ "Maven assumed that POM file to be the parent of the requested project ({}), but it turned "
+ "out that it was not. Another project collection strategy will be executed as result.",
System.lineSeparator(), moduleProjectPomFile.getAbsolutePath(),

View File

@ -35,7 +35,7 @@ import java.util.Arrays;
import java.util.List;
/**
* Strategy to collect projects for building when the Maven invocation is not in a folder that contains a pom.xml.
* Strategy to collect projects for building when the Maven invocation is not in a directory that contains a pom.xml.
*/
@Named( "PomlessCollectionStrategy" )
@Singleton

View File

@ -1 +1 @@
need it so that empty folder does not get deleted
need it so that empty directory does not get deleted

View File

@ -1 +1 @@
need it so that empty folder does not get deleted
need it so that empty directory does not get deleted