mirror of https://github.com/apache/maven.git
Use proper term: directory
This commit is contained in:
parent
e8b9cada65
commit
e9a54c6d02
|
@ -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%"
|
||||
|
|
|
@ -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(),
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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