File tree Expand file tree Collapse file tree 2 files changed +22
-0
lines changed Expand file tree Collapse file tree 2 files changed +22
-0
lines changed Original file line number Diff line number Diff line change 82
82
</configuration >
83
83
</execution >
84
84
</executions >
85
+ </plugin >
86
+
87
+ <!-- This plugin ensures we get a test-jar which is used as a dependency for some other tests -->
88
+ <plugin >
89
+ <groupId >org.apache.maven.plugins</groupId >
90
+ <artifactId >maven-jar-plugin</artifactId >
91
+ <executions >
92
+ <execution >
93
+ <goals >
94
+ <goal >test-jar</goal >
95
+ </goals >
96
+ </execution >
97
+ </executions >
85
98
</plugin >
86
99
</plugins >
87
100
<resources >
Original file line number Diff line number Diff line change 26
26
<groupId >world.convex</groupId >
27
27
<artifactId >convex-core</artifactId >
28
28
<version >${convex.version} </version >
29
+ <type >jar</type >
30
+ <scope >compile</scope >
31
+ </dependency >
32
+ <dependency >
33
+ <groupId >world.convex</groupId >
34
+ <artifactId >convex-core</artifactId >
35
+ <version >${convex.version} </version >
36
+ <classifier >tests</classifier >
37
+ <scope >test</scope >
29
38
</dependency >
30
39
31
40
<dependency >
You can’t perform that action at this time.
0 commit comments