ssage-
From: Julian Feinauer
Sent: Thursday, July 25, 2019 5:01 PM
To: dev@plc4x.apache.org
Subject: Re: One PLC4J Maven complete bundle
Hey Matthias,
it works a bit like JDBC in the sense that you have to add all drivers
separately into the POM you want to use.
So you would regularily need t
.strl...@isw.uni-stuttgart.de
Web: http://www.isw.uni-stuttgart.de
-Original Message-
From: Julian Feinauer
Sent: Thursday, July 25, 2019 5:01 PM
To: dev@plc4x.apache.org
Subject: Re: One PLC4J Maven complete bundle
Hey Matthias,
it works a bit like JDBC in the sense that you have to ad
Hey,
another thing which I would like are "fat" driver jars for those people NOT
using maven or something but simply plugin it inside a CP e.g. for Squirrel SQL.
Julian
Am 25.07.19, 17:01 schrieb "Julian Feinauer" :
Hey Matthias,
it works a bit like JDBC in the sense that you hav
Hey Matthias,
it works a bit like JDBC in the sense that you have to add all drivers
separately into the POM you want to use.
So you would regularily need to add "-core" and all the drivers you want to in
the pom of your project (API should come transitively or you also have to add
it in the po
Hi all,
I wanted to throw in a question and a related issue about our maven plugin for
PLC4J.
It is very modular but with that also very complicated to use for beginners.
Do we want to make a "PLC4J-Complete" / "PLC4J-all" Bundle which includes all
the dependencies like API, Drivers etc.?
What