stubs mappings directory should be the same for convert and run mojo. (#89)
This commit is contained in:
committed by
Marcin Grzejszczak
parent
e8031c0a65
commit
e5c3d57bdf
@@ -44,7 +44,7 @@ public class RunMojo extends AbstractMojo {
|
||||
@Parameter(defaultValue = "${repositorySystemSession}", readonly = true)
|
||||
private RepositorySystemSession repoSession;
|
||||
|
||||
@Parameter(defaultValue = "${project.build.directory}/contracts/mappings")
|
||||
@Parameter(defaultValue = "${project.build.directory}/stubs/mappings")
|
||||
private File stubsDirectory;
|
||||
|
||||
@Parameter(property = "stubsDirectory", defaultValue = "${basedir}")
|
||||
|
||||
Reference in New Issue
Block a user