Compare commits

...

26 Commits

Author SHA1 Message Date
d2966be0b5
Migrated to Open Eggbert III 2025-02-02 14:06:48 +01:00
6f7b8e88e5
Modified .gitignore 2025-02-02 14:02:07 +01:00
8f3775a955
Migrated to Open Eggbert II 2025-02-02 13:43:13 +01:00
32cdd7f441
Migrated to Open Eggbert 2025-02-02 13:40:38 +01:00
89cca22536
Modified pom.xml III 2024-10-13 10:37:32 +02:00
3d666b8325
Modified pom.xml II 2024-10-13 10:32:05 +02:00
0140c2e335
Modified pom.xml 2024-10-13 10:26:39 +02:00
0791a26915
Migrated to robertvokac.com II 2024-10-13 09:31:30 +02:00
b78d4a9181
Migrated to robertvokac.com 2024-10-13 09:29:22 +02:00
420aa2435d
Licence changed to GPLv3 or later 2024-07-05 20:49:01 +02:00
Robert Vokac
df286f8720
Jenkinsfile was updated 2023-11-05 12:05:13 +01:00
Robert Vokac
d191ba950d
Fixed pom.xml - GPG 2023-11-05 12:02:02 +01:00
Robert Vokac
ce7266b543
Renamed to nanoboot-javaformat-checkstyle 2023-11-05 11:58:27 +01:00
Robert Vokac
4f280b71ad
Fixed GPG signing 11 2023-06-17 19:32:38 +02:00
Robert Vokac
8e455db556
Fixed GPG signing 10 2023-06-17 19:31:40 +02:00
Robert Vokac
5fe9ac56e6
Fixed GPG signing 9 2023-06-17 19:30:00 +02:00
Robert Vokac
5c514943e1
Fixed GPG signing 8 2023-06-17 19:28:01 +02:00
Robert Vokac
b60021c91b
Fixed GPG signing 7 2023-06-17 19:25:39 +02:00
Robert Vokac
8f41d7ec47
Fixed GPG signing 6 2023-06-17 19:21:19 +02:00
Robert Vokac
3ebc0585e9
Fixed GPG signing 5 2023-06-17 19:18:57 +02:00
Robert Vokac
938fe701b8
Fixed GPG signing 4 2023-06-17 19:16:13 +02:00
Robert Vokac
54ae5ef659
Fixed GPG signing 3 2023-06-17 19:14:36 +02:00
Robert Vokac
514a9ba323
Fixed GPG signing 2 2023-06-17 19:12:42 +02:00
Robert Vokac
cc2c50ad04
Fixed GPG signing 2023-06-17 19:10:38 +02:00
Robert Vokac
13ae32ed77
test commit 2023-06-17 19:04:27 +02:00
Robert Vokac
3eba379497
Released for the first time 0.1.1-SNAPSHOT 2023-06-17 18:36:57 +02:00
8 changed files with 680 additions and 498 deletions

2
.gitignore vendored
View File

@ -1,2 +1,2 @@
.idea/*
/target/

View File

@ -1,5 +1,5 @@
This file partially lists people, that have contributed to
the "Nanoboot Checks" project. They are sorted by name.
the "OpenEggbert Java Format Checkstyle" project. They are sorted by name.
The fields are: name (N), e-mail (E), web-address (W),
PGP key ID and fingerprint (P), description (D) and
snail-mail address (S).
@ -9,9 +9,8 @@
----------
N: Robert Vokac
E: robertvokac@nanoboot.org
W: https://nanoboot.org
P: 4096R/E3329055 322B D109 0AA8 C324 EA9C 72F5 693D 30BE E332 9055
E: robertvokac@robertvokac.com
W: https://robertvokac.com
P: 4096R/C459E1E4 255C 69CC 1D09 CA54 EF0C C9DF FB9C E8E2 0AAD A55F
D: Founder
S: Czech Republic

1016
LICENSE

File diff suppressed because it is too large Load Diff

View File

@ -1,3 +1,3 @@
# nanoboot-checks
# openeggbert-javaformat-checkstyle
This is a Java library, which encapsulates Nanoboot Checkstyle XML configuration file.
This is a Java library, which encapsulates OpenEggbert Checkstyle XML configuration file.

84
pom.xml
View File

@ -1,21 +1,22 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
nanoboot-checks: Encapsulates Nanoboot Checkstyle XML configuration file.
Copyright (C) 2018-2022 the original author or authors.
openeggbert-javaformat-checkstyle: Encapsulates OpenEggbert Checkstyle XML configuration file.
Copyright (C) 2018-2025 the original author or authors.
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation;
version 2.1 of the License only.
This program is free software: you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation, either version 3
of the License, or (at your option) any later version.
This library is distributed in the hope that it will be useful,
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
You should have received a copy of the GNU General Public License
along with this program. If not, see
<https://www.gnu.org/licenses/> or write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0"
@ -23,15 +24,16 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.nanoboot.essential</groupId>
<artifactId>nanoboot-checks</artifactId>
<version>0.1.0</version>
<groupId>com.openeggbert.essential</groupId>
<artifactId>openeggbert-javaformat-checkstyle</artifactId>
<version>0.1.2-SNAPSHOT</version>
<packaging>jar</packaging>
<name>nanoboot-checks</name>
<name>openeggbert-javaformat-checkstyle</name>
<properties>
<javase.version>19</javase.version>
<javase.version>21</javase.version>
<gpg.skip>true</gpg.skip>
</properties>
<build>
<resources>
@ -43,7 +45,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.10.1</version>
<version>3.13.0</version>
<configuration>
<source>${javase.version}</source>
<target>${javase.version}</target>
@ -53,7 +55,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>3.2.1</version>
<version>3.3.0</version>
<executions>
<execution>
<id>attach-sources</id>
@ -66,7 +68,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.5.0</version>
<version>3.6.0</version>
<executions>
<execution>
<id>attach-javadocs</id>
@ -89,45 +91,53 @@
</goals>
</execution>
</executions>
<configuration>
<gpgArguments>
<argument>--pinentry-mode</argument>
<argument>loopback</argument>
</gpgArguments>
</configuration>
</plugin>
</plugins>
</build>
<repositories>
<repository>
<id>releases</id>
<name>nanoboot-releases-repository</name>
<url>https://maven.nanoboot.org/releases</url>
<id>openeggbert-releases-repository</id>
<name>openeggbert-releases-repository</name>
<url>https://maven.openeggbert.com/releases</url>
</repository>
<repository>
<id>snapshots</id>
<name>nanoboot-snapshots-repository</name>
<url>https://maven.nanoboot.org/snapshots</url>
<id>openeggbert-snapshots-repository</id>
<name>openeggbert-snapshots-repository</name>
<url>https://maven.openeggbert.com/snapshots</url>
</repository>
</repositories>
<pluginRepositories>
<pluginRepositories>
<pluginRepository>
<id>releases</id>
<name>nanoboot-releases-repository</name>
<url>https://maven.nanoboot.org/releases</url>
<id>openeggbert-releases-repository</id>
<name>openeggbert-releases-repository</name>
<url>https://maven.openeggbert.com/releases</url>
</pluginRepository>
<pluginRepository>
<id>snapshots</id>
<name>nanoboot-snapshots-repository</name>
<url>https://maven.nanoboot.org/snapshots</url>
<id>openeggbert-snapshots-repository</id>
<name>openeggbert-snapshots-repository</name>
<url>https://maven.openeggbert.com/snapshots</url>
</pluginRepository>
</pluginRepositories>
<distributionManagement>
<repository>
<id>nanoboot-releases-repository</id>
<url>https://maven.nanoboot.org/releases</url>
<id>openeggbert-releases-repository</id>
<url>https://maven.openeggbert.com/releases</url>
</repository>
<snapshotRepository>
<id>nanoboot-snapshots-repository</id>
<url>https://maven.nanoboot.org/snapshots</url>
<id>openeggbert-snapshots-repository</id>
<url>https://maven.openeggbert.com/snapshots</url>
</snapshotRepository>
</distributionManagement>
</project>

View File

@ -0,0 +1,32 @@
///////////////////////////////////////////////////////////////////////////////////////////////
// openeggbert-javaformat-checkstyle: Encapsulates OpenEggbert Checkstyle XML configuration file.
// Copyright (C) 2018-2025 the original author or authors.
//
// This program is free software: you can redistribute it and/or
// modify it under the terms of the GNU General Public License
// as published by the Free Software Foundation, either version 3
// of the License, or (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with this program. If not, see
// <https://www.gnu.org/licenses/> or write to the Free Software
// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
///////////////////////////////////////////////////////////////////////////////////////////////
package com.openeggbert.openeggbertjavaformatcheckstyle;
/**
* A dummy class
* @author robertvokac@robertvokac.org
*/
public class OpenEggbertJavaFormatCheckstyle {
public static void main(String[] args) {
System.out.println("Hello. This is only a dummy class and does nothing.");
}
}

View File

@ -1,31 +0,0 @@
///////////////////////////////////////////////////////////////////////////////////////////////
// nanoboot-checks: Encapsulates Nanoboot Checkstyle XML configuration file.
// Copyright (C) 2018-2022 the original author or authors.
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
// License as published by the Free Software Foundation;
// version 2.1 of the License only.
//
// This library is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
// Lesser General Public License for more details.
//
// You should have received a copy of the GNU Lesser General Public
// License along with this library; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
///////////////////////////////////////////////////////////////////////////////////////////////
package org.nanoboot.nanobootchecks;
/**
* A dummy class
* @author robertvokac@nanoboot.org
*/
public class NanobootChecks {
public static void main(String[] args) {
System.out.println("Hello. This is only a dummy class and does nothing.");
}
}