stubs mappings directory should be the same for convert and run mojo. (#89)

This commit is contained in:
Mariusz Smykuła
2016-09-27 22:19:14 +02:00
committed by Marcin Grzejszczak
parent e8031c0a65
commit e5c3d57bdf

View File

@@ -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}")