Adding auto-sorting plugin to all Controller via parent/pom.xml
authorjameshall03885 <ghall@brocade.com>
Wed, 16 Apr 2014 18:18:57 +0000 (14:18 -0400)
committerGiovanni Meo <gmeo@cisco.com>
Thu, 17 Apr 2014 15:10:06 +0000 (17:10 +0200)
commit7104ff1bce8d7eab1580528a83f5d3c067d8d2df
treef9c815e3e0de7540830ace4d8dc2442b90801f88
parent967d8a7c54b6f3b19410c359a19aff44804d154c
Adding auto-sorting plugin to all Controller via parent/pom.xml

leveraging google's sortpom plugin, all controller poms are sorted
at build time as per the opendaylight/commons/parent/pom.xml configuration.

Sorted lists of properties, dependencies, and plugins will increase pom readability
and help prevent duplicate entry errors.

This first submission is huge as I changed one pom.xml and all are then sorted.
Only if the sortpom plugin is reconfigured will all pom's again be changed.

Note that if any pom.xml is pushed without having been through a build ... folks are
going to see pom.xml files showup as modified unintentionally.

Change-Id: I8553f38b9f0e5f6d27177ad6b9b9c35a4b43d55a
Signed-off-by: jameshall03885 <ghall@brocade.com>
pom.xml