From f4cb39bf990f7ce3cc90970a8524830c488da746 Mon Sep 17 00:00:00 2001 From: Daniel Espen Date: Fri, 19 Nov 2021 14:28:35 +0100 Subject: [PATCH 1/3] Add more information and structure to readme --- CONTRIBUTING => CONTRIBUTING.md | 0 README | 10 ---------- README.md | 31 +++++++++++++++++++++++++++++++ 3 files changed, 31 insertions(+), 10 deletions(-) rename CONTRIBUTING => CONTRIBUTING.md (100%) delete mode 100644 README create mode 100644 README.md diff --git a/CONTRIBUTING b/CONTRIBUTING.md similarity index 100% rename from CONTRIBUTING rename to CONTRIBUTING.md diff --git a/README b/README deleted file mode 100644 index 7ee8fea7..00000000 --- a/README +++ /dev/null @@ -1,10 +0,0 @@ -# Eclipse BaSyx JAVA SDK - -The Eclipse BaSyx project provides a wiki: https://wiki.eclipse.org/BaSyx - -For install information, see https://wiki.eclipse.org/BaSyx_/_Download -There are introductory examples provided by https://wiki.eclipse.org/BaSyx_/_Introductory_Examples -Additionally, the API is described in https://wiki.eclipse.org/BaSyx_/_Documentation_/_API -If you would like to contribute, the overall process is described in https://wiki.eclipse.org/BaSyx_/_Developer_/_Contributing - -This project migrated from the Eclipse infrastructure. For the archived history, see https://git.eclipse.org/r/basyx/basyx diff --git a/README.md b/README.md new file mode 100644 index 00000000..d3150a7e --- /dev/null +++ b/README.md @@ -0,0 +1,31 @@ +# Eclipse BaSyx Java SDK +[![BaSyx Logo](https://www.eclipse.org/basyx/img/basyxlogo.png)](https://www.eclipse.org/basyx/) + +The Eclipse BaSyx Java SDK is part of the [Eclipse BaSyx middleware](https://www.eclipse.org/basyx/). The SDK has been created within the [BaSys](https://www.basys40.de/) project. + +## Eclipse Wiki +A detailed technical and user documentation can be found in the [Eclipse BaSyx wiki](https://wiki.eclipse.org/BaSyx). For the Java SDK, you can find instructions about [how to install](https://wiki.eclipse.org/BaSyx_/_Download_/_Java_Setup) and find [introductory](https://wiki.eclipse.org/BaSyx_/_Introductory_Examples) and [extended](https://wiki.eclipse.org/BaSyx_/_Examples) code examples and further [scenarios](https://wiki.eclipse.org/BaSyx_/_Scenarios). Also, see the description of the individual [components and their API](https://wiki.eclipse.org/BaSyx_/_Documentation_/_API). + +## Blog posts + +For further information, you may also read the blog posts about the Industrie 4.0 IT Infrastructure for Digital Twins: +- Part 1 - [Building the Industry 4.0 IT Infrastructure for Digital Twins](https://www.iese.fraunhofer.de/blog/industry-4-0-it-infrastructure-for-digital-twins/) +- Part 2 - [Implementing the Industrie 4.0 IT Infrastructure for Digital Twins](https://www.iese.fraunhofer.de/blog/industrie-4-0-it-infrastructure-for-digital-twins-part2/). + +## Video documentation + +Additionally, you can also find videos explaining the BaSyx middleware on youtube: + +[![BaSyx-Middleware – easily explained with the model factory](http://img.youtube.com/vi/bMY8FLhjjRI/mqdefault.jpg)](http://www.youtube.com/watch?v=bMY8FLhjjRI) + +*BaSyx-Middleware – easily explained with the model factory* + +[![How to make Industrie 4.0 easy with our BaSyx middleware](http://img.youtube.com/vi/kx2F5E5foLU/mqdefault.jpg)](http://www.youtube.com/watch?v=kx2F5E5foLU) + +*How to make Industrie 4.0 easy with our BaSyx middleware* + +## Contributing + +If you would like to contribute, please notice the [contribution guidelines](CONTRIBUTING.md). The overall process is described in the [Eclipse wiki](https://wiki.eclipse.org/BaSyx_/_Developer_/_Contributing). + +This GitHub project is migrated from the Eclipse infrastructure. For the archived history, see the [previous repository](https://git.eclipse.org/c/basyx/basyx.git/). From 754b1c11e9961822b6dad28b4837103a9cde745e Mon Sep 17 00:00:00 2001 From: Frank Schnicke <77283144+FrankSchnicke@users.noreply.github.com> Date: Wed, 15 Dec 2021 12:59:34 +0100 Subject: [PATCH 2/3] Adds missing Maven Central Upload Plugin --- pom.xml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/pom.xml b/pom.xml index 905a129c..29433b27 100644 --- a/pom.xml +++ b/pom.xml @@ -305,6 +305,20 @@ + + + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.8 + true + + ossrh + https://oss.sonatype.org/ + true + + + From 98a992dd78b6e79681e67d6cbfb36d226eb9b316 Mon Sep 17 00:00:00 2001 From: Jannik Fried Date: Fri, 8 Apr 2022 08:07:37 +0200 Subject: [PATCH 3/3] Update CONTRIBUTING.md --- CONTRIBUTING.md | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 23bef6ed..3a80b356 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -11,25 +11,21 @@ middleware that integrates traditional production systems (e.g. PLC controllers) and state-of-the art IT technology (BPMN engine, SOA) to enable next generation of production automation. -* https://projects.eclipse.org/projects/technology.basyx +* https://projects.eclipse.org/projects/dt.basyx ## Developer resources Information regarding source code management, builds, coding standards, and more. -* https://projects.eclipse.org/projects/technology.basyx/developer +* https://projects.eclipse.org/projects/dt.basyx/developer The project maintains the following source code repositories -* https://git.eclipse.org/r/plugins/gitiles/basyx/basyx -* https://git.eclipse.org/r/plugins/gitiles/basyx/basyx.website +* https://github.com/eclipse-basyx -This project uses Bugzilla to track ongoing development and issues. - -* Search for issues: https://bugs.eclipse.org/bugs/buglist.cgi?product=Basyx -* Create a new report: - https://bugs.eclipse.org/bugs/enter_bug.cgi?product=Basyx +This project uses GitHub to track ongoing development and issues. +* To open an issue for this project open the [issues](https://github.com/eclipse-basyx/basyx-java-sdk/issues) tab Be sure to search for existing bugs before you create another one. Remember that contributions are always welcome!