Description
The loader jar not installable or deployable to a maven repo because it is essentially a 'sub artifact' of the core module and maven doesn't support such concepts. When jar:isntall or jar:deploy is called from maven, only the openejb-core-VERSION.jar is put into the local repo or published to a remote repo. This also means that no other modules can have dependency on the openejb-loader-VERSION.jar as it is not in any repo.