this.plugin = new Plugin();
this.plugin.setGroupId(this.pluginArtifact.getGroupId());
this.plugin.setArtifactId(this.pluginArtifact.getArtifactId());
Build build = new Build();
build.addPlugin(this.plugin);
this.mojo = new TestFitNesseMojo();
this.mojo.project = new MavenProject();
this.mojo.resolver = this.artifactResolver;
this.mojo.fitNesseHelper = mock(FitNesseHelper.class);