December 2014
Intermediate to advanced
298 pages
6h 22m
English
In many multi-module Maven projects, we have noticed that there are certain resources that need to be shared across different modules. These can be images, database scripts, JavaScript files, style sheets, or any other resources. Developers follow different approaches in sharing resources. Some of them are listed here:
svn externals. Here you only maintain resources in a single place, but all the modules need them, will get a copy when doing an svn up.Of all the three, the use of the remote resource plugin is the best, as there is no resource duplication. ...
Read now
Unlock full access