Surefire doesn't support @IfProfileValue
----------------------------------------

                 Key: SUREFIRE-540
                 URL: http://jira.codehaus.org/browse/SUREFIRE-540
             Project: Maven Surefire
          Issue Type: Bug
    Affects Versions: 2.4.3
            Reporter: Christoph Kutzinski


Regression from 2.4.2:
I'm using Spring's @IfProfileValue annotation to run certain unit tests only in 
specific circumstances. E.g.

@IfProfileValue(name="test.profile.stress", value="true")
public class StressTest { ... }

and start the tests with mvn test -Dtest.profile.stress=true.
This works with Surefire 2.4.2, but with 2.4.3 the tests are skipped without 
further explanation.




-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to