I would like that the JAR build-path (or jar files in the build-path) of and eclipse project pointed to a local directory into eclipse project named "lib", not pointed to M2_REPO variable (my maven local repository path)
In lib directory, there are jar files copied through overriding 'copy-dependencies' goal in 'mave-dependency-plugin' My intention is that eclipse project were self-contained.
I tried overriding goals configure-workspace and from maven-eclipse-plugin, but it don't works.
¿is there way for to do this?
I suggest to try one of the following ways: