Bug 1187580 - maven.test.skip.exec should be replaced by skipTests
Summary: maven.test.skip.exec should be replaced by skipTests
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: JBoss Data Grid 6
Classification: JBoss
Component: Build
Version: 6.4.0
Hardware: All
OS: All
unspecified
low
Target Milestone: DR2
: 6.5.0
Assignee: Sebastian Łaskawiec
QA Contact: Martin Gencur
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2015-01-30 13:00 UTC by Sebastian Łaskawiec
Modified: 2015-06-23 12:25 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2015-06-23 12:25:22 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Issue Tracker ISPN-5202 0 Optional New Remove deprecated maven.test.exec.skip, use skipTests instead 2015-02-04 12:52:20 UTC

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)


Note You need to log in before you can comment on or make changes to this bug.