Sha256: b5a0aeb964056886b960506b50fe95431ac0ff79d24cf0e33927972fb7c1e06c
Contents?: true
Size: 1.41 KB
Versions: 1
Compression:
Stored size: 1.41 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; * `gjp scaffold-jar-table DIRECTORY` looks for jars in the project's DIRECTORY and classifies them as build-time dependencies (b), run-time dependencies (r) or products (p); ## 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
gjp-0.10.0 | README.md |