Sha256: 750affcd0a7aa89bd9d51a8b2b080bc36d3446c6d24624fe5994cc5015912d1a
Contents?: true
Size: 1.24 KB
Versions: 2
Compression:
Stored size: 1.24 KB
Contents
gjp – Green Java Packager's tools === `gjp` (pronounced _/ˈdʒiː ˈaɪ ˈd͡ʒəʊ/_) is a set of tools to ease and partially automate Linux packaging of Java projects. The project focus is on producing rpm packages for SUSE distributions, but it is general enough to be useful even for other distributions. ## Install Easiest install is via RubyGems: $ gem install gjp ## Usage Currently available tools: * `gjp get-pom NAME` will attempt to find a pom. `NAME` can be a jar file on your disk, a project directory, or simply a `name-version` string. `gjp` will get the pom either from the package itself or through search.maven.org using heuristic searching; * `gjp get-parent-pom POM` will attempt to download a pom's parent from search.maven.org, where `POM` is a filename or URI; * `gjp get-source-address POM` will attempt to find the SCM Internet address of a pom.xml from the file itself or through api.github.com. `POM` can either be a filename or a URI; * `gjp get-source POM ADDRESS` downloads the source of a pom.xml's project from its SCM at ADDRESS; ## Source `gjp`'s Git repo is available on GitHub, which can be browsed at: https://github.com/SilvioMoioli/gjp and cloned with: git clone git@github.com:SilvioMoioli/gjp.git
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
gjp-0.9.0 | README.md |
gjp-0.8.0 | README.md |