Skip to content

Commit cae9947

Browse files
authored
Remove readonly flag from basedir: support .mdo from any location (#299)
1 parent 7cd2d97 commit cae9947

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modello-maven-plugin/src/main/java/org/codehaus/modello/maven/AbstractModelloGeneratorMojo.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@ public abstract class AbstractModelloGeneratorMojo
5555
// ----------------------------------------------------------------------
5656

5757
/**
58-
* Base directory of the project.
58+
* Base directory of the project, from where the Modello models are loaded.
5959
*/
60-
@Parameter( defaultValue = "${basedir}", readonly = true, required = true )
60+
@Parameter( defaultValue = "${basedir}", required = true )
6161
private String basedir;
6262

6363
/**

0 commit comments

Comments
 (0)