|
3 | 3 | <modelVersion>4.0.0</modelVersion>
|
4 | 4 | <groupId>clj-ssh</groupId>
|
5 | 5 | <artifactId>clj-ssh</artifactId>
|
6 |
| - <version>0.2.1-SNAPSHOT</version> |
| 6 | + <version>0.2.2-SNAPSHOT</version> |
7 | 7 | <name>clj-ssh</name>
|
8 | 8 | <description>ssh from clojure</description>
|
9 | 9 | <scm>
|
|
24 | 24 | <plugin>
|
25 | 25 | <groupId>com.theoryinpractise</groupId>
|
26 | 26 | <artifactId>clojure-maven-plugin</artifactId>
|
27 |
| - <version>1.3.2</version> |
| 27 | + <version>1.3.7</version> |
28 | 28 | <configuration>
|
29 | 29 | <sourceDirectories>
|
30 | 30 | <sourceDirectory>src</sourceDirectory>
|
|
35 | 35 | <clojureOptions>-Xmx512m -Djava.awt.headless=true -XX:MaxPermSize=256m</clojureOptions>
|
36 | 36 | <warnOnReflection>true</warnOnReflection>
|
37 | 37 | <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> |
40 | 39 | </configuration>
|
41 | 40 | <executions>
|
42 | 41 | <execution>
|
|
57 | 56 | </plugin>
|
58 | 57 | <plugin>
|
59 | 58 | <artifactId>maven-jar-plugin</artifactId>
|
| 59 | + <version>2.3.1</version> |
60 | 60 | <configuration>
|
61 | 61 | <excludes>
|
62 | 62 | <exclude>log4j.xml</exclude>
|
|
130 | 130 | <plugin>
|
131 | 131 | <groupId>com.theoryinpractise</groupId>
|
132 | 132 | <artifactId>clojure-maven-plugin</artifactId>
|
133 |
| - <version>1.3.2</version> |
| 133 | + <version>1.3.7</version> |
134 | 134 | <configuration>
|
135 | 135 | <clojureOptions>-Xmx512m -Djava.awt.headless=true -XX:MaxPermSize=256m -Dssh.username=testuser</clojureOptions>
|
136 | 136 | </configuration>
|
|
0 commit comments