This is a typical question for the maven users list or stack overflow, but I'll
give it a shot:
plugin configuration is based on inheritence through parents.
If ../third-project/other-project doesn't inherit this parent, and it probably
doesn't because of its path, it won't have its configuratio
Hello Experts,
I am using the maven dependency plugin in parent pom.xml to copy the
dependency of all subprojects.
It does not copy dependencies for the project, which is outside parent
project directory.
For an example, It does not copy the dependency of project "
third-project/other-project "