return "maven-repository";
}
public void doDynamic(StaplerRequest req, StaplerResponse rsp) throws IOException, ServletException {
plugin.serveRequest(
new BridgeRepository(new ProjectBuildRepositoryRoot(null, build, build.getFullDisplayName()), null),
req.findAncestor(this).getUrl());
}