Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[tycho-user] How to add JUnit RunListener to Tycho Surefire Plugin

Hi!,

Is it possible to add JUnit RunListener when running tests via Tycho Surefire Plugin?

Something similar to this:

        <plugin>
            <groupId>org.apache.maven.plugins</groupId>
            <artifactId>maven-surefire-plugin</artifactId>
            <configuration>
                <properties>
                    <property>
                        <name>listener</name>
                        <value>my.company.MyRunListener</value>
                    </property>
                </properties>
            </configuration>
        </plugin>

http://stackoverflow.com/questions/4968475/using-junit-runlistener-with-maven

Thanks for answers.

Regards, Vlado Pakan.


Back to the top