Re: Artefact jars, copied by maven-dependency-plugin, are unrecognisable.

2016-12-02 Thread Gintautas Sulskus
To add, the corresponding Postgresql jar in local repo (.m2) works just fine. Best Wishes, Gintautas Sulskus On Fri, Dec 2, 2016 at 5:52 PM, Gintautas Sulskus < gintautas.suls...@gmail.com> wrote: > Hi, > > I am trying to copy a few maven artefacts to the project's build directory. > For this pu

Artefact jars, copied by maven-dependency-plugin, are unrecognisable.

2016-12-02 Thread Gintautas Sulskus
Hi, I am trying to copy a few maven artefacts to the project's build directory. For this purpose, I am using maven-dependency-plugin [1]. The code to copy a PostgreSQL artefact to project sub-dir "lib" looks as in [2]. The jar is copied to the specified location (./lib) as expected. However, the