Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 1187580

Summary: maven.test.skip.exec should be replaced by skipTests
Product: [JBoss] JBoss Data Grid 6 Reporter: Sebastian Łaskawiec <slaskawi>
Component: BuildAssignee: Sebastian Łaskawiec <slaskawi>
Status: CLOSED CURRENTRELEASE QA Contact: Martin Gencur <mgencur>
Severity: low Docs Contact:
Priority: unspecified    
Version: 6.4.0CC: dstahl, jdg-bugs, vjuranek
Target Milestone: DR2   
Target Release: 6.5.0   
Hardware: All   
OS: All   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-06-23 12:25:22 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Sebastian Łaskawiec 2015-01-30 13:00:09 UTC
Description of problem:
JDG build scipts should use -DskipTests instead of maven.test.skip.exec. The latter is deprecated: http://maven.apache.org/surefire/maven-surefire-plugin/test-mojo.html#skipExec

Comment 2 Sebastian Łaskawiec 2015-01-30 15:31:48 UTC
PR: https://github.com/infinispan/jdg/pull/468

Comment 3 Sebastian Łaskawiec 2015-01-30 15:42:31 UTC
CR: https://code.engineering.redhat.com/gerrit/#/c/41015/

Comment 4 Vojtech Juranek 2015-02-05 12:02:13 UTC
Following files still use/setup maven.test.skip.exec:

infinispan/bin/generateConfigDocs.sh
infinispan/bin/generateJmxDocs.sh
infinispan/bin/profile.sh
infinispan/bin/utils.py
infinispan/server/integration/bin/utils.py

Not sure if these scripts are used by anybody, but IMHO it should be changed everywhere to skipTests to avoid confusions and potential errors (or better completely remove the scripts if are not used)