diff --git a/pom.xml b/pom.xml index 39f1bb4..f16f5d8 100644 --- a/pom.xml +++ b/pom.xml @@ -57,6 +57,28 @@ true + + maven-invoker-plugin + 1.5 + + src/integration + ${project.build.directory}/integration + + */pom.xml + + true + clojure:test + + + + integration-test + + install + run + + + + diff --git a/src/integration/clojure-1.2.0/pom.xml b/src/integration/clojure-1.2.0/pom.xml new file mode 100644 index 0000000..55be33d --- /dev/null +++ b/src/integration/clojure-1.2.0/pom.xml @@ -0,0 +1,44 @@ + + 4.0.0 + clojure.tools + 0.0.0 + test-clojure-1.2.0 + (Clojure 1.2.0 tests) + + + + org.clojure + clojure + 1.2.0 + + + @project.groupId@ + @project.artifactId@ + @project.version@ + + + + + + + com.theoryinpractise + clojure-maven-plugin + 1.3.8 + + @basedir@/src/test/clojure + -Daws.id=@aws.id@ -Daws.secret-key=@aws.secret-key@ + + + + test-clojure + test + + test + + + + + + + \ No newline at end of file diff --git a/src/integration/clojure-1.4.0/pom.xml b/src/integration/clojure-1.4.0/pom.xml new file mode 100644 index 0000000..5b97815 --- /dev/null +++ b/src/integration/clojure-1.4.0/pom.xml @@ -0,0 +1,44 @@ + + 4.0.0 + clojure.tools + 0.0.0 + test-clojure-1.4.0 + (Clojure 1.4.0 tests) + + + + org.clojure + clojure + 1.4.0-master-SNAPSHOT + + + @project.groupId@ + @project.artifactId@ + @project.version@ + + + + + + + com.theoryinpractise + clojure-maven-plugin + 1.3.8 + + @basedir@/src/test/clojure + -Daws.id=@aws.id@ -Daws.secret-key=@aws.secret-key@ + + + + test-clojure + test + + test + + + + + + + \ No newline at end of file