File tree Expand file tree Collapse file tree 1 file changed +4
-70
lines changed Expand file tree Collapse file tree 1 file changed +4
-70
lines changed Original file line number Diff line number Diff line change 16
16
</developer >
17
17
</developers >
18
18
19
- <dependencies >
20
- <dependency >
21
- <groupId >org.clojure</groupId >
22
- <artifactId >clojurescript</artifactId >
23
- <version >1.9.293</version >
24
- <scope >test</scope >
25
- </dependency >
26
- </dependencies >
27
-
28
- <build >
29
- <testResources >
30
- <testResource >
31
- <directory >${project.basedir} /src/test/clojurescript</directory >
32
- </testResource >
33
- </testResources >
34
- <plugins >
35
- <plugin >
36
- <!-- cljc-maven-plugin produces .clj files from .cljc files,
37
- hence enabling usage of .cljc while supporting clojure < 1.7.0 -->
38
- <groupId >net.bendlas</groupId >
39
- <artifactId >cljc-maven-plugin</artifactId >
40
- <version >0.1.2</version >
41
- <executions >
42
- <execution >
43
- <id >split-compile</id >
44
- <phase >generate-sources</phase >
45
- <goals ><goal >split</goal ></goals >
46
- </execution >
47
- <execution >
48
- <id >split-compile-tests</id >
49
- <phase >generate-test-sources</phase >
50
- <goals ><goal >split-tests</goal ></goals >
51
- </execution >
52
- </executions >
53
- </plugin >
54
- <plugin >
55
- <artifactId >maven-jar-plugin</artifactId >
56
- <version >2.4</version >
57
- <executions >
58
- <execution >
59
- <id >default-jar</id >
60
- <phase >package</phase >
61
- <goals >
62
- <goal >jar</goal >
63
- </goals >
64
- <configuration >
65
- <includes >
66
- <include >**/*.clj</include >
67
- <include >**/*.cljs</include >
68
- <include >**/*.cljc</include >
69
- </includes >
70
- </configuration >
71
- </execution >
72
- </executions >
73
- </plugin >
74
- </plugins >
75
- </build >
76
-
77
- <properties >
78
- <clojure .version>1.8.0</clojure .version>
79
- </properties >
80
-
81
- <pluginRepositories >
82
- <!-- use clojars for cljc-maven-plugin -->
83
- <pluginRepository >
84
- <id >clojars.org</id >
85
- <url >https://clojars.org/repo</url >
86
- </pluginRepository >
87
- </pluginRepositories >
88
-
89
19
<scm >
90
20
<connection >scm:git:git@github.com:clojure/math.combinatorics.git</connection >
91
21
<developerConnection >scm:git:git@github.com:clojure/math.combinatorics.git</developerConnection >
92
22
<url >git@github.com:clojure/math.combinatorics.git</url >
93
23
<tag >HEAD</tag >
94
24
</scm >
25
+
26
+ <properties >
27
+ <clojure .version>1.7.0</clojure .version>
28
+ </properties >
95
29
</project >
You can’t perform that action at this time.
0 commit comments