diff --git a/pom.xml b/pom.xml index 8dd315e6..cd5ef3ae 100644 --- a/pom.xml +++ b/pom.xml @@ -826,6 +826,78 @@ jar + + install-jogl-all + install + + install-file + + + ${basedir}/binary_distrib/${distribution.folder}/bin/jogl-all.jar + com.enactor.core + jogl-all + ${project.version} + jar + + + + install-jogl-all-natives + install + + install-file + + + ${basedir}/binary_distrib/${distribution.folder}/bin/jogl-all-natives-${distribution.arch}.jar + com.enactor.core + jogl-all-natives + ${project.version} + ${distribution.arch} + jar + + + + install-jcef + install + + install-file + + + ${basedir}/binary_distrib/${distribution.folder}/bin/jcef.jar + com.enactor.core + jcef + ${project.version} + jar + + + + install-gluegen-rt + install + + install-file + + + ${basedir}/binary_distrib/${distribution.folder}/bin/gluegen-rt.jar + com.enactor.core + gluegen-rt + ${project.version} + jar + + + + install-gluegen-rt-natives + install + + install-file + + + ${basedir}/binary_distrib/${distribution.folder}/bin/gluegen-rt-natives-${distribution.arch}.jar + com.enactor.core + gluegen-rt-natives + ${project.version} + ${distribution.arch} + jar + +