Skip to content

Commit 7020639

Browse files
committed
Merge origin/master
2 parents 564acc2 + 30b0924 commit 7020639

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![Build Status](https://travis-ci.org/JSQLParser/JSqlParser.svg?branch=master)](https://travis-ci.org/JSQLParser/JSqlParser) [![Coverage Status](https://coveralls.io/repos/JSQLParser/JSqlParser/badge.svg?branch=master)](https://coveralls.io/r/JSQLParser/JSqlParser?branch=master)
44
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/00b2d91995764ae4805b55627aca8d39)](https://www.codacy.com/app/wumpz/JSqlParser?utm_source=github.com&utm_medium=referral&utm_content=JSQLParser/JSqlParser&utm_campaign=Badge_Grade)
55

6-
[![PayPal donate button](http://img.shields.io/paypal/donate.png?color=yellow)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=64CCN9JJANZXA "Help this JSqlParser version using Paypal")
6+
[![PayPal donate button](http://img.shields.io/paypal/donate.png?color=blue)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=64CCN9JJANZXA "Help this JSqlParser version using Paypal")
77

88
[![Gitter](https://badges.gitter.im/JSQLParser/JSqlParser.svg)](https://gitter.im/JSQLParser/JSqlParser?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
99

@@ -15,6 +15,7 @@ JSqlParser is dual licensed under **LGPL V2.1** and **Apache Software License, V
1515

1616

1717
## News
18+
* JSqlParser has now a build in checkstyle configuration to introduce source code conventions.
1819
* Released first major version **1.0** of JSqlParser.
1920
* Please test the actual **0.9.8-SNAPSHOT**. It includes includes grammar refactorings or changes which eventually results in parse tree changes.
2021
* Version **0.9.7** released.
@@ -46,7 +47,9 @@ Also I would like to know about needed examples or documentation stuff.
4647

4748
## Extensions in the latest SNAPSHOT version 1.1
4849

49-
* checkstyle integration to force first souce code conventions (linefeeds, spaces instead of tabs)
50+
* checkstyle integration to force first souce code conventions
51+
* checkstyle is activated by default, it can be deactivated by an environment property **skipCheckSources**
52+
* pull requests should follow this style settings
5053

5154
## Extensions of JSqlParser releases
5255

@@ -63,6 +66,9 @@ As the project is a Maven project, building is rather simple by running:
6366

6467
This will produce the jsqlparser-VERSION.jar file in the target/ directory.
6568

69+
**To build this project without using Maven, one has to build the parser by JavaCC using the CLI options it provids.**
70+
71+
6672
## Maven Repository
6773

6874
JSQLParser is deployed at sonatypes open source maven repository.

0 commit comments

Comments
 (0)