Maven Surefire Plugin suiteXmlFiles config in parent pom doesn't seem to work

View: New views
1 Messages — Rating Filter:   Alert me  

Maven Surefire Plugin suiteXmlFiles config in parent pom doesn't seem to work

by nodje :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


Hi,

I'm trying to get a single test configuration for all projects and as such
I'm trying to put this piece of config in a parent pom:

                    <suiteXmlFiles>
                        <suiteXmlFile>src/test/testng.xml</suiteXmlFile>
                    </suiteXmlFiles>

But it doesn't seem to be recognize in child project.
It works only if the config is included in child's pom.

Is that a known shortcoming?
--
View this message in context: http://n2.nabble.com/Maven-Surefire-Plugin-suiteXmlFiles-config-in-parent-pom-doesn%27t-seem-to-work-tp3188027p3188027.html
Sent from the maven users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@...
For additional commands, e-mail: users-help@...