From a7510ded59848c4b9d24d98490e2eb2f752b2d75 Mon Sep 17 00:00:00 2001 From: Claudia Pellegrino Date: Thu, 9 Nov 2023 17:39:03 +0100 Subject: [PATCH] [dbsystel] Add pom.xml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Usually, Gradle’s `maven-publish` plug-in is responsible for generating a POM file dynamically at build time. However, thanks to the excellent work of @MrDOS and others, upstream's Gradle-6-based process is currently being replaced [1] by a Gradle-8-based one. The latter uses a different, more convenient method to generate the POM. In DB Systel’s fork, we’re not going to adopt that Gradle-8-based build process for production until upstream PR #238 is properly tested, merged, and included in a stable upstream release. Given that we need to get two critical bugfixes that we’ve cherry-picked into production quickly, we’re going to accept some duplication and commit the POM to Git for the time being. [1]: https://github.com/NeuronRobotics/nrjavaserial/pull/238 --- pom.xml | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 pom.xml diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..b268f40 --- /dev/null +++ b/pom.xml @@ -0,0 +1,48 @@ + + + 4.0.0 + de.bahn + nrjavaserial + 5.2.1+dbsystel1 + NRJavaSerial + A fork of the RXTX library with a focus on ease of use and embeddability in other libraries. + http://neuronrobotics.com + + + RXTX License v 2.1 - LGPL v 2.1 + Linking Over Controlled Interface + https://raw.githubusercontent.com/dbsystel/nrjavaserial/master/LICENSE + + + + + madhephaestus + Kevin Harrington + kharrington@neuronrobotics.com + + + MrDOS + Samuel Coleman + samuel@seenet.ca + + + + scm:git:https://github.com/dbsystel/nrjavaserial.git + scm:git:git@github.com:dbsystel/nrjavaserial.git + https://github.com/dbsystel/nrjavaserial + + + + commons-net + commons-net + 3.3 + compile + + + junit + junit + 4.12 + test + + +