[jira] Updated: (HBASE-3625) improve/fix support excluding Tests via Maven -D property

2011-03-14 Thread Todd Lipcon (JIRA)

 [ 
https://issues.apache.org/jira/browse/HBASE-3625?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Todd Lipcon updated HBASE-3625:
---

Attachment: hbase-3625.txt

 improve/fix support excluding Tests via Maven -D property
 -

 Key: HBASE-3625
 URL: https://issues.apache.org/jira/browse/HBASE-3625
 Project: HBase
  Issue Type: Improvement
  Components: build
Affects Versions: 0.90.1
 Environment: all
Reporter: Alejandro Abdelnur
  Labels: build
 Attachments: hbase-3625.txt


 Currently the surefire plugin configuration defines the following exclusion:
 {code}
 .
   plugin
 groupIdorg.apache.maven.plugins/groupId
 artifactIdmaven-surefire-plugin/artifactId
 configuration
   forkModealways/forkMode
   includes
 include**/Test*.java/include
   /includes
   excludes
 exclude**/*$*/exclude
   /excludes
 /configuration
   /plugin
 {code}
 AFAICT the '{{***/***$**}}' does not resolve to anything meaningful.
 Adding support to exclude one or more tests via Maven property, i.e. 
 '{{-Dtest.exclude=TESTCLASS}}' would be useful.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] Updated: (HBASE-3625) improve/fix support excluding Tests via Maven -D property

2011-03-14 Thread stack (JIRA)

 [ 
https://issues.apache.org/jira/browse/HBASE-3625?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

stack updated HBASE-3625:
-

Status: Patch Available  (was: Open)

Marking patch available.  Looks like something that'd be useful in trunk and 
branch.

 improve/fix support excluding Tests via Maven -D property
 -

 Key: HBASE-3625
 URL: https://issues.apache.org/jira/browse/HBASE-3625
 Project: HBase
  Issue Type: Improvement
  Components: build
Affects Versions: 0.90.1
 Environment: all
Reporter: Alejandro Abdelnur
  Labels: build
 Attachments: hbase-3625.txt


 Currently the surefire plugin configuration defines the following exclusion:
 {code}
 .
   plugin
 groupIdorg.apache.maven.plugins/groupId
 artifactIdmaven-surefire-plugin/artifactId
 configuration
   forkModealways/forkMode
   includes
 include**/Test*.java/include
   /includes
   excludes
 exclude**/*$*/exclude
   /excludes
 /configuration
   /plugin
 {code}
 AFAICT the '{{***/***$**}}' does not resolve to anything meaningful.
 Adding support to exclude one or more tests via Maven property, i.e. 
 '{{-Dtest.exclude=TESTCLASS}}' would be useful.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] Updated: (HBASE-3625) improve/fix support excluding Tests via Maven -D property

2011-03-14 Thread Todd Lipcon (JIRA)

 [ 
https://issues.apache.org/jira/browse/HBASE-3625?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Todd Lipcon updated HBASE-3625:
---

   Resolution: Fixed
Fix Version/s: 0.90.2
 Assignee: Alejandro Abdelnur
 Hadoop Flags: [Reviewed]
   Status: Resolved  (was: Patch Available)

 improve/fix support excluding Tests via Maven -D property
 -

 Key: HBASE-3625
 URL: https://issues.apache.org/jira/browse/HBASE-3625
 Project: HBase
  Issue Type: Improvement
  Components: build
Affects Versions: 0.90.1
 Environment: all
Reporter: Alejandro Abdelnur
Assignee: Alejandro Abdelnur
  Labels: build
 Fix For: 0.90.2

 Attachments: hbase-3625.txt


 Currently the surefire plugin configuration defines the following exclusion:
 {code}
 .
   plugin
 groupIdorg.apache.maven.plugins/groupId
 artifactIdmaven-surefire-plugin/artifactId
 configuration
   forkModealways/forkMode
   includes
 include**/Test*.java/include
   /includes
   excludes
 exclude**/*$*/exclude
   /excludes
 /configuration
   /plugin
 {code}
 AFAICT the '{{***/***$**}}' does not resolve to anything meaningful.
 Adding support to exclude one or more tests via Maven property, i.e. 
 '{{-Dtest.exclude=TESTCLASS}}' would be useful.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira