META-INF.plexus.components.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jasmine-maven-plugin Show documentation
Show all versions of jasmine-maven-plugin Show documentation
A JavaScript unit test plugin that processes JavaScript sources and Jasmine specs, prepares test runner HTML files, executes Jasmine specs headlessly with HtmlUnit, and produces JUnit XML reports
<component-set> <components> <component> <role>org.apache.maven.lifecycle.Lifecycle</role> <implementation>org.apache.maven.lifecycle.Lifecycle</implementation> <role-hint>jasmine-lifecycle</role-hint> <configuration> <id>jasmine-lifecycle</id> <phases> <phase>jasmine-process-resources</phase> <phase>jasmine-generate-runner</phase> <phase>jasmine-process-test-resources</phase> <phase>jasmine-test</phase> </phases> <default-phases> <jasmine-process-resources> com.github.searls:jasmine-maven-plugin:resources </jasmine-process-resources> <jasmine-generate-runner> com.github.searls:jasmine-maven-plugin:generateManualRunner </jasmine-generate-runner> <jasmine-process-test-resources> com.github.searls:jasmine-maven-plugin:testResources </jasmine-process-test-resources> <jasmine-test> com.github.searls:jasmine-maven-plugin:test </jasmine-test> </default-phases> </configuration> </component> </components> </component-set>