mirror of
https://github.com/badvision/jace.git
synced 2025-02-18 15:30:28 +00:00
Trying to tell Maven to use lib copy of nestedvm.jar -- ultimately I should just be using artifactory or something!
This commit is contained in:
parent
07795b1e77
commit
36127208f1
2
pom.xml
2
pom.xml
@ -145,6 +145,8 @@
|
|||||||
<groupId>megacz</groupId>
|
<groupId>megacz</groupId>
|
||||||
<artifactId>nestedvm</artifactId>
|
<artifactId>nestedvm</artifactId>
|
||||||
<version>2014.12.3</version>
|
<version>2014.12.3</version>
|
||||||
|
<scope>system</scope>
|
||||||
|
<systemPath>${project.basedir}/lib/nestedvm.jar</systemPath>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>junit</groupId>
|
<groupId>junit</groupId>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user