File tree Expand file tree Collapse file tree 1 file changed +27
-1
lines changed Expand file tree Collapse file tree 1 file changed +27
-1
lines changed Original file line number Diff line number Diff line change 26
26
</profile >
27
27
</profiles >
28
28
29
+ <dependencies >
30
+ <dependency >
31
+ <groupId >org.cprover.util</groupId >
32
+ <artifactId >cprover-api</artifactId >
33
+ <version >1.0.0</version >
34
+ <scope >compile</scope >
35
+ </dependency >
36
+ </dependencies >
37
+
29
38
<build >
30
39
<finalName >core-models</finalName >
31
40
<plugins >
41
+ <plugin >
42
+ <artifactId >maven-dependency-plugin</artifactId >
43
+ <version >2.8</version >
44
+ <executions >
45
+ <execution >
46
+ <phase >generate-sources</phase >
47
+ <goals >
48
+ <goal >build-classpath</goal >
49
+ </goals >
50
+ <configuration >
51
+ <outputProperty >maven.compile.classpath</outputProperty >
52
+ <pathSeparator >:</pathSeparator >
53
+ </configuration >
54
+ </execution >
55
+ </executions >
56
+ </plugin >
57
+
32
58
<plugin >
33
59
<groupId >org.apache.maven.plugins</groupId >
34
60
<artifactId >maven-compiler-plugin</artifactId >
35
61
<version >3.6.1</version >
36
62
<configuration >
37
63
<compilerArguments >
38
- <classpath >${java.home} /lib/rt.jar</classpath >
64
+ <classpath >${java.home} /lib/rt.jar: ${maven.compile.classpath} </classpath >
39
65
</compilerArguments >
40
66
<source >1.8</source >
41
67
<target >1.8</target >
You can’t perform that action at this time.
0 commit comments