首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >无法在maven中生成xslt报告,无法执行目标org.apache.maven.plugins:maven-site-plugin:3.3:site

无法在maven中生成xslt报告,无法执行目标org.apache.maven.plugins:maven-site-plugin:3.3:site
EN

Stack Overflow用户
提问于 2015-09-29 03:13:45
回答 1查看 442关注 0票数 1

我正尝试在maven中使用命令提示符中的"mvn test site“为我的selenium项目生成xslt报告。我得到了构建失败。下面是我收到的命令提示符消息--

代码语言:javascript
复制
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-site-plugin:3.3:site (default-site) on project Framework_datadriven_maven: failed to get report for org.reportyng:reporty-ng: Plugin org.reportyng:reporty-ng:1.2 or one of its dependencies could not be resolved: Failure to find org.reportyng:reporty-ng:jar:1.2 in https://github.com/cosminaru/reporty-ng/raw/master/dist/maven was cached in the local repository, resolution will not be reattempted until the update interval of reporty-ng has elapsed or updates are forced -> [Help 1]

这是我的POM文件-

代码语言:javascript
复制
<reporting>
<plugins>
<!-- TestNG-xslt related configuration. -->
  <plugin>
    <groupId>org.reportyng</groupId>
    <artifactId>reporty-ng</artifactId>
    <version>1.2</version>
    <configuration>
      <!-- Output directory for the testng xslt report -->
      <outputdir>/target/testng-xslt-report</outputdir>
      <sorttestcaselinks>true</sorttestcaselinks>
      <testdetailsfilter>FAIL,SKIP,PASS,CONF,BY_CLASS</testdetailsfilter>
      <showruntimetotals>true</showruntimetotals>
    </configuration>
  </plugin>
</plugins>

报告-ng https://github.com/cosminaru/reporty-ng/raw/master/dist/maven

使用mvn测试运行项目运行良好。只有在使用"mvn测试站点“时才会遇到问题。我使用的是maven版本3.3.3。请帮帮忙

EN

回答 1

Stack Overflow用户

发布于 2015-09-29 12:07:11

github.com/cosminaru不再对公众开放。你不是第一个:Unable to download reportyng plugin with maven。抱歉的。

票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/32830155

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档