From 506f34910b633be5e40ea8e7e7eeb15bb9245317 Mon Sep 17 00:00:00 2001 From: Rishabh Sethi Date: Mon, 23 Mar 2015 15:03:25 +0530 Subject: [PATCH 1/2] Maven Checkstyle Plugin Added --- README.md | 4 ++++ bob-rest/pom.xml | 30 ++++++++++++++++++++++++++---- bob-service-api/pom.xml | 26 +++++++++++++++++++++++--- 3 files changed, 53 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 23b009f..ca25aab 100644 --- a/README.md +++ b/README.md @@ -45,3 +45,7 @@ Visit the project website for more information: 4.0.0 - + com.dnastack bob @@ -12,7 +12,7 @@ 1.0-SNAPSHOT war Beacon of Beacons REST module - + com.dnastack @@ -84,7 +84,24 @@ pom - + + + + + org.apache.maven.plugins + maven-checkstyle-plugin + 2.15 + + + + checkstyle + + + + + + + ${project.artifactId} @@ -106,9 +123,14 @@ ${maven.compiler.target} + + org.apache.maven.plugins + maven-checkstyle-plugin + 2.15 + - + diff --git a/bob-service-api/pom.xml b/bob-service-api/pom.xml index 8849137..c462258 100644 --- a/bob-service-api/pom.xml +++ b/bob-service-api/pom.xml @@ -9,7 +9,7 @@ bob-service-api jar Beacon of Beacons service API module - + org.jboss.resteasy @@ -21,7 +21,22 @@ org.eclipse.persistence.moxy - + + + + org.apache.maven.plugins + maven-checkstyle-plugin + 2.15 + + + + checkstyle + + + + + + @@ -33,6 +48,11 @@ ${maven.compiler.target} + + org.apache.maven.plugins + maven-checkstyle-plugin + 2.15 + - \ No newline at end of file + From 8a54f71e89c2914abb81ea30bca4d80e3141021e Mon Sep 17 00:00:00 2001 From: Rishabh Sethi Date: Tue, 24 Mar 2015 23:26:28 +0530 Subject: [PATCH 2/2] fixes #69 --- beacon-adapters/beacon-java/checkstyle.xml | 176 +++++++++++++++++++++ bob-data/checkstyle.xml | 176 +++++++++++++++++++++ bob-data/pom.xml | 24 ++- bob-rest/checkstyle.xml | 176 +++++++++++++++++++++ bob-rest/pom.xml | 5 + bob-service-api/checkstyle.xml | 176 +++++++++++++++++++++ bob-service-api/pom.xml | 3 + bob-service/checkstyle.xml | 176 +++++++++++++++++++++ bob-service/pom.xml | 23 +++ checkstyle.xml | 176 +++++++++++++++++++++ pom.xml | 42 +++-- 11 files changed, 1143 insertions(+), 10 deletions(-) create mode 100644 beacon-adapters/beacon-java/checkstyle.xml create mode 100644 bob-data/checkstyle.xml create mode 100644 bob-rest/checkstyle.xml create mode 100644 bob-service-api/checkstyle.xml create mode 100644 bob-service/checkstyle.xml create mode 100644 checkstyle.xml diff --git a/beacon-adapters/beacon-java/checkstyle.xml b/beacon-adapters/beacon-java/checkstyle.xml new file mode 100644 index 0000000..4acc66d --- /dev/null +++ b/beacon-adapters/beacon-java/checkstyle.xml @@ -0,0 +1,176 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/bob-data/checkstyle.xml b/bob-data/checkstyle.xml new file mode 100644 index 0000000..4acc66d --- /dev/null +++ b/bob-data/checkstyle.xml @@ -0,0 +1,176 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/bob-data/pom.xml b/bob-data/pom.xml index b4b98d1..6ae65fb 100644 --- a/bob-data/pom.xml +++ b/bob-data/pom.xml @@ -14,10 +14,10 @@ bob-data Beacon of Beacons data module - ${project.build.directory}/endorsed UTF-8 + checkstyle.xml @@ -79,6 +79,23 @@ + + + + org.apache.maven.plugins + maven-checkstyle-plugin + 2.15 + + + + checkstyle + + + + + + + @@ -98,6 +115,11 @@ 3.1 + + org.apache.maven.plugins + maven-checkstyle-plugin + 2.15 + diff --git a/bob-rest/checkstyle.xml b/bob-rest/checkstyle.xml new file mode 100644 index 0000000..4acc66d --- /dev/null +++ b/bob-rest/checkstyle.xml @@ -0,0 +1,176 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/bob-rest/pom.xml b/bob-rest/pom.xml index 6fcc6c2..6a5e83f 100644 --- a/bob-rest/pom.xml +++ b/bob-rest/pom.xml @@ -1,3 +1,4 @@ + 4.0.0 @@ -7,6 +8,10 @@ 1.0-SNAPSHOT + + checkstyle.xml + + bob-rest bob-rest 1.0-SNAPSHOT diff --git a/bob-service-api/checkstyle.xml b/bob-service-api/checkstyle.xml new file mode 100644 index 0000000..4acc66d --- /dev/null +++ b/bob-service-api/checkstyle.xml @@ -0,0 +1,176 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/bob-service-api/pom.xml b/bob-service-api/pom.xml index c462258..58705c5 100644 --- a/bob-service-api/pom.xml +++ b/bob-service-api/pom.xml @@ -21,6 +21,9 @@ org.eclipse.persistence.moxy + + checkstyle.xml + diff --git a/bob-service/checkstyle.xml b/bob-service/checkstyle.xml new file mode 100644 index 0000000..4acc66d --- /dev/null +++ b/bob-service/checkstyle.xml @@ -0,0 +1,176 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/bob-service/pom.xml b/bob-service/pom.xml index 6a2e3ce..4959c62 100644 --- a/bob-service/pom.xml +++ b/bob-service/pom.xml @@ -18,6 +18,7 @@ ${project.build.directory}/endorsed UTF-8 + checkstyle.xml @@ -84,6 +85,23 @@ + + + + org.apache.maven.plugins + maven-checkstyle-plugin + 2.15 + + + + checkstyle + + + + + + + @@ -101,6 +119,11 @@ 3.1 + + org.apache.maven.plugins + maven-checkstyle-plugin + 2.15 + diff --git a/checkstyle.xml b/checkstyle.xml new file mode 100644 index 0000000..4acc66d --- /dev/null +++ b/checkstyle.xml @@ -0,0 +1,176 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/pom.xml b/pom.xml index 925b50f..bf18c88 100644 --- a/pom.xml +++ b/pom.xml @@ -1,14 +1,15 @@ 4.0.0 - + + com.dnastack bob bob Beacon of Beacons parent module pom 1.0-SNAPSHOT - + bob-data bob-service @@ -17,18 +18,18 @@ bob-js-client beacon-adapters - + https://github.com/mcupak/beacon-of-beacons scm:git:git://github.com/mcupak/beacon-of-beacons.git scm:git:git@github.com:mcupak/beacon-of-beacons.git - + DNAstack http://dnastack.com - + mcupak @@ -42,7 +43,7 @@ - + MIT License @@ -50,7 +51,7 @@ repo - + UTF-8 8.2.0.Final @@ -74,6 +75,7 @@ 1.0.2.Final 1.7 1.7 + checkstyle.xml @@ -130,7 +132,24 @@ - + + + + + org.apache.maven.plugins + maven-checkstyle-plugin + 2.15 + + + + checkstyle + + + + + + + @@ -194,7 +213,12 @@ wildfly-arquillian-container-remote ${version.wildfly.arquillian.plugin} + + org.apache.maven.plugins + maven-checkstyle-plugin + 2.15 + - \ No newline at end of file +