META-INF.maven.lifecycle.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ekstazi-maven-plugin Show documentation
Show all versions of ekstazi-maven-plugin Show documentation
Ekstazi: Regression testing tool for Java - Maven plugin
<lifecycles> <lifecycle> <id>ekstazi</id> <phases> <phase> <id>process-test-classes</id> <executions> <execution> <goals> <goal>select</goal> </goals> </execution> </executions> </phase> <phase> <id>test</id> </phase> </phases> </lifecycle> </lifecycles>