Skip to content

Instantly share code, notes, and snippets.

View willcain's full-sized avatar

Will Cain willcain

View GitHub Profile
@willcain
willcain / pom.xml
Created March 26, 2012 18:33
Maven project snippet for using jasmine-maven-plugin with Surefire and Jenkins
<!--
Thanks and kudos to:
Justin Searls https://github.com/searls for jasmine-maven-plugin,
Pivotal Labs http://pivotallabs.com/ for Jasmine,
Jenkins CI http://jenkins-ci.org for Jenkins,
Apache Software Foundation http://apache.org/ for Maven
-->
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">