Details
-
Type:
Task
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: Issues to be reviewed for 3.x
-
Component/s: POM
-
Labels:None
-
Complexity:Intermediate
-
Number of attachments :
Description
This is to support the new surefire:integration-test mojo (MSUREFIRE-50).
Issue Links
- is depended upon by
-
SUREFIRE-142
Create new surefire:integration-test mojo for IT
-
Wouldn't it be better to finally have something like
<source>
<directory>src/main/java</directory>
<type>main</type> <!-- May be test, or integration-test -->
</source>
I find this easier to handle and to enhance than adding new tags all the time.