Skip to content

Commit c2dbd27

Browse files
committed
Move to clojure-maven-plugin 1.3.7
This enables the temporaryOutputDirectory for checking compilation
1 parent 1c62737 commit c2dbd27

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

pom.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<plugin>
2525
<groupId>com.theoryinpractise</groupId>
2626
<artifactId>clojure-maven-plugin</artifactId>
27-
<version>1.3.2</version>
27+
<version>1.3.7</version>
2828
<configuration>
2929
<sourceDirectories>
3030
<sourceDirectory>src</sourceDirectory>
@@ -35,8 +35,7 @@
3535
<clojureOptions>-Xmx512m -Djava.awt.headless=true -XX:MaxPermSize=256m</clojureOptions>
3636
<warnOnReflection>true</warnOnReflection>
3737
<compileDeclaredNamespaceOnly>true</compileDeclaredNamespaceOnly>
38-
<!-- we want the AOT compile sanity check, but still only ship source -->
39-
<outputDirectory>${project.build.directory}/clojure-classes</outputDirectory>
38+
<temporaryOutputDirectory>true</temporaryOutputDirectory>
4039
</configuration>
4140
<executions>
4241
<execution>
@@ -130,7 +129,7 @@
130129
<plugin>
131130
<groupId>com.theoryinpractise</groupId>
132131
<artifactId>clojure-maven-plugin</artifactId>
133-
<version>1.3.2</version>
132+
<version>1.3.7</version>
134133
<configuration>
135134
<clojureOptions>-Xmx512m -Djava.awt.headless=true -XX:MaxPermSize=256m -Dssh.username=testuser</clojureOptions>
136135
</configuration>

0 commit comments

Comments
 (0)