GithubHelp home page GithubHelp logo

keqingyuan / commons-eid Goto Github PK

View Code? Open in Web Editor NEW

This project forked from fedict/commons-eid

0.0 2.0 0.0 1.89 MB

Automatically exported from code.google.com/p/commons-eid

License: Other

Java 100.00%

commons-eid's Introduction

README for Commons eID Project
==============================

=== 1. Introduction

This project contains the source code tree of Commons eID.
The source code is hosted at: http://code.google.com/p/commons-eid/


=== 2. Requirements

The following is required for compiling the Commons eID software:
* Oracle Java 1.7.0_67
* Apache Maven 3.2.2
* Java Cryptography Extension (JCE) Unlimited Strength Jurisdiction Policy


=== 3. Build

The project can be build via:
	mvn clean install


=== 4. License

The source code of the Commons eID Project is licensed under GNU LGPL v3.0.
All source code files remain under control of the GNU LGPL v3.0 license 
unless otherwise decided in the future by _ALL_ Commons eID Project 
copyright holders.
The license conditions can be found in the file: LICENSE.txt


=== 5. Style Guide

Summary: "Eclipse Default Java Formatting"

Rationale:

Different code formatting wreaks havoc on diffs after commit:
Everything looks changed all the time.
I've added the java-formatter plugin to the main pom for this reason.

http://maven-java-formatter-plugin.googlecode.com/svn/site/0.3.1/plugin-info.html

Usage:
mvn -e com.googlecode.maven-java-formatter-plugin:maven-java-formatter-plugin:format

I use it from a Mercurial Pre-commit hook so as not to forget using it
before a commit: from my ~/.hgrc

[hooks]                                                                   
pre-commit=mvn -e com.googlecode.maven-java-formatter-plugin:maven-java-formatter-plugin:format

Using this leaves everyone free to have their own favourite formatting
in e.g. IDE's while still having a common formatting in the repository.
This is a great relief to someone like me to whom code formatted using
the default Eclipse/Sun styles looks like an RFC with modem noise.

If required, we could include a custom config XML at some point..

When using the Eclipse code formatter on default settings, according to
the docs, you should be OK without this plugin, as well. In practice
I've noticed there are small differences, mostly in empty line handling.

commons-eid's People

Contributors

fcorneli avatar

Watchers

 avatar  avatar

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.