Add pluginRepositories section to help resolving Maven plugins 35/15035/1
authorThanh Ha <thanh.ha@linuxfoundation.org>
Sun, 8 Feb 2015 06:48:40 +0000 (01:48 -0500)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Sun, 8 Feb 2015 07:03:47 +0000 (02:03 -0500)
commit2ac55c879ea6c107be0a2cbb092315e6ae9818ab
tree6da54f7d735d35a33ef32507c8a627a4761aa736
parentdb29a9b6dbfdf67276f96b4606b97ec52d546d44
Add pluginRepositories section to help resolving Maven plugins

<pluginRepositories> are used to determine where to download plugins
used by Maven in order to build. While <repositories> is used to
download artifacts depended by a project during a build. We need both
defined in order to successfully download all artifacts using the
OpenDaylight mirror and not relying on Maven Central directly.

- Add pluginRepositories section to help resolve Maven plugins
- Change tab setting to 2 for xml
- Update Copyright year

Change-Id: I5ad09d6337d4f27768cd9f4af185018e0f91f7b8
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
settings.xml