mirror of https://github.com/apache/jclouds.git
changed clojure-maven-plugin to 1.3.2 and removed its configuration in blobstore/pom.xml
This commit is contained in:
parent
91c9b82946
commit
88bf948eb6
|
@ -118,25 +118,6 @@
|
||||||
</excludes>
|
</excludes>
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
<plugin>
|
|
||||||
<groupId>com.theoryinpractise</groupId>
|
|
||||||
<artifactId>clojure-maven-plugin</artifactId>
|
|
||||||
<version>1.3.1</version>
|
|
||||||
<executions>
|
|
||||||
<execution>
|
|
||||||
<id>test-clojure</id>
|
|
||||||
<phase>test</phase>
|
|
||||||
<goals>
|
|
||||||
<goal>test</goal>
|
|
||||||
</goals>
|
|
||||||
</execution>
|
|
||||||
</executions>
|
|
||||||
<configuration>
|
|
||||||
<testNamespaces>
|
|
||||||
<testNamespace>!clojure.*</testNamespace>
|
|
||||||
</testNamespaces>
|
|
||||||
</configuration>
|
|
||||||
</plugin>
|
|
||||||
</plugins>
|
</plugins>
|
||||||
</build>
|
</build>
|
||||||
</project>
|
</project>
|
||||||
|
|
|
@ -276,7 +276,7 @@
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>com.theoryinpractise</groupId>
|
<groupId>com.theoryinpractise</groupId>
|
||||||
<artifactId>clojure-maven-plugin</artifactId>
|
<artifactId>clojure-maven-plugin</artifactId>
|
||||||
<version>1.3.1</version>
|
<version>1.3.2</version>
|
||||||
<executions>
|
<executions>
|
||||||
<execution>
|
<execution>
|
||||||
<id>test-clojure</id>
|
<id>test-clojure</id>
|
||||||
|
|
Loading…
Reference in New Issue