Module reusability

2018-06-09 Thread Gintautas Sulskus
Hello, I have a module called 'reusable-module' which I would like to reuse with a minimal effort across different projects. How would the configuration look like given the desired project structure below? project-1: ./pom.xml - aggregates all sub-modules ./reusable-module/ - identical

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

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