- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
希望有人可以提供帮助。
[INFO] ------------------------------------------------------------------------
[INFO] Building Project
[INFO] ------------------------------------------------------------------------
[WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor:
[WARNING] o de.tool.core:de.tool.core:eclipse-plugin:1.2.0-SNAPSHOT (provided)
[WARNING] Try running the build up to the lifecycle phase "package"
[INFO] Execute maven plugin cobertura-maven-plugin...
[INFO] Execute org.codehaus.mojo:cobertura-maven-plugin:2.5:cobertura...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building de.tool.evolution 1.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] >>> cobertura-maven-plugin:2.5:cobertura (default-cli) @ de.tool.evolution >>>
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 35.240s
[INFO] Finished at: Tue Oct 25 11:28:29 CEST 2011
[INFO] Final Memory: 57M/231M
[INFO] ------------------------------------------------------------------------
[INFO] Building de.tool.core 1.2.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] >>> cobertura-maven-plugin:2.5:cobertura (default-cli) @ de.tool.core >>>
[INFO]
[INFO] --- tycho-packaging-plugin:0.13.0:build-qualifier (default-build-qualifier) @ de.tool.core ---
[INFO]
[INFO] --- tycho-packaging-plugin:0.13.0:validate-id (default-validate-id) @ de.tool.core ---
[INFO]
[INFO] --- tycho-packaging-plugin:0.13.0:validate-version (default-validate-version) @ de.tool.core ---
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ de.tool.core ---
[INFO] Using 'Cp1252' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /var/lib/jenkins/jobs/testBuild/workspace/de.tool.core/src/main/resources
[INFO]
[INFO] --- tycho-compiler-plugin:0.13.0:compile (default-compile) @ de.tool.core ---
[INFO] Using compile source roots from build.properties
[INFO] Nothing to compile - all classes are up to date
[INFO]
[INFO] --- cobertura-maven-plugin:2.5:instrument (default-cli) @ de.tool.core ---
[INFO] Cobertura 1.9.4.1 - GNU GPL License (NO WARRANTY) - See COPYRIGHT file
Instrumenting 88 files to /var/lib/jenkins/jobs/testBuild/workspace/de.tool.core/target/generated-classes/cobertura
Cobertura: Saved information on 88 classes.
Instrument time: 256ms
[INFO] Instrumentation was successful.
[INFO] NOT adding cobertura ser file to attached artifacts list.
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ de.tool.core ---
[INFO] Using 'Cp1252' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /var/lib/jenkins/jobs/testBuild/workspace/de.tool.core/src/test/resources
[INFO]
[INFO] <<< cobertura-maven-plugin:2.5:cobertura (default-cli) @ de.tool.core <<<
[INFO]
[INFO] --- cobertura-maven-plugin:2.5:cobertura (default-cli) @ de.tool.core ---
[INFO] Cobertura 1.9.4.1 - GNU GPL License (NO WARRANTY) - See COPYRIGHT file
Cobertura: Loaded information on 88 classes.
Report time: 800ms
[INFO] Cobertura Report generation was successful.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 50.133s
[INFO] Finished at: Tue Oct 25 11:28:44 CEST 2011
[INFO] Final Memory: 33M/263M
[INFO] Java bytecode scan...
[WARN] Class 'de/tool/core/util/EObjectUtil' is not accessible through the ClassLoader.
[INFO] Java bytecode scan done: 105 ms
...
The following classes needed for analysis were missing:
de.tool.core.util.EObjectUtil
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] de.tool.core ............................... SUCCESS [2.364s]
[INFO] de.tool.evolution .......................... FAILURE [0.023s]
...
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1:52.418s
[INFO] Finished at: Tue Oct 25 11:29:46 CEST 2011
[INFO] Final Memory: 51M/411M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project de.tool.evolution: Could not resolve dependencies for project de.tool.evolution:de.tool.evolution:eclipse-plugin:1.0.0-SNAPSHOT: Could not find artifact de.tool.core:de.tool.core:eclipse-plugin:1.2.0-SNAPSHOT -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal on project de.tool.evolution: Could not resolve dependencies for project de.tool.evolution:de.tool.evolution:eclipse-plugin:1.0.0-SNAPSHOT: Could not find artifact de.tool.core:de.tool.core:eclipse-plugin:1.2.0-SNAPSHOT
最佳答案
我刚刚使用 Sonar 完成了我公司的 Jenkins 服务器的配置,以便与我们的 Maven 构建的项目一起使用。所以这里是我必须经历的步骤。
在我的 pom.xml(Maven2 版本)中,我必须添加以下代码:
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>sonar-maven-plugin</artifactId>
<version>1.0-beta-2</version>
</plugin>
sonar:sonar
target 在您的 Maven 目标行上...在项目级别启用 Sonar 足以让我们的 Jenkins 工作收集其所有统计信息。
关于maven - 如何正确集成 Maven、Jenkins、Sonar 和 Cobertura?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7890320/
从 Cobertura Maven 插件调用 cobertura:instrument 目标可能是什么实际用例? 我知道它只是工具类,但是什么时候它可能比 cobertura:cobertura 或
我正在使用 cobertura maven 插件 2.4。我没有看到任何选项来设置将数据文件 (cobertura.ser) 存储到特定文件夹的位置。 最佳答案 看看http://jira.codeh
我对部署和代码覆盖问题还很陌生,现在我遇到了一个问题,我的应用程序使用 cobertura maven 插件 2.7 和 covertura 版本 2.1.1 和 java 8。我在 cobertur
自从我将我的 sonarqube 服务器更新到 6.1 以来,我在我的 gradle 项目中遇到了这个错误。 我正在使用 Sonar 插件最新版本 (2.2) classpath("org.sonar
我看到在cobertura-maven-plugin中,可以同时使用excludes和ignores配置我的工具。两者有什么区别? 最佳答案 Maven插件不包含有关此配置选项的任何文档(但它们包含在
我正在尝试使用 cobertura 插件生成代码覆盖率报告。 我的 pom.xml 中有这个依赖项 org.codehaus.mojo cobertura-maven-plugi
我为我的grails 3.1.6项目添加了cobertura代码覆盖率,覆盖率报告似乎有点过时,即我有单元测试用例(pos和neg情况)都覆盖了if块,但是报告说没有覆盖率如果-block。 Grad
我正在使用 Maven (2) Cobertura 插件来创建代码覆盖率报告,并且我在方法中使用了以下 stub : try { System.exit(0); } catch (final
我正在使用 Cobertura 进行代码覆盖率分析。如果我在 Jenkins 中运行构建,生成 中的类将包含在覆盖率结果中,但覆盖率为 0%。如果我在工作区 (Eclipse) 中运行代码覆盖率,覆盖
我是 Cobertura 的新手,我正在尝试从编译的 jar 文件中检测类。 解压后,我运行以下命令: D:\cobertura-1.9.4.1\7.6.300.01>D:\cobertura-1.9
我目前正在努力解决Cobertura在某些情况下无法识别给定类的代码覆盖率的问题。尽管该类已经过全面测试(方法覆盖率 100%),但 Cobertura 显示的覆盖率为 0%。 同一包中还有其他类可以
我是第一次使用 cobertura。一切正常,但我想知道的是,我的代码中有几行永远不应该这样调用: try { em.persist(); }catch(Exception) { lo
我创建了一个基本的 Maven 包。 src/main/java 目录包含: public class Blah { public int blah(){ return 1;
我有一个使用 Maven 配置的庞大代码库。我的代码库分为不同的 Maven 模块,因此我有一个主 pom 文件,每个子模块都有自己的 pom 文件。但这些模块仍然互相调用彼此的功能。为每个模块编写
通过 gcovr,我能够为我的 IOS 应用程序生成代码覆盖率报告 (coverage.xml)。我将如何使用 cobertura 插件将 coverage.xml 转换为 cobertura htm
我看到 Cobertura 有一个 可用于在构建时强制覆盖的任务(如果覆盖指标低于某个值,则构建失败)。该网站显示了具有多个可用属性的示例,但并未真正描述它们是什么或它们的作用: branchrate
我正在尝试使用 Gradle Cobertura 插件作为我的 Springboot 应用程序的代码覆盖工具。该应用程序主要是 Java 后端,但确实包含一些常规代码。 我正在使用 Java 1.8.
我从我的 Maven 父项目中删除了一个子项目。 现在,当我在父项目上运行 cobertura:cobertura 时,已经消失的类仍然列在我们 Jenkins CI 的覆盖率报告中。 . 整个 Ma
有人知道 Cobertura 将它的报道图片贴在哪里吗? 我图片的网址是:http://ContinualTests/746/cobertura/graph 当我深入研究运行 tomcat/hudso
经过一些努力我终于得到cobertura我的 Web 应用程序在 tomcat 上正确运行服务器。在我将它提交给 svn 并且 hudson 完成(失败)他的工作之前,一切似乎都很好。如果没有这个构建
我是一名优秀的程序员,十分优秀!