Exclude tests instead skipping them
-----------------------------------

                 Key: JCR-2495
                 URL: https://issues.apache.org/jira/browse/JCR-2495
             Project: Jackrabbit Content Repository
          Issue Type: Improvement
          Components: jackrabbit-jcr2spi
    Affects Versions: 2.1.0
            Reporter: Michael Dürig
            Assignee: Michael Dürig


jcr2spi tests run with the spi2jcr module by default so they are configured to 
be skipped when jcr2spi is built. Manually running a jcr2spi test like this

mvn -Dtest=MyTest -Dmaven.test.skip=false test

does not work however. The pom configuration seems to take precedence here. 

To fix this I propose to exclude all test instead of skipping them making it 
possible to manually execute tests like this

mvn -Dtest=MyTest test


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to