From 4a31c5b217a0905477652cc3597a0668d1236385 Mon Sep 17 00:00:00 2001 From: Julian Mendez Date: Sat, 27 Oct 2018 12:44:31 +0200 Subject: [PATCH 1/6] Add .scrutinizer.yml --- .scrutinizer.yml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .scrutinizer.yml diff --git a/.scrutinizer.yml b/.scrutinizer.yml new file mode 100644 index 00000000..14099361 --- /dev/null +++ b/.scrutinizer.yml @@ -0,0 +1,4 @@ + +checks: + java: true + From 2d821a0fa52bec5006bfbbf2405932dcc82fe0ac Mon Sep 17 00:00:00 2001 From: Julian Mendez Date: Sat, 27 Oct 2018 13:12:09 +0200 Subject: [PATCH 2/6] Update .scrutinizer.yml --- .scrutinizer.yml | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/.scrutinizer.yml b/.scrutinizer.yml index 14099361..2390719c 100644 --- a/.scrutinizer.yml +++ b/.scrutinizer.yml @@ -1,4 +1,21 @@ +# +# Configuration file for Scrutinizer +# https://scrutinizer-ci.com/ +# + + checks: - java: true + java: true + +build: + environment: + java: java-8-oracle + + nodes: + analysis: + tests: + override: + - java-scrutinizer-run + From 8d17a13e3ef49c32162c522df1969d8b919d19b6 Mon Sep 17 00:00:00 2001 From: Julian Mendez Date: Sat, 27 Oct 2018 17:43:38 +0200 Subject: [PATCH 3/6] Update pom.xml --- pom.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/pom.xml b/pom.xml index cae1b7cb..7fb1f473 100644 --- a/pom.xml +++ b/pom.xml @@ -121,6 +121,18 @@ + + + + + org.apache.felix + maven-bundle-plugin + 4.1.0 + + + + + From 5209dc0ea19fbafd7fdd71ea159ac1f01e9f66b9 Mon Sep 17 00:00:00 2001 From: Julian Mendez Date: Sat, 27 Oct 2018 18:38:14 +0200 Subject: [PATCH 4/6] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 003d7592..f9c20e60 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@ [![maven central](https://maven-badges.herokuapp.com/maven-central/de.tu-dresden.inf.lat.jcel/jcel-parent/badge.svg)](https://search.maven.org/#search|ga|1|g%3A%22de.tu-dresden.inf.lat.jcel%22) [![license](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](https://www.apache.org/licenses/LICENSE-2.0.txt) [![license](https://img.shields.io/badge/license-LGPL%203.0-blue.svg)](https://www.gnu.org/licenses/lgpl-3.0.txt) +[![scrutinizer](https://scrutinizer-ci.com/g/julianmendez/jcel/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/julianmendez/jcel/?branch=master) [![download](https://img.shields.io/sourceforge/dm/jcel.svg)](http://sourceforge.net/projects/jcel/files/) [![follow](https://img.shields.io/twitter/follow/jcelreasoner.svg?style=social)](https://twitter.com/jcelreasoner) From c50e01880916b40decead87c88c07a5c2d8dbdfd Mon Sep 17 00:00:00 2001 From: Julian Mendez Date: Sat, 27 Oct 2018 18:39:39 +0200 Subject: [PATCH 5/6] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f9c20e60..b24a813a 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,9 @@ [![build](https://travis-ci.org/julianmendez/jcel.png?branch=master)](https://travis-ci.org/julianmendez/jcel) [![maven central](https://maven-badges.herokuapp.com/maven-central/de.tu-dresden.inf.lat.jcel/jcel-parent/badge.svg)](https://search.maven.org/#search|ga|1|g%3A%22de.tu-dresden.inf.lat.jcel%22) +[![scrutinizer](https://scrutinizer-ci.com/g/julianmendez/jcel/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/julianmendez/jcel/?branch=master) [![license](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](https://www.apache.org/licenses/LICENSE-2.0.txt) [![license](https://img.shields.io/badge/license-LGPL%203.0-blue.svg)](https://www.gnu.org/licenses/lgpl-3.0.txt) -[![scrutinizer](https://scrutinizer-ci.com/g/julianmendez/jcel/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/julianmendez/jcel/?branch=master) [![download](https://img.shields.io/sourceforge/dm/jcel.svg)](http://sourceforge.net/projects/jcel/files/) [![follow](https://img.shields.io/twitter/follow/jcelreasoner.svg?style=social)](https://twitter.com/jcelreasoner) From 8396e5c0abc3a0c6408a37e5d68a3cf2d7c6ade0 Mon Sep 17 00:00:00 2001 From: Julian Mendez Date: Sat, 27 Oct 2018 22:17:45 +0200 Subject: [PATCH 6/6] Update pom.xml --- pom.xml | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/pom.xml b/pom.xml index 7fb1f473..2709be6d 100644 --- a/pom.xml +++ b/pom.xml @@ -57,7 +57,7 @@ de.tu-dresden.inf.lat lat-parent - 0.1.1 + 0.1.3 @@ -121,18 +121,6 @@ - - - - - org.apache.felix - maven-bundle-plugin - 4.1.0 - - - - -