Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ice-dev] Excluding test bundles from SonarQube analysis

Taylor,

Cool.

But why write a script? Just add it by hand, which will only take 10min, and then everyone will get it in all future poms because we just copy and paste from existing ones.

Jay

On Mon, Jul 6, 2015 at 3:19 PM, Patterson, Taylor C. <pattersontc@xxxxxxxx> wrote:
All,

Here it the link to the Stack Overflow question that I created to try to find a solution to ignoring the test bundles from SonarQube’s quality analysis:


The most recent comment appears to provide a solution in which the following needs to be included in the pom.xml of each test bundle:

<properties>
    <sonar.skip>true</sonar.skip>
</properties>

I am currently working on a script to add this snippet to all of the test bundles’ pom.xml files. I’ll commit it to /utils in the repo once it is functional.

Taylor

_______________________________________________
ice-dev mailing list
ice-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/ice-dev



--
Jay Jay Billings
Oak Ridge National Laboratory
Twitter Handle: @jayjaybillings

Back to the top