10000 GitHub - daggerok/ejb-client-gradle-plugin: Plugin helps you generate EJB client using gradle
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

daggerok/ejb-client-gradle-plugin

Repository files navigation

EJB Client Gradle Plugin Build Status

what?

Helps you generate ejb-client jar to be used as provided dependency JavaEE client apps. Any classes inside .api. package will be added to EJB client jar.

Classes to be packaged:

**/api/*.*
**/api/**/*.*

installation and usage

online

simply update your build.gradle
echo 'apply from: "https://raw.githubusercontent.com/daggerok/ejb-client-gradle-plugin/master/build.gradle"' >> build.gradle
gradle clean build
ls -lah build/libs

offline

If you wont download plugin over and over, just commit it into your repo

download
wget -O ejb-client-plugin.gradle https://raw.githubusercontent.com/daggerok/ejb-client-gradle-plugin/master/build.gradle
echo 'apply from: "ejb-client-plugin.gradle"'>> build.gradle
gradle clean build
ls -lah build/libs

About

Plugin helps you generate EJB client using gradle

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0