Git Product home page Git Product logo

misc's Introduction

misc

Misc Java stuff

REQUIREMENTS

Some sub-projects require launch4j, which in turn needs 32bit libraries on Linux. On Debian-like systems (like Ubuntu), that boils down to thegcc-multilib package. Also, if there is an error involving not finding jni.h, it's likely that JAVA_HOME is not set properly.

LICENSE

All modules are licensed under the Apache License v2.0 by default. However, there are some exceptions to some modules. Those modules have their own LICENSE file(s).

RELEASE

Open an ISSUE here on github if you want me to push updates to maven central.

This repository consists of a lot of smaller, separate sub-projects, each of which gets released independently and therefore has its own 1.0, 1.1, 1.2, etc. version sequence numbering.

The maven release plugin has issues with releasing subfolders of git repositories. Workaround:

# release plugin's pushChanges option is set to false!
cd <project's sub-folder>
mvn release:prepare
git push --all
git push --tags
# now fix scm.url in release.properties manually! then run:
mvn release:perform

When the last step hangs (happends often after the first 4 files have been uploaded), interrupt it and
restart with "mvn clean && mvn release:perform".

## Build Site Archive

In the root directory (`misc-aggregator` project) do:

mvn clean install site mvn clean install -Psite-archive -N



--
devel/java/github/misc@7887

misc's People

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.