diff --git a/README.md b/README.md index 31f55d70..5f98ac6f 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,7 @@ Requirements; * Setup [Hyperdrive](https://github.com/hyperspace-org/hyperdrive-service) * Use an AdoptOpenJDK(11++) to run the demo. +* Run "mvn initialize" once to copy local lib to local m2 repro. ### Project Launch Release diff --git a/gdxapp4d-lib-warpme/pom.xml b/gdxapp4d-lib-warpme/pom.xml index c9e8ce39..133dcb50 100644 --- a/gdxapp4d-lib-warpme/pom.xml +++ b/gdxapp4d-lib-warpme/pom.xml @@ -16,6 +16,11 @@ org.x4o x4o-driver + + org.apache.tomcat + jasper-el + 6.0.20 + @@ -30,7 +35,27 @@ copy-dependencies + + + + + + org.apache.maven.plugins + maven-install-plugin + 2.5.2 + + + deploy-local-x4o + initialize + + install-file + + org.x4o + x4o-driver + 0.8.7-SNAPSHOT2 + jar + ${project.basedir}/../local-libs/x4o-driver-0.8.7-SNAPSHOT2.jar diff --git a/local-libs/x4o-driver-0.8.7-SNAPSHOT2.jar b/local-libs/x4o-driver-0.8.7-SNAPSHOT2.jar new file mode 100644 index 00000000..b615196d Binary files /dev/null and b/local-libs/x4o-driver-0.8.7-SNAPSHOT2.jar differ diff --git a/pom.xml b/pom.xml index 82ecf6db..c24024c4 100644 --- a/pom.xml +++ b/pom.xml @@ -168,7 +168,7 @@ org.x4o x4o-driver - 0.8.7-SNAPSHOT + 0.8.7-SNAPSHOT2 io.github.spair