While I am using "verify", both "install" and "verify" should work. Let's check
something else - what version of Maven do you have?
$ mvn -v
Apache Maven 3.6.1 (d66c9c0b3152b2e69ee9bac180bb8fcc8e6af555;
2019-04-04T22:00:29+03:00)
Maven home: /Users/andrus/opt/apache-maven-3.6.1
Java version: 1.8
Hi Malcolm,
Did you use mvn verify or mvn install? I seem to recall having a problem
using install instead of verify.
On Tue, May 26, 2020 at 6:17 AM Malcolm Edgar
wrote:
> Hi All,
>
> I am wanting to build the Cayenne master branch to explore adding support
> for Postgres JSON, JSONB data ty
What command are you running to build? I would just start with "mvn clean
install"
For JSONB support I use this class (basically). But in addition you will
probably want an immutable (or optionally immutable) version of Map because
changes to the Map attribute itself won't be detected by Cayenne u
Hi All,
I am wanting to build the Cayenne master branch to explore adding support
for Postgres JSON, JSONB data types. I am getting the following build
error resolving the cayenne-maven-plugin when building on Windows or Linux
/ WSL.
Does anyone have suggestions for how to resolve this?
Thanks