You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@plc4x.apache.org by cd...@apache.org on 2018/01/25 21:55:07 UTC

[incubator-plc4x] branch master updated: - Removed the commented out lines after the build has proven to work without them.

This is an automated email from the ASF dual-hosted git repository.

cdutz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-plc4x.git


The following commit(s) were added to refs/heads/master by this push:
     new 3e661c0  - Removed the commented out lines after the build has proven to work without them.
3e661c0 is described below

commit 3e661c09b66d7dc43db0d7dada47ef019b23c5cf
Author: Christofer Dutz <ch...@c-ware.de>
AuthorDate: Thu Jan 25 22:55:04 2018 +0100

    - Removed the commented out lines after the build has proven to work without them.
---
 pom.xml | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/pom.xml b/pom.xml
index 3bd7d30..f15b21c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -88,9 +88,6 @@
     <sonar.host.url>https://builds.apache.org/analysis</sonar.host.url>
     <!-- Exclude all generated code -->
     <sonar.exclusions>file:**/generated-sources/**</sonar.exclusions>
-    <!-- Tell sonar where the coverage reports are located -->
-    <!--sonar.jacoco.reportPath>${project.build.directory}/jacoco.exec</sonar.jacoco.reportPath>
-    <sonar.jacoco.itReportPath>${project.build.directory}/jacoco-it.exec</sonar.jacoco.itReportPath-->
 
     <junit-platform.version>1.1.0-M1</junit-platform.version>
     <junit-jupiter.version>5.1.0-M1</junit-jupiter.version>
@@ -869,9 +866,6 @@
     <profile>
       <id>jenkins-build</id>
       <properties>
-        <!-- Tell sonar where the coverage reports are located -->
-        <!--sonar.jacoco.reportPath>${env.WORKSPACE}/target/coverage-reports/jacoco-ut.exec</sonar.jacoco.reportPath>
-        <sonar.jacoco.itReportPath>${env.WORKSPACE}/target/coverage-reports/jacoco-it.exec</sonar.jacoco.itReportPath-->
       </properties>
     </profile>
 
@@ -985,7 +979,6 @@
                       for JaCoCo runtime agent.
                   -->
                   <propertyName>surefireArgLine</propertyName>
-                  <!--destFile>${sonar.jacoco.reportPath}</destFile-->
                 </configuration>
               </execution>
               <!--
@@ -1004,7 +997,6 @@
                       for JaCoCo runtime agent.
                   -->
                   <propertyName>failsafeArgLine</propertyName>
-                  <!--destFile>${sonar.jacoco.itReportPath}</destFile-->
                 </configuration>
               </execution>
               <!--
@@ -1019,7 +1011,6 @@
                 <configuration>
                   <!-- TODO: Turn this on as soon as possible. -->
                   <haltOnFailure>false</haltOnFailure>
-                  <!--dataFile>${sonar.jacoco.reportPath}</dataFile-->
                   <rules>
                     <rule implementation="org.jacoco.maven.RuleConfiguration">
                       <element>BUNDLE</element>

-- 
To stop receiving notification emails like this one, please contact
cdutz@apache.org.